update pacckages and uhm other stuff

This commit is contained in:
Reid 2024-12-12 21:17:18 -08:00
parent 74ef77bb1f
commit 3a08d19841
Signed by: reidlab
GPG key ID: DAF5EAF6665839FD
11 changed files with 189 additions and 71 deletions

View file

@ -190,7 +190,13 @@ in {
follow_mouse = 1;
sensitivity = 0; # -1.0 - 1.0, 0 means no modification
# uhm?? why do i have to do this here. should be automatic from libinput
# whatever. ill just hardcode for now
# TODO
touchpad = {
disable_while_typing = false;
natural_scroll = true;
};
};
monitor=",highrr,auto,auto";
@ -203,7 +209,7 @@ in {
env = [
"XCURSOR_THEME,${config.modules.desktop.themes.cursorTheme.name}"
"XCURSOR_SIZE,24"
"XCURSOR_SIZE,${toString config.modules.desktop.themes.cursorTheme.size}"
];
general = {
@ -269,7 +275,7 @@ in {
# workspace moving
"workspace 1 silent, class:^firefox"
"workspace 2 silent, class:code-url-handler"
"workspace 2 silent, class:code"
"workspace 4 silent, class:vesktop"
];
@ -278,7 +284,7 @@ in {
"animation slide, waybar"
"animation popin, rofi"
"dimaround, rofi"
"blur, gtk-layer-shell"
"blur, nwg-drawer"
"blur, wob"
"blur, notifications"
"blur, waybar"
@ -300,10 +306,12 @@ in {
special = true;
};
drop_shadow = true;
shadow_range = 6;
shadow_render_power = 3;
shadow_ignore_window = true;
shadow = {
enabled = true;
range = 6;
render_power = 3;
ignore_window = true;
};
};
animations = {