diff options
Diffstat (limited to 'config/i3')
-rw-r--r-- | config/i3/config | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/i3/config b/config/i3/config index 8bf7048..354722c 100644 --- a/config/i3/config +++ b/config/i3/config @@ -184,7 +184,7 @@ for_window [ title="Pulsemixer" ] resize set 50 ppt 50 ppt for_window [ title="Pulsemixer" ] move position center # Run and configure synchronization bindsym $mod+i exec alacritty -t "Synchronization" -e allsync -bindsym $mod+Shift+i exec alacritty -t "Synchronization" -e allsync toggle +bindsym $mod+Shift+i exec --no-startup-id allsync toggle for_window [ title="Synchronization" ] floating enable # Screen brightness controls |