xbindkeys/xbindkeysrc

110 lines
2.1 KiB
Plaintext
Raw Normal View History

2019-05-12 20:58:38 +00:00
# to reload configuration changes
# xbindkeys --poll-rc
2019-05-15 15:48:46 +00:00
2019-05-11 18:06:55 +00:00
# To specify a key, you can use 'xbindkeys --key' or
# 'xbindkeys --multikey' and put one of the two lines in this file.
#
# The format of a command line is:
# "command to start"
# associated key
#
#
# 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:
# Release, Control, Shift, Mod1 (Alt), Mod2 (NumLock),
# Mod3 (CapsLock), Mod4, Mod5 (Scroll).
#
# The release modifier is not a standard X modifier, but you can
# use it if you want to catch release events instead of press events
# By defaults, xbindkeys does not pay attention with the modifiers
# NumLock, CapsLock and ScrollLock.
# Uncomment the lines above if you want to pay attention to them.
#keystate_numlock = enable
#keystate_capslock = enable
#keystate_scrolllock= enable
# Examples of commands:
# "xbindkeys_show"
# control+shift + q
# set directly keycode (here control + f with my keyboard)
# "xterm"
# c:41 + m:0x4
# specify a mouse button
# "xterm"
# control + b:2
#"xterm -geom 50x20+20+20"
# Shift+Mod2+alt + s
#
## set directly keycode (here control+alt+mod2 + f with my keyboard)
#"xterm"
# alt + c:0x29 + m:4 + mod2
#
## Control+Shift+a release event starts rxvt
#"rxvt"
# release+control+shift + a
#
## Control + mouse button 2 release event starts rxvt
#"rxvt"
# Control + b:2 + Release
2019-05-12 20:58:38 +00:00
# "morc_menu"
# Mod4 + z
#
2019-05-21 14:25:19 +00:00
"dmenu_recency"
2019-05-11 18:06:55 +00:00
Mod4 + p
2019-05-31 22:38:55 +00:00
"terminal tmux new"
2019-05-21 14:25:19 +00:00
Mod4 + Shift + Return
2019-05-12 20:58:38 +00:00
"keepmenu"
Mod4 + Shift + p
2019-05-11 18:06:55 +00:00
2019-05-15 15:48:46 +00:00
# screenshots
"i3-scrot"
Mod4 + Print
"i3-scrot -d"
Mod4 + Shift + Print
2019-05-21 14:25:19 +00:00
"dmenu_ssh"
Mod4 + s
2019-05-27 13:50:56 +00:00
"dmenu_power"
Mod4 + e
2019-05-31 22:38:55 +00:00
"slock"
Mod4 + Shift + e
2019-05-15 15:48:46 +00:00
# why this no work?
# "i3-scrot -s"
# Mod4 + Control + Print
2019-05-12 20:58:38 +00:00
# "kitty bmenu"
# Mod4 + Control + b
#
# "pkill compton"
# Mod4 + t
#
# "allow_rgb10_configs=false compton --backend glx"
# Mod4 + Control + t
#
# "/home/ray/Scripts/dmenu-ssh.sh"
# Mod4 + g
2019-05-11 18:06:55 +00:00
##################################
# End of xbindkeys configuration #
##################################