From 1638ad40315964c90c693fa5cd08e73bb190692b Mon Sep 17 00:00:00 2001 From: KoenDR06 Date: Sun, 16 Mar 2025 19:52:51 +0100 Subject: [PATCH] Changes --- modules/wm/hyprland/config/hypr/hyprland.conf | 3 ++- modules/wm/hyprland/config/hypr/keybinds.conf | 4 ++-- modules/wm/hyprland/default.nix | 1 + 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/modules/wm/hyprland/config/hypr/hyprland.conf b/modules/wm/hyprland/config/hypr/hyprland.conf index 745b2b5..7a6165f 100644 --- a/modules/wm/hyprland/config/hypr/hyprland.conf +++ b/modules/wm/hyprland/config/hypr/hyprland.conf @@ -5,12 +5,13 @@ $terminal = kitty $fileManager = dolphin $menu = wofi --show drun +$nix = /home/horseman/nix-config ################# ### AUTOSTART ### ################# -exec-once = swaybg -i ~/nix-config/misc/wallpaper.png +exec-once = swaybg -i $nix/misc/wallpaper.png # Autostart necessary processes (like notifications daemons, status bars, etc.) # Or execute your favorite apps at launch like this: diff --git a/modules/wm/hyprland/config/hypr/keybinds.conf b/modules/wm/hyprland/config/hypr/keybinds.conf index a75a013..f66a9ea 100644 --- a/modules/wm/hyprland/config/hypr/keybinds.conf +++ b/modules/wm/hyprland/config/hypr/keybinds.conf @@ -49,8 +49,8 @@ bind = CONTROL&$mainMod, right, workspace, e+1 bind = CONTROL&$mainMod, left, workspace, e-1 # Laptop multimedia keys for volume and LCD brightness -bindel = ,XF86AudioRaiseVolume, exec, wpctl set-volume @DEFAULT_AUDIO_SINK@ 5%+ -bindel = ,XF86AudioLowerVolume, exec, wpctl set-volume @DEFAULT_AUDIO_SINK@ 5%- +bindel = ,XF86AudioRaiseVolume, exec, wpctl set-volume -l 1.0 @DEFAULT_AUDIO_SINK@ 5%+ +bindel = ,XF86AudioLowerVolume, exec, wpctl set-volume -l 1.0 @DEFAULT_AUDIO_SINK@ 5%- bindel = SHIFT,XF86AudioRaiseVolume, exec, wpctl set-volume @DEFAULT_AUDIO_SINK@ 1%+ bindel = SHIFT,XF86AudioLowerVolume, exec, wpctl set-volume @DEFAULT_AUDIO_SINK@ 1%- bindel = ,XF86AudioMute, exec, wpctl set-mute @DEFAULT_AUDIO_SINK@ toggle diff --git a/modules/wm/hyprland/default.nix b/modules/wm/hyprland/default.nix index d2e70d1..2b5ebb1 100644 --- a/modules/wm/hyprland/default.nix +++ b/modules/wm/hyprland/default.nix @@ -31,6 +31,7 @@ in { playerctl hyprlock brightnessctl + swaybg ]; services.logind.extraConfig = ''