update pacckages and uhm other stuff
This commit is contained in:
parent
74ef77bb1f
commit
3a08d19841
11 changed files with 189 additions and 71 deletions
|
@ -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 = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue