“热键管理软件sxhkd”的版本间的差异

来自linux中国网wiki
跳到导航 跳到搜索
 
第38行: 第38行:
  
 
</pre>
 
</pre>
=refer=
+
=see also=
 +
[[Awesome]]
 +
=references=
 
[https://spacebums.co.uk/awesome-window-manager-part-3/ Awesome Window Manager: Part 3]
 
[https://spacebums.co.uk/awesome-window-manager-part-3/ Awesome Window Manager: Part 3]
 
[[category:Desktop]] [[category:linux]]
 
[[category:Desktop]] [[category:linux]]

2023年9月26日 (二) 06:44的最新版本

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