diff --git a/dot_config/sway/config.tmpl b/dot_config/sway/config.tmpl index ca2df9b..bc1090b 100644 --- a/dot_config/sway/config.tmpl +++ b/dot_config/sway/config.tmpl @@ -28,9 +28,7 @@ for_window [title="Ulauncher - Application Launcher"] border none output * bg /home/v/.config/sway/wallpaper_1.png fill # Example configuration: -# # output HDMI-A-1 resolution 1920x1080 position 1920,0 -# # You can get the names of your outputs by running: swaymsg -t get_outputs ### Idle configuration @@ -94,7 +92,6 @@ bindsym XF86Search exec $menu bindsym $mod+Shift+c reload # Exit sway (logs you out of your Wayland session) - #bindsym $mod+Shift+e exec swaynag -t warning -m 'You pressed the exit shortcut. Do you really want to exit sway? This will end your Wayland session.' -B 'Yes, exit sway' 'swaymsg exit' bindsym $mod+Shift+e exec swaymsg exit # # Moving around: @@ -193,10 +190,6 @@ bindsym $mod+Shift+e exec swaymsg exit # Resizing containers: # mode "resize" { - # left will shrink the containers width - # right will grow the containers width - # up will shrink the containers height - # down will grow the containers height bindsym $left resize shrink width 10px bindsym $down resize grow height 10px bindsym $up resize shrink height 10px