add xbindkeys

This commit is contained in:
Ivan Kovmir 2022-08-31 10:32:40 +02:00
parent 5919dcc9ce
commit 6be3348670
1 changed files with 41 additions and 0 deletions

41
xbindkeys/.xbindkeysrc Normal file
View File

@ -0,0 +1,41 @@
# Keyboard layouts
"setxkbmap us -variant colemak"
Control + 1
"setxkbmap ru"
Control + 2
"setxkbmap us"
Control + 3
"setxkbmap sk -variant qwerty"
Control + 4
# Launch programs
"librewolf"
Mod5 + ISO_Level3_Shift + w
"passprompt"
Mod5 + ISO_Level3_Shift + p
"gtk-pipe-viewer"
Mod5 + ISO_Level3_Shift + y
"st pulsemixer"
Mod5 + ISO_Level3_Shift + a
"st mocp"
Mod5 + ISO_Level3_Shift + m
"st neomutt"
Mod5 + ISO_Level3_Shift + n
# Notification control
"dunstctl close"
Control + space
# Screenshots
"maim -s | xclip -selection clipboard -t image/png"
Print
"maim -s ~/pix/scr/$(date +%s).png"
Shift + Print
# Volume
"pamixer -d 10"
XF86AudioLowerVolume
"pamixer -i 10"
XF86AudioRaiseVolume
"pamixer -t"
XF86AudioMute