Remove system mode, add powermenu

This commit is contained in:
morten-b
2021-01-21 12:49:25 +01:00
committed by GitHub
parent 4485f51b9c
commit b0c6214fc3

View File

@@ -15,6 +15,8 @@ set $term alacritty
# on the original workspace that the command was run on.
set $menu wofi -c ~/.config/wofi/config -I
set $powermenu ~/.config/waybar/scripts/power-menu.sh
### Idle configuration
exec swayidle -w\
timeout 1070 'swaylock -f -C ~/.config/swaylock/config'\
@@ -31,6 +33,9 @@ exec swayidle -w\
#
# Start a terminal
bindsym $mod+Return exec $term
# Open the power menu
bindsym $mod+Shift+e mode $powermenu
# Kill focused window
bindsym $mod+q kill