adjusted laptop config files with input from desktop files

This commit is contained in:
2021-03-22 18:35:00 +01:00
parent 16214686c5
commit 8f3b76726b
2 changed files with 30 additions and 0 deletions
+15
View File
@@ -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
}
+15
View File
@@ -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