This commit is contained in:
joygnu 2024-07-14 22:03:17 +02:00
parent e4376b2db4
commit 8ae3d704cf
5 changed files with 4 additions and 3 deletions

View file

@ -132,7 +132,7 @@
general = { general = {
gaps_in = 5; gaps_in = 5;
gaps_out = 8; gaps_out = 20;
border_size = 2; border_size = 2;
allow_tearing = false; allow_tearing = false;
layout = "dwindle"; layout = "dwindle";

View file

@ -20,5 +20,5 @@ else
fi fi
# Start an RDP session to the VM using xfreerdp # 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

View file

@ -25,5 +25,5 @@
programs.nix-ld.enable = true; programs.nix-ld.enable = true;
time.timeZone = "Europe/Zurich"; time.timeZone = "Europe/Zurich";
system.stateVersion = "23.11"; system.stateVersion = "23.11";
services.hardware.openrgb.enable = true;
} }

View file

@ -21,6 +21,7 @@
base0E = "b16286"; base0E = "b16286";
base0F = "d65d0e"; base0F = "d65d0e";
}; };
opacity.terminal = 0.8;
image = ./wallpaper.png; image = ./wallpaper.png;
targets.chromium.enable = false; targets.chromium.enable = false;
cursor.name = "Bibata-Modern-Ice"; cursor.name = "Bibata-Modern-Ice";

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.5 MiB

After

Width:  |  Height:  |  Size: 2 MiB