Update .config/sway/config
This commit is contained in:
parent
77375799d5
commit
82c46cc22d
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue