Remove system mode, add powermenu
This commit is contained in:
@@ -15,6 +15,8 @@ set $term alacritty
|
|||||||
# on the original workspace that the command was run on.
|
# on the original workspace that the command was run on.
|
||||||
set $menu wofi -c ~/.config/wofi/config -I
|
set $menu wofi -c ~/.config/wofi/config -I
|
||||||
|
|
||||||
|
set $powermenu ~/.config/waybar/scripts/power-menu.sh
|
||||||
|
|
||||||
### Idle configuration
|
### Idle configuration
|
||||||
exec swayidle -w\
|
exec swayidle -w\
|
||||||
timeout 1070 'swaylock -f -C ~/.config/swaylock/config'\
|
timeout 1070 'swaylock -f -C ~/.config/swaylock/config'\
|
||||||
@@ -32,6 +34,9 @@ exec swayidle -w\
|
|||||||
# Start a terminal
|
# Start a terminal
|
||||||
bindsym $mod+Return exec $term
|
bindsym $mod+Return exec $term
|
||||||
|
|
||||||
|
# Open the power menu
|
||||||
|
bindsym $mod+Shift+e mode $powermenu
|
||||||
|
|
||||||
# Kill focused window
|
# Kill focused window
|
||||||
bindsym $mod+q kill
|
bindsym $mod+q kill
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user