hy
This commit is contained in:
parent
57fc4ba946
commit
ed65cbbd8e
|
@ -132,7 +132,7 @@
|
|||
|
||||
general = {
|
||||
gaps_in = 5;
|
||||
gaps_out = 8;
|
||||
gaps_out = 20;
|
||||
border_size = 2;
|
||||
allow_tearing = false;
|
||||
layout = "dwindle";
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
|
@ -25,5 +25,5 @@
|
|||
programs.nix-ld.enable = true;
|
||||
time.timeZone = "Europe/Zurich";
|
||||
system.stateVersion = "23.11";
|
||||
|
||||
services.hardware.openrgb.enable = true;
|
||||
}
|
||||
|
|
|
@ -21,6 +21,7 @@
|
|||
base0E = "b16286";
|
||||
base0F = "d65d0e";
|
||||
};
|
||||
opacity.terminal = 0.8;
|
||||
image = ./wallpaper.png;
|
||||
targets.chromium.enable = false;
|
||||
cursor.name = "Bibata-Modern-Ice";
|
||||
|
|
Binary file not shown.
Before Width: | Height: | Size: 1.5 MiB After Width: | Height: | Size: 2 MiB |
Loading…
Reference in a new issue