diff --git a/hypr/hyprland.conf b/hypr/hyprland.conf index 27cba58..3c05888 100644 --- a/hypr/hyprland.conf +++ b/hypr/hyprland.conf @@ -118,8 +118,8 @@ gestures { #} # toolkit-specific scale -#env = GDK_SCALE,2 -#env = XCURSOR_SIZE,24 +# env = GDK_SCALE,2 +# env = XCURSOR_SIZE,24 # Example windowrule v1 # windowrule = float, ^(kitty)$ @@ -131,6 +131,9 @@ gestures { # See https://wiki.hyprland.org/Configuring/Keywords/ for more $mainMod = SUPER + +# Custom Mappings +# # Eject = XF86Eject # XF86Tools = F13 # XF86Launch5 = F14 @@ -138,11 +141,13 @@ $mainMod = SUPER # ... # XF86Launch9 = F18 # NoSymbol = F19 +bind = $mainMod, XF86Tools, exec, shutdown now bind = , XF86Tools, exec, playerctl previous bind = , XF86Launch5, exec, playerctl play-pause bind = , XF86Launch6, exec, playerctl next +bind = CTRL ALT, DELETE, exec, swaylock - +# Default Mappings # Example binds, see https://wiki.hyprland.org/Configuring/Binds/ for more bind = $mainMod, Q, exec, kitty bind = $mainMod, C, killactive, @@ -193,5 +198,3 @@ bind = $mainMod, mouse_up, workspace, e-1 bindm = $mainMod, mouse:272, movewindow bindm = $mainMod, mouse:273, resizewindow -# Add swaylock -bind = CTRL ALT, DELETE, exec, swaylock