summary refs log tree commit diff
path: root/.config
diff options
context:
space:
mode:
Diffstat (limited to '.config')
-rw-r--r--.config/sway/simple.conf7
1 files changed, 4 insertions, 3 deletions
diff --git a/.config/sway/simple.conf b/.config/sway/simple.conf
index 8e710e9..7249433 100644
--- a/.config/sway/simple.conf
+++ b/.config/sway/simple.conf
@@ -4,8 +4,8 @@ set $left h
 set $right l
 set $up k
 set $down j
-set $term alacritty
-set $menu wofi -terminal $term -show drun
+set $term foot
+set $menu bemenu-run
 
 bindsym $mod+Return exec $term
 bindsym $mod+Shift+q kill
@@ -23,5 +23,6 @@ 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)
+exec swaynag -m $(sway --get-socketpath) -b 'quit' 'swaymsg exit'