feat: ✨ new media button shortcuts
This commit is contained in:
parent
6d2d25df42
commit
1dc6011893
4 changed files with 12 additions and 2 deletions
|
@ -38,6 +38,9 @@ $mainMod = SUPER
|
|||
$my_trigger = Alt
|
||||
|
||||
bind = $my_trigger, 0, exec, bluetoothctl disconnect BC:7F:7B:6D:4F:87 && bluetoothctl connect BC:7F:7B:6D:4F:87
|
||||
bind = $my_trigger, 1, exec, playerctl previous
|
||||
bind = $my_trigger, 2, exec, playerctl play-pause
|
||||
bind = $my_trigger, 3, exec, playerctl next
|
||||
|
||||
bind = $my_trigger, T, exec, $terminal
|
||||
bind = $my_trigger, Q, exec, $fileManager
|
||||
|
@ -73,6 +76,9 @@ bind = $my_trigger, S, workspace, 203
|
|||
bind = $my_trigger, Y, workspace, 204
|
||||
bind = $my_trigger, P, workspace, 205
|
||||
|
||||
|
||||
bind = $mainMod, D, workspace, 999
|
||||
|
||||
bind = Alt, F4, killactive,
|
||||
bind = $mainMod $my_trigger, F4, exit,
|
||||
bind = $mainMod, H, exec, pkill -SIGUSR1 waybar
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue