port i3 functionality to sway

master
lub 5 years ago
parent 6eaa9b1341
commit 77fe71bdbf

10
sway

@ -219,6 +219,14 @@ bindsym $mod+ctrl+shift+l exec 'swaylock & systemctl suspend'
smart_gaps on
gaps inner 3
exec nextcloud
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'
#for gaming
for_window [workspace="9"] floating enable
for_window [workspace="10"] floating enable
include /etc/sway/config.d/*

Loading…
Cancel
Save