hyprland update

This commit is contained in:
Leon Vatthauer 2024-11-21 12:25:29 +01:00
parent 707e511ec6
commit 127c44a5bd
Signed by: leonv
SSH key fingerprint: SHA256:G4+ddwoZmhLPRB1agvXzZMXIzkVJ36dUYZXf5NxT+u8
3 changed files with 17 additions and 6 deletions

View file

@ -217,6 +217,9 @@
programs.ssh.extraConfig = '' programs.ssh.extraConfig = ''
AddKeysToAgent yes AddKeysToAgent yes
IdentityFile ~/.ssh/git IdentityFile ~/.ssh/git
Host cipterm0.cip.cs.fau.de
HostName cipterm0.cip.cs.fau.de
User hy84coky
''; '';
programs.steam.enable = true; programs.steam.enable = true;

View file

@ -40,11 +40,13 @@
size = 1; size = 1;
passes = 1; passes = 1;
}; };
drop_shadow = true; shadow = {
shadow_range = 100; enabled = true;
shadow_render_power = 5; range = 100;
"col.shadow" = "0x33000000"; render_power = 5;
"col.shadow_inactive" = "0x22000000"; color = "0x33000000";
color_inactive = "0x22000000";
};
rounding = 15; rounding = 15;
}; };
animations = { animations = {

View file

@ -30,10 +30,16 @@
# smt solver for liquid haskell # smt solver for liquid haskell
z3 z3
# stuff # operating systems stuff
grub2
xorriso
qemu
nasm
man-pages man-pages
man-pages-posix man-pages-posix
cpplint cpplint
# stuff
jq jq
vlc vlc
openvpn openvpn