diff options
Diffstat (limited to '.config/sway/simple.conf')
| -rw-r--r-- | .config/sway/simple.conf | 28 |
1 files changed, 0 insertions, 28 deletions
diff --git a/.config/sway/simple.conf b/.config/sway/simple.conf deleted file mode 100644 index 7249433..0000000 --- a/.config/sway/simple.conf +++ /dev/null @@ -1,28 +0,0 @@ -# vim: ft=i3config -set $mod Mod4 -set $left h -set $right l -set $up k -set $down j -set $term foot -set $menu bemenu-run - -bindsym $mod+Return exec $term -bindsym $mod+Shift+q kill -bindsym $mod+d exec $menu -bindsym $mod+Shift+c reload -bindsym $mod+Shift+e exit -bindsym $mod+$left focus left -bindsym $mod+$down focus down -bindsym $mod+$up focus up -bindsym $mod+$right focus right -bindsym $mod+Shift+$left move left -bindsym $mod+Shift+$down move down -bindsym $mod+Shift+$up move up -bindsym $mod+Shift+$right move right -bindsym $mod+f fullscreen -bindsym $mod+Backspace seat - pointer_constraint disable -bindsym $mod+0 seat - pointer_constraint escape -bindswitch lid:toggle output eDP-1 toggle - -exec swaynag -m $(sway --get-socketpath) -b 'quit' 'swaymsg exit' |