|
@@ -29,19 +29,19 @@ bindsym $mod+Return exec alacritty
|
|
|
bindsym $mod+Shift+w kill
|
|
|
|
|
|
# start dmenu (a program launcher)
|
|
|
-bindsym $mod+Shift+d exec dmenu_run
|
|
|
+bindsym $mod+Shift+d exec --no-startup-id dmenu_run
|
|
|
|
|
|
# start dmenu for desktop applications
|
|
|
bindsym $mod+d exec --no-startup-id i3-dmenu-desktop
|
|
|
|
|
|
# adjust volume
|
|
|
-bindsym XF86AudioRaiseVolume exec amixer set Master unmute 2dB+
|
|
|
-bindsym XF86AudioLowerVolume exec amixer set Master unmute 2dB-
|
|
|
-bindsym XF86AudioMute exec amixer set Master unmute 0
|
|
|
+bindsym XF86AudioRaiseVolume exec --no-startup-id amixer set Master unmute 2dB+
|
|
|
+bindsym XF86AudioLowerVolume exec --no-startup-id amixer set Master unmute 2dB-
|
|
|
+bindsym XF86AudioMute exec --no-startup-id amixer set Master unmute 0
|
|
|
|
|
|
# adjust luminosity
|
|
|
-bindsym XF86MonBrightnessUp exec xbacklight + 2
|
|
|
-bindsym XF86MonBrightnessDown exec xbacklight - 2
|
|
|
+bindsym XF86MonBrightnessUp exec --no-startup-id xbacklight + 2
|
|
|
+bindsym XF86MonBrightnessDown exec --no-startup-id xbacklight - 2
|
|
|
|
|
|
# change focus
|
|
|
bindsym $mod+$left focus left
|