From ac3223964a2630b6bd564980e06279affcf773ea Mon Sep 17 00:00:00 2001 From: NotXia <35894453+NotXia@users.noreply.github.com> Date: Sat, 6 Jul 2024 21:27:13 +0200 Subject: [PATCH] Add keybinds --- .config/hypr/hyprland.conf | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.config/hypr/hyprland.conf b/.config/hypr/hyprland.conf index 9695ea2..bce5bf8 100644 --- a/.config/hypr/hyprland.conf +++ b/.config/hypr/hyprland.conf @@ -1,7 +1,7 @@ #---------- # Monitors #---------- -monitor = ,preferred,auto,auto +# monitor = ,preferred,auto,auto source = ~/.config/hypr/monitors.conf @@ -153,8 +153,8 @@ bind = ALT, f4, killactive, # Floating and fullscreen bind = $mainMod, F, togglefloating, bind = $mainMod, P, pin -bind = $mainMod, S, fullscreen, 1 -bind = $mainMod SHIFT, S, fullscreen, 0 +bind = $mainMod, S, fullscreen, 0 +bind = $mainMod SHIFT, S, fullscreen, 1 # Wofi @@ -180,6 +180,7 @@ binde = , XF86MonBrightnessDown, exec, brightnessctl s 5%- && brightnessctl -m | # Lock screen bind = , XF86PowerOff, exec, hyprlock +bind = SUPER_L, l, exec, hyprlock # Reload