From d1d88aa7b35004f25415060e5dec78fa266cd5d5 Mon Sep 17 00:00:00 2001 From: Christian Colglazier Date: Sun, 11 May 2025 09:05:01 -0400 Subject: [PATCH] Hyprlock and fullscreen --- hyprland/.config/hypr/bind-all.conf | 3 +++ 1 file changed, 3 insertions(+) diff --git a/hyprland/.config/hypr/bind-all.conf b/hyprland/.config/hypr/bind-all.conf index 287ad17..a0ac37d 100644 --- a/hyprland/.config/hypr/bind-all.conf +++ b/hyprland/.config/hypr/bind-all.conf @@ -9,6 +9,9 @@ bind = $mainMod, V, togglefloating, bind = $mainMod, D, exec, $menu bind = $mainMod, P, pseudo, # dwindle bind = $mainMod, J, togglesplit, # dwindle +bind = $mainMod, L, exec, hyprlock +bind = $mainMod, F, fullscreen + # Move focus window bind = $mainMod, left, movefocus, l