From 8f3b76726bb0ba4622d974856705292d79f5c969 Mon Sep 17 00:00:00 2001 From: Alex Blank Date: Mon, 22 Mar 2021 18:35:00 +0100 Subject: [PATCH] adjusted laptop config files with input from desktop files --- .custom_functions | 15 +++++++++++++++ .xbindkeysrc | 15 +++++++++++++++ 2 files changed, 30 insertions(+) create mode 100644 .custom_functions create mode 100644 .xbindkeysrc diff --git a/.custom_functions b/.custom_functions new file mode 100644 index 0000000..111e80a --- /dev/null +++ b/.custom_functions @@ -0,0 +1,15 @@ +function connectToStorageVM() { + ssh alex@173.212.206.52 +} + +function connectToVM01() { + ssh alex@167.86.117.202 +} + +function connectToBackupServer() { + ssh alex@161.97.184.228 +} + +function connectToPi() { + ssh alex@192.168.0.205 +} diff --git a/.xbindkeysrc b/.xbindkeysrc new file mode 100644 index 0000000..b22e5b6 --- /dev/null +++ b/.xbindkeysrc @@ -0,0 +1,15 @@ +# forward button => next song +"xte 'key XF86AudioPlay'" + b:9 + +# thumb wheel up => increase volume +"pamixer -i 2" + b:7 + +# thumb wheel down => lower volume +"pamixer -d 2" + b:6 + +# set reload page to pressing the mouse wheel +#"xte 'keydown ctrl' 'keydown r' 'keyup ctrl' 'keyup r'" +# b:2