diff options
| author | Mitsuo Tokumori <[email protected]> | 2023-08-29 06:51:35 -0500 |
|---|---|---|
| committer | Mitsuo Tokumori <[email protected]> | 2023-08-29 06:51:35 -0500 |
| commit | 750c0e8099264aa42999dd935040adb0b8105e4b (patch) | |
| tree | 0c7c38a890d3af844cd40cc0465c9a63b0e90af0 /Xorg/xbindkeysrc | |
| parent | c9a4cd96768e1921c0576b09b2ff928a9a223b07 (diff) | |
| download | dotfiles-750c0e8099264aa42999dd935040adb0b8105e4b.tar.gz dotfiles-750c0e8099264aa42999dd935040adb0b8105e4b.tar.bz2 dotfiles-750c0e8099264aa42999dd935040adb0b8105e4b.zip | |
Add keyboard shortcuts and update xinitrc
Also update install.sh to account for Xorg files. Remove unused slink
from nvim/
Diffstat (limited to 'Xorg/xbindkeysrc')
| -rw-r--r-- | Xorg/xbindkeysrc | 35 |
1 files changed, 34 insertions, 1 deletions
diff --git a/Xorg/xbindkeysrc b/Xorg/xbindkeysrc index e88a89e..6a4c8d8 100644 --- a/Xorg/xbindkeysrc +++ b/Xorg/xbindkeysrc @@ -65,6 +65,15 @@ #"rxvt" # Control + b:2 + Release + +# My shortcuts +# ============ + +# Change brightness or volume with (Super + up|down). This might be better to +# configure from the DE/WM. It's more complex and the command varies depending +# on the machine. +# See: https://askubuntu.com/a/149264/951105 + ## Increase volume #"pactl set-sink-volume @DEFAULT_SINK@ +1000" # XF86AudioRaiseVolume @@ -73,7 +82,31 @@ #"pactl set-sink-volume @DEFAULT_SINK@ -1000" # XF86AudioLowerVolume -# mpd +# Terminal + +# st with tmux (super + return) +"st -e tmux" + Mod4 + Return + +"st" + Shift+Mod4 + Return + +# Other applications (super + key) + +"firefox" + Mod4 + w + +"thunderbird" + Mod4 + m + +"goldendict" + Mod4 + g + +"zeal" + Mod4 + h + +# mpd control with mpc (just use strawberry(1)) + #"mpc toggle" # XF86AudioPlay #"mpc stop" |
