From 4204c45f3153aac50c26d5e12b12d0cc36f387de Mon Sep 17 00:00:00 2001 From: unexplrd Date: Sat, 15 Feb 2025 00:06:10 +0200 Subject: [PATCH] repeat --- modules/home/desktop/hyprland/default.nix | 20 +++++++++++--------- 1 file changed, 11 insertions(+), 9 deletions(-) diff --git a/modules/home/desktop/hyprland/default.nix b/modules/home/desktop/hyprland/default.nix index 8044d55..853af09 100644 --- a/modules/home/desktop/hyprland/default.nix +++ b/modules/home/desktop/hyprland/default.nix @@ -29,8 +29,8 @@ in { }; package = pkgs.hyprland; plugins = with pkgs.hyprlandPlugins; [ - hyprexpo - # hyprspace + # hyprexpo + hyprspace hy3 # hyprsplit ]; @@ -212,15 +212,9 @@ in { "$modCtrl, period, hy3:changefocus, raise" "$modCtrl, comma, hy3:changefocus, lower" - "$mod, Tab, hyprexpo:expo, toggle" + "$mod, Tab, overview:toggle" # "$mod, Tab, hyprexpo:expo, toggle" - "$mod, Colon, togglespecialworkspace, magic" - "$mod, Colon, movetoworkspace, +0" - "$mod, Colon, togglespecialworkspace, magic" - "$mod, Colon, movetoworkspace, special:magic" - "$mod, Colon, togglespecialworkspace, magic" - "$modCtrl, L, exec, $screenLocker" "$modCtrl, B, exec, $webBrowser" "$modCtrl, V, exec, $clipboardManager" @@ -328,6 +322,14 @@ in { ", XF86AudioNext, exec, playerctl next" "$modCtrl, Escape, exit" ]; + binde = [ + ", XF86MonBrightnessUp, exec, brightnessctl s 5%+" + ", XF86MonBrightnessDown, exec, brightnessctl s 5%-" + "ALT, XF86MonBrightnessUp, exec, brightnessctl s 5%+ -d ${keyboard}::kbd_backlight" + "ALT, XF86MonBrightnessDown, exec, brightnessctl s 5%- -d ${keyboard}::kbd_backlight" + ", XF86AudioRaiseVolume, exec, wpctl set-volume @DEFAULT_AUDIO_SINK@ 5%+" + ", XF86AudioLowerVolume, exec, wpctl set-volume @DEFAULT_AUDIO_SINK@ 5%-" + ]; bindm = [ # mouse movements "$mod, mouse:272, movewindow"