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

来自linux中国网wiki
跳到导航 跳到搜索
第1行: 第1行:
 
=name=
 
=name=
 +
<pre>
 
sxhkd is a simple X hotkey daemon, by the developer of bspwm, that reacts to input events by executing commands.  
 
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
 +
 +
</pre>
 
=refer=
 
=refer=
 
[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月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