热键管理软件sxhkd

来自linux中国网wiki
Evan讨论 | 贡献2023年9月26日 (二) 06:44的版本 →‎refer
(差异) ←上一版本 | 最后版本 (差异) | 下一版本→ (差异)
跳到导航 跳到搜索

name

sxhkd is a simple X hotkey daemon, by the developer of bspwm, that reacts to input events by executing commands. 

➜  ~ cat .config/sxhkd/sxhkdrc
####################
# SXHKD CONFIG
####################

# Restart sxhkd hotkey daemon
super + shift + x
  pkill -USR1 -x sxhkd && notify-send "sxhkd config" "Reloaded."


####################
# APPS
####################

# Thunar Filemanager
super + t
   thunar

# Thunar Filemanager
super + f
   /home/evan/data/apps/firefoxdev/firefox

# Thunderbird
super + alt + t
   thunderbird

####################
# Media Keys
####################

# Pulse Audio Volume Control
super + p
    pavucontrol

see also

Awesome

references

Awesome Window Manager: Part 3