aboutsummaryrefslogtreecommitdiff
path: root/.config/X11/xbindkeysrc
diff options
context:
space:
mode:
Diffstat (limited to '.config/X11/xbindkeysrc')
-rw-r--r--.config/X11/xbindkeysrc107
1 files changed, 107 insertions, 0 deletions
diff --git a/.config/X11/xbindkeysrc b/.config/X11/xbindkeysrc
new file mode 100644
index 0000000..a8605fe
--- /dev/null
+++ b/.config/X11/xbindkeysrc
@@ -0,0 +1,107 @@
+# quake terminal
+"dropdown-terminal"
+ Mod4 + q
+
+# program launcher
+"dmenu_run_history"
+ Mod4 + r
+
+# privilege launcher
+"dmenu_run_history privilege"
+ Mod4 + e
+
+# terminal launcher
+"dmenu_run_history terminal"
+ Mod4 + w
+
+# zoom application
+"sh -c 'notify-send Zoom && boomer'"
+ Mod4 + x
+
+# close active window
+"wmctrl -c :ACTIVE:"
+ Mod4 + Shift + c
+
+# toggle ontop active window
+"wmctrl -r :ACTIVE: -b toggle,above"
+ Mod4 + t
+
+# show bookmarks
+"bookmarks show $HOME/Shares/Projects/bookmarks/archives/bookmarks-old.html"
+ Mod4 + g
+
+# clipboard toggle
+"clipboard"
+ Mod4 + z
+
+# text plumber
+"plumber-dmenu"
+ Mod4 + i
+
+# pass menu
+"pass-menu"
+ Mod4 + d
+
+# file search
+"file-search"
+ Mod4 + p
+
+# window switcher
+"window-switcher"
+ Alt + Tab
+
+# window overview
+"window-overview"
+ Mod4 + Tab
+
+# file search
+"internet-search"
+ Mod4 + a
+
+# volume up
+"volume-control up"
+ XF86AudioRaiseVolume
+
+# volume down
+"volume-control down"
+ XF86AudioLowerVolume
+
+# volume mute
+"volume-control mute"
+ XF86AudioMute
+
+# lock screen
+"lockscreen"
+ XF86ScreenSaver
+
+# snipping tool
+"snipping-tool"
+ Print
+
+# switch monitor
+"switch-monitor"
+ XF86Display
+
+# screen record
+"peek"
+ Alt + Print
+
+# flameshot screenshots
+"flameshot gui"
+ Control + Print
+
+# shortcut key check
+"urxvt -hold -e xbindkeys --multikey -f $HOME/.config/xbindkeysrc"
+ Shift + Mod4 + b
+
+# terminal
+"urxvt"
+ Mod4 + Return
+
+# terminal tabbed
+"urxvt -pe tabbed"
+ Control + Mod4 + Return
+
+# terminal multiplexer
+"urxvt -e tmux attach"
+ Alt + Mod4 + Return