aboutsummaryrefslogtreecommitdiff
path: root/SystemdGraphicalSession/xbindkeysrc
diff options
context:
space:
mode:
Diffstat (limited to 'SystemdGraphicalSession/xbindkeysrc')
-rw-r--r--SystemdGraphicalSession/xbindkeysrc75
1 files changed, 75 insertions, 0 deletions
diff --git a/SystemdGraphicalSession/xbindkeysrc b/SystemdGraphicalSession/xbindkeysrc
new file mode 100644
index 0000000..e6d6c39
--- /dev/null
+++ b/SystemdGraphicalSession/xbindkeysrc
@@ -0,0 +1,75 @@
+###########################
+# xbindkeys configuration #
+###########################
+#
+# Version: 0.1.3
+#
+# If you edit this, do not forget to uncomment any lines that you change.
+# The pound(#) symbol may be used anywhere for comments.
+#
+# A list of keys is in /usr/include/X11/keysym.h and in
+# /usr/include/X11/keysymdef.h
+# The XK_ is not needed.
+#
+# List of modifier (on my keyboard):
+# Control, Shift, Mod1 (Alt), Mod2 (NumLock),
+# Mod3 (CapsLock), Mod4, Mod5 (Scroll).
+#
+# Another way to specifie a key is to use 'xev' and set the
+# keycode with c:nnn or the modifier with m:nnn where nnn is
+# the keycode or the state returned by xev
+#
+# This file is created by xbindkey_config
+# The structure is :
+# # Remark
+# "command"
+# m:xxx + c:xxx
+# Shift+...
+
+
+
+
+#keystate_numlock = enable
+#keystate_scrolllock = enable
+#keystate_capslock = enable
+
+
+
+#Application Launcher
+"systemd-run -q --user --scope --no-block rofi -show combi -combi-modi 'run,drun,window' -modi combi"
+ Mod4 + r
+
+#XTerm
+"systemd-run -q --user --scope --no-block xterm"
+ Mod4 + Return
+
+# Increase volume
+"pactl set-sink-volume @DEFAULT_SINK@ +2% && killall -SIGUSR1 i3status"
+ XF86AudioRaiseVolume
+
+# Decrease volume
+"pactl set-sink-volume @DEFAULT_SINK@ -2% && killall -SIGUSR1 i3status"
+ XF86AudioLowerVolume
+
+# Mute volume
+"pactl set-sink-mute @DEFAULT_SINK@ toggle && killall -SIGUSR1 i3status"
+ XF86AudioMute
+
+# Mute microphone
+"pactl set-source-mute @DEFAULT_SOURCE@ toggle"
+ Shift + XF86AudioMicMute
+
+# Display Settings
+"lxrandr"
+ Mod4 + p
+
+# Volume Settings
+"pavucontrol"
+ Mod4 + v
+
+# Flameshot
+"flameshot gui"
+ Print
+
+#
+# End of xbindkeys configuration