Sway : Swap waybar to Mod+Shift+r.
This commit is contained in:
parent
f7df5736c1
commit
e29717300b
|
@ -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
|
||||||
|
|
|
@ -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
|
||||||
'';
|
'';
|
||||||
|
|
Loading…
Reference in a new issue