remove --no-startup-id

only needed with i3 apparently
master
lub 3 years ago
parent f08909e53f
commit 8e9e475089

@ -237,20 +237,20 @@ exec swayidle -w before-sleep 'lockscreen'
exec --no-startup-id nextcloud
bindsym XF86AudioPrev exec --no-startup-id 'rhythmbox-client --no-start --previous'
bindsym XF86AudioPlay exec --no-startup-id 'rhythmbox-client --no-start --play-pause'
bindsym XF86AudioNext exec --no-startup-id 'rhythmbox-client --no-start --next'
bindsym XF86AudioPrev exec 'rhythmbox-client --no-start --previous'
bindsym XF86AudioPlay exec 'rhythmbox-client --no-start --play-pause'
bindsym XF86AudioNext exec 'rhythmbox-client --no-start --next'
#screenshot
#requires grim,slurp,wl-clipboard
bindsym $mod+shift+s exec --no-startup-id 'grim -g "$(slurp)" - | wl-copy'
bindsym $mod+ctrl+shift+s exec --no-startup-id 'grim - | wl-copy'
bindsym $mod+alt+shift+s exec --no-startup-id 'pwsh -Command matrix-screenshot.ps1'
bindsym $mod+alt+ctrl+shift+s exec --no-startup-id 'pwsh -Command matrix-screenshot.ps1 -Fullscreen'
bindsym $mod+shift+s exec 'grim -g "$(slurp)" - | wl-copy'
bindsym $mod+ctrl+shift+s exec 'grim - | wl-copy'
bindsym $mod+alt+shift+s exec 'pwsh -Command matrix-screenshot.ps1'
bindsym $mod+alt+ctrl+shift+s exec 'pwsh -Command matrix-screenshot.ps1 -Fullscreen'
#brightness
bindsym XF86MonBrightnessUp exec --no-startup-id 'sudo brightnessctl -d intel_backlight s +5%'
bindsym XF86MonBrightnessDown exec --no-startup-id 'sudo brightnessctl -d intel_backlight s 5%-'
bindsym XF86MonBrightnessUp exec 'sudo brightnessctl -d intel_backlight s +5%'
bindsym XF86MonBrightnessDown exec 'sudo brightnessctl -d intel_backlight s 5%-'
#for gaming
for_window [workspace="9"] floating enable

Loading…
Cancel
Save