Sway : Swap waybar to Mod+Shift+r.

This commit is contained in:
Dmitry Voronin 2024-07-17 17:16:54 +03:00
parent f7df5736c1
commit e29717300b
Signed by: voronind
SSH key fingerprint: SHA256:3kBb4iV2ahufEBNq+vFbUe4QYfHt98DHQjN7QaptY9k
2 changed files with 2 additions and 2 deletions

View file

@ -4,7 +4,7 @@
bindsym $mod+shift+f floating toggle bindsym $mod+shift+f floating toggle
# Swap focus between the tiling area and the floating area # Swap focus between the tiling area and the floating area
bindsym $mod+shift+r focus mode_toggle bindsym $mod+r focus mode_toggle
# Move focus to the parent container # Move focus to the parent container
# bindsym $mod+a focus parent # bindsym $mod+a focus parent

View file

@ -1,6 +1,6 @@
{ ... }: { { ... }: {
text = '' text = ''
bindsym $mod+r exec pkill -SIGUSR1 waybar bindsym $mod+shift+r exec 'pkill -SIGUSR1 waybar || waybar'
exec waybar exec waybar
exec nm-applet exec nm-applet
''; '';