diff --git a/.config/sway/config.d/default b/.config/sway/config.d/default index d13a7e5..e96a343 100644 --- a/.config/sway/config.d/default +++ b/.config/sway/config.d/default @@ -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