Просмотр исходного кода

Add --no-startup-id to non UI commands

Prevent cursor to be hourglass.
DricomDragon 4 лет назад
Родитель
Сommit
6cccc9aec1
1 измененных файлов с 6 добавлено и 6 удалено
  1. 6 6
      Install/Templates/i3/config

+ 6 - 6
Install/Templates/i3/config

@@ -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