From 805c53ea2cb0e49904b551604674de4b969d09f6 Mon Sep 17 00:00:00 2001 From: pagedmov Date: Sat, 26 Oct 2024 04:22:55 -0400 Subject: [PATCH] removed some deprecated hyprland binds and increased opacity on terminal windows by 10% --- modules/home/environment/hyprland/config.nix | 4 +--- modules/sys/environment/stylix.nix | 2 +- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/modules/home/environment/hyprland/config.nix b/modules/home/environment/hyprland/config.nix index bddba6e..bc6fc0a 100644 --- a/modules/home/environment/hyprland/config.nix +++ b/modules/home/environment/hyprland/config.nix @@ -160,15 +160,13 @@ in "super, q, exec, kitty --title Kitty" "super, d, exec, switchmon" "super, c, killactive," - "super, p, exec, [float;size 35% 35%;move onscreen cursor] [ ! -f /tmp/keyringfile ] && kitty toolbelt" - "super, 0, exec, aplay ~/assets/sound/soundtest.wav" + "super, p, exec, [float;size 40% 25%;move onscreen cursor] [ ! -f /tmp/keyringfile ] && kitty toolbelt" "super shift, q, exit," "super, m, exec, fuzzel" "super, r, exec, neovide" "super, b, togglesplit, # dwindle" "super, f, togglefloating" "super, g, fullscreen" - "super, home, exec, /home/${username}/scripts/home.sh" "super, h, movefocus, l" "super, l, movefocus, r" "super, k, movefocus, u" diff --git a/modules/sys/environment/stylix.nix b/modules/sys/environment/stylix.nix index 789e6d3..6d75834 100644 --- a/modules/sys/environment/stylix.nix +++ b/modules/sys/environment/stylix.nix @@ -12,7 +12,7 @@ image = wallpaper; polarity = "dark"; autoEnable = true; - opacity.terminal = 0.1; + opacity.terminal = 0.2; targets = { console.enable = true; feh.enable = true;