aboutsummaryrefslogtreecommitdiff
path: root/.config/xbindkeysrc
diff options
context:
space:
mode:
Diffstat (limited to '.config/xbindkeysrc')
-rw-r--r--.config/xbindkeysrc103
1 files changed, 0 insertions, 103 deletions
diff --git a/.config/xbindkeysrc b/.config/xbindkeysrc
deleted file mode 100644
index ae7f564..0000000
--- a/.config/xbindkeysrc
+++ /dev/null
@@ -1,103 +0,0 @@
-###########################
-# 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