diff options
Diffstat (limited to 'config')
-rw-r--r-- | config/i3/config | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/config/i3/config b/config/i3/config index adb47c7..009bc26 100644 --- a/config/i3/config +++ b/config/i3/config @@ -170,6 +170,10 @@ bindsym XF86AudioLowerVolume exec --no-startup-id amixer -q set Master 5%- unmut bindsym XF86AudioMute exec --no-startup-id amixer -q set Master toggle && pkill -RTMIN+10 i3blocks # Run pulsemixer bindsym $mod+p exec urxvt -title "Pulsemixer" -e pulsemixer +# Run and configure synchronization +bindsym $mod+i exec urxvt -title "Synchronization" -e allsync toggle +bindsym $mod+Shift+i exec urxvt -title "Synchronization" -e allsync +for_window [ title="Synchronization" ] floating enable # Screen brightness controls bindsym XF86MonBrightnessUp exec --no-startup-id xbacklight -inc 20 # increase screen brightness |