热键管理软件sxhkd

来自linux中国网wiki
Evan讨论 | 贡献2023年9月1日 (五) 13:07的版本
跳到导航 跳到搜索

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

refer

Awesome Window Manager: Part 3