aboutsummaryrefslogtreecommitdiff
path: root/.config/xbindkeysrc
diff options
context:
space:
mode:
authortdro <tdro@users.noreply.github.com>2020-01-06 19:06:01 -0500
committertdro <tdro@users.noreply.github.com>2020-01-06 19:06:01 -0500
commit5721fe1e829e5add4e844c9250a30895c796b14f (patch)
treead78375f1536742feed73ef30887c4b4ae830d90 /.config/xbindkeysrc
parent37bb02056bd7a2551a15e1a2b8d2d4bbe8bdbd02 (diff)
downloaddotfiles-5721fe1e829e5add4e844c9250a30895c796b14f.tar.gz
dotfiles-5721fe1e829e5add4e844c9250a30895c796b14f.tar.bz2
dotfiles-5721fe1e829e5add4e844c9250a30895c796b14f.zip
.config/xbindkeysrc: Move xbindkeys to config folder
Set systemd kill mode to process only to avoid killing all programs launched with xbindkeys.
Diffstat (limited to '.config/xbindkeysrc')
-rw-r--r--.config/xbindkeysrc71
1 files changed, 71 insertions, 0 deletions
diff --git a/.config/xbindkeysrc b/.config/xbindkeysrc
new file mode 100644
index 0000000..debba06
--- /dev/null
+++ b/.config/xbindkeysrc
@@ -0,0 +1,71 @@
+###########################
+# xbindkeys configuration #
+###########################
+
+# App Launcher
+"$HOME/.config/awesome/scripts/app-launcher"
+ Mod4 + r
+
+# Priv App Launcher
+"$HOME/.config/awesome/scripts/app-launcher-priv"
+ Mod4 + d
+
+# Copyq Toggle
+"copyq toggle"
+ Mod4 + z
+
+# Internet Search
+"$HOME/.config/awesome/scripts/file-search"
+ Mod4 + p
+
+# Window Switcher
+"$HOME/.config/awesome/scripts/window-switcher"
+ Alt + Tab
+
+# Window Overview
+"$HOME/.config/awesome/scripts/window-overview"
+ Mod4 + Tab
+
+# File Search
+"$HOME/.config/awesome/scripts/internet-search"
+ Mod4 + a
+
+# Volume Up
+"$HOME/.config/awesome/scripts/volume-up"
+ XF86AudioRaiseVolume
+
+# Volume Down
+"$HOME/.config/awesome/scripts/volume-down"
+ XF86AudioLowerVolume
+
+# Volume Mute
+"$HOME/.config/awesome/scripts/volume-mute"
+ XF86AudioMute
+
+# Lock Screen
+"$HOME/.config/awesome/scripts/lockscreen"
+ XF86ScreenSaver
+
+# Snipping Tool
+"$HOME/.config/awesome/scripts/snipping-tool"
+ Print
+
+# Switch Monitor
+"$HOME/.config/awesome/scripts/switch-monitor"
+ XF86Display
+
+# Screen Record
+"peek"
+ Shift + Print
+
+# Flameshot Screenshots
+"flameshot gui"
+ Control + Print
+
+# Shortcut Key Check
+"urxvt -e xbindkeys --multikey"
+ Shift+Mod4 + b
+
+# Terminal Tabbed
+"urxvt -pe tabbed"
+ Alt+Mod4 + Return