From 750c0e8099264aa42999dd935040adb0b8105e4b Mon Sep 17 00:00:00 2001 From: Mitsuo Tokumori Date: Tue, 29 Aug 2023 06:51:35 -0500 Subject: Add keyboard shortcuts and update xinitrc Also update install.sh to account for Xorg files. Remove unused slink from nvim/ --- Xorg/xbindkeysrc | 35 ++++++++++++++++++++++++++++++++++- 1 file changed, 34 insertions(+), 1 deletion(-) (limited to 'Xorg/xbindkeysrc') 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" -- cgit v1.2.3