diff --git a/home/hyprland/default.nix b/home/hyprland/default.nix index 80c7fd9..8eb224e 100644 --- a/home/hyprland/default.nix +++ b/home/hyprland/default.nix @@ -132,7 +132,7 @@ general = { gaps_in = 5; - gaps_out = 8; + gaps_out = 20; border_size = 2; allow_tearing = false; layout = "dwindle"; diff --git a/home/hyprland/vm.sh b/home/hyprland/vm.sh index a9bad37..7026693 100755 --- a/home/hyprland/vm.sh +++ b/home/hyprland/vm.sh @@ -20,5 +20,5 @@ else fi # Start an RDP session to the VM using xfreerdp -xfreerdp -grab-keyboard /v:$ip /u:joy /p:1 /size:100% /d: /dynamic-resolution /gfx-h264:avc444 +gfx-progressive +xfreerdp -grab-keyboard /v:$ip /u:joy /p:1 /size:100% /dynamic-resolution /gfx-h264:avc444 +gfx-progressive /sec:nla /bpp:32 /rfx /rfx-mode:video -bitmap-cache -offscreen-cache -glyph-cache diff --git a/modules/misc/default.nix b/modules/misc/default.nix index 945b5c2..5745534 100644 --- a/modules/misc/default.nix +++ b/modules/misc/default.nix @@ -25,5 +25,5 @@ programs.nix-ld.enable = true; time.timeZone = "Europe/Zurich"; system.stateVersion = "23.11"; - + services.hardware.openrgb.enable = true; } diff --git a/modules/stylix/default.nix b/modules/stylix/default.nix index 1b63e9a..3992a64 100644 --- a/modules/stylix/default.nix +++ b/modules/stylix/default.nix @@ -21,6 +21,7 @@ base0E = "b16286"; base0F = "d65d0e"; }; + opacity.terminal = 0.8; image = ./wallpaper.png; targets.chromium.enable = false; cursor.name = "Bibata-Modern-Ice"; diff --git a/modules/stylix/wallpaper.png b/modules/stylix/wallpaper.png index 772d027..ee3b533 100644 Binary files a/modules/stylix/wallpaper.png and b/modules/stylix/wallpaper.png differ