diff --git a/.config/hypr/hyprland.conf b/.config/hypr/hyprland.conf index 43055b8..b1fffcf 100644 --- a/.config/hypr/hyprland.conf +++ b/.config/hypr/hyprland.conf @@ -51,6 +51,8 @@ $menu = wofi --show drun # exec-once = $terminal exec-once = nm-applet & exec-once = waybar & hyprpaper +exec-once = hypridle & +exec-once = dunst & ############################# @@ -61,7 +63,10 @@ exec-once = waybar & hyprpaper env = XCURSOR_SIZE,24 env = HYPRCURSOR_SIZE,24 -env = XDG_CURRENT_DESKTOP="hyprland" +env = XDG_CURRENT_DESKTOP,Hyprland +env = XDG_SESSION_TYPE,wayland +env = XDG_SESSION_DESKTOP,Hyprland + ##################### @@ -202,6 +207,7 @@ bind = $mainMod, Space, exec, $menu bind = $mainMod, P, pseudo, # dwindle bind = $mainMod, J, togglesplit, # dwindle bind = $mainMod, Escape, workspace, previous +bind = $mainMod, L, exec, loginctl lock-session # Move focus with mainMod + arrow keys bind = $mainMod, left, movefocus, l