added --no-startup-id flag for command line programs

This commit is contained in:
2015-06-07 11:55:52 -07:00
parent b29f93de30
commit 24b7978e2b

View File

@@ -28,19 +28,19 @@ bindsym $mod+Tab exec tracker-needle
bindsym $mod+g exec google-chrome bindsym $mod+g exec google-chrome
# toggle audio output # toggle audio output
bindsym $mod+Shift+A exec audiochngout bindsym $mod+Shift+A exec --no-startup-id audiochngout
#change brightness #change brightness
bindsym XF86MonBrightnessDown exec xbacklight -dec 2 bindsym XF86MonBrightnessDown exec --no-startup-id xbacklight -dec 2
bindsym XF86MonBrightnessUp exec xbacklight -inc 2 bindsym XF86MonBrightnessUp exec --no-startup-id xbacklight -inc 2
# volume # volume
bindsym XF86AudioRaiseVolume exec amixer -D pulse sset Master 5%+ bindsym XF86AudioRaiseVolume exec --no-startup-id amixer -D pulse sset Master 5%+
bindsym XF86AudioLowerVolume exec amixer -D pulse sset Master 5%- bindsym XF86AudioLowerVolume exec --no-startup-id amixer -D pulse sset Master 5%-
bindsym XF86AudioMute exec amixer -q set Master toggle bindsym XF86AudioMute exec --no-startup-id amixer -q set Master toggle
# media # media
bindsym XF86AudioPlay exec mpc toggle bindsym XF86AudioPlay exec --no-startup-id mpc toggle
# lock # lock
bindsym XF86ScreenSaver exec i3lock -c 2e93f4 bindsym XF86ScreenSaver exec i3lock -c 2e93f4
@@ -133,8 +133,8 @@ bindsym $mod+Shift+R restart
bindsym $mod+Shift+E exit bindsym $mod+Shift+E exit
# auto setup display # auto setup display
bindsym $mod+p exec resetscreen bindsym $mod+p exec --no-startup-id resetscreen
bindsym $mod+Shift+P exec xrandr --output LVDS --auto --output VGA1 --same-as LVDS1 bindsym $mod+Shift+P exec --no-startup-id xrandr --output LVDS --auto --output VGA1 --same-as LVDS1
# resize window (you can also use the mouse for that) # resize window (you can also use the mouse for that)
mode "resize" { mode "resize" {