aboutsummaryrefslogtreecommitdiff
path: root/.config/X11
diff options
context:
space:
mode:
authortdro <tdro@users.noreply.github.com>2021-05-07 02:23:33 -0400
committertdro <tdro@users.noreply.github.com>2021-05-07 02:24:10 -0400
commit8d5230ba0084012e15c52e7b63a42f6b1d394b2c (patch)
treef96f074c7975fe885f1e67d47b396f68c1b3e91f /.config/X11
parentf8257003ebe71bb6887c7fc26520b3e09c0e6ec3 (diff)
downloaddotfiles-8d5230ba0084012e15c52e7b63a42f6b1d394b2c.tar.gz
dotfiles-8d5230ba0084012e15c52e7b63a42f6b1d394b2c.tar.bz2
dotfiles-8d5230ba0084012e15c52e7b63a42f6b1d394b2c.zip
.config/xbindkeysrc -> .config/X11/xbindkeysrc
Start initial preparations for Wayland switch
Diffstat (limited to '.config/X11')
-rw-r--r--.config/X11/xbindkeysrc103
1 files changed, 103 insertions, 0 deletions
diff --git a/.config/X11/xbindkeysrc b/.config/X11/xbindkeysrc
new file mode 100644
index 0000000..ae7f564
--- /dev/null
+++ b/.config/X11/xbindkeysrc
@@ -0,0 +1,103 @@
+###########################
+# xbindkeys configuration #
+###########################
+
+# App Launcher
+"$HOME/.local/bin/scripts/app-launcher"
+ Mod4 + r
+
+# Priv App Launcher
+"$HOME/.local/bin/scripts/app-launcher-priv"
+ Mod4 + e
+
+# Terminal App Launcher
+"$HOME/.local/bin/scripts/app-launcher-terminal"
+ Mod4 + w
+
+# Zoom Application
+"sh -c 'notify-send Zoom && boomer'"
+ Mod4 + x
+
+# Close active window
+"wmctrl -c :ACTIVE:"
+ Mod4 + Shift + c
+
+# Toggle fullscreen active window
+"wmctrl -r :ACTIVE: -b toggle,fullscreen"
+ Mod4 + f
+
+# Toggle ontop active window
+"wmctrl -r :ACTIVE: -b toggle,above"
+ Mod4 + t
+
+# Copyq Toggle
+"$HOME/.local/bin/scripts/clipboard"
+ Mod4 + z
+
+# Text plumber
+"$HOME/.local/bin/plumber-dmenu"
+ Mod4 + i
+
+# File Search
+"$HOME/.local/bin/scripts/file-search"
+ Mod4 + p
+
+# Window Switcher
+"$HOME/.local/bin/scripts/window-switcher"
+ Alt + Tab
+
+# Window Overview
+"$HOME/.local/bin/scripts/window-overview"
+ Mod4 + Tab
+
+# File Search
+"$HOME/.local/bin/scripts/internet-search"
+ Mod4 + a
+
+# Volume Up
+"$HOME/.local/bin/scripts/volume-up"
+ XF86AudioRaiseVolume
+
+# Volume Down
+"$HOME/.local/bin/scripts/volume-down"
+ XF86AudioLowerVolume
+
+# Volume Mute
+"$HOME/.local/bin/scripts/volume-mute"
+ XF86AudioMute
+
+# Lock Screen
+"$HOME/.local/bin/scripts/lockscreen"
+ XF86ScreenSaver
+
+# Snipping Tool
+"$HOME/.local/bin/scripts/snipping-tool"
+ Print
+
+# Switch Monitor
+"$HOME/.local/bin/scripts/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"
+ Alt + Mod4 + Return
+
+# Terminal Multiplexer
+"urxvt -e tmux attach"
+ Control + Mod4 + Return