Oops. thats a big commit
This commit is contained in:
parent
dfcb53a44e
commit
c5ed13b511
25 changed files with 393 additions and 303 deletions
|
@ -179,7 +179,7 @@ in {
|
|||
"${lib.getExe pkgs.networkmanagerapplet}" # network applet
|
||||
"${pkgs.polkit_gnome}/libexec/polkit-gnome-authentication-agent-1" # polkit agent
|
||||
"${lib.getExe pkgs.wl-clip-persist} --clipboard regular" # to fix wl clipboards disappearing
|
||||
];
|
||||
] ++ config.modules.desktop.execOnStart;
|
||||
|
||||
env = [
|
||||
"XCURSOR_THEME,${config.modules.desktop.themes.cursorTheme.name}"
|
||||
|
@ -269,14 +269,17 @@ in {
|
|||
|
||||
blur = {
|
||||
enabled = true;
|
||||
size = 4;
|
||||
passes = 2;
|
||||
size = 10;
|
||||
passes = 3;
|
||||
# popups and special workspace have blur disabled by default
|
||||
popups = true;
|
||||
special = true;
|
||||
};
|
||||
|
||||
drop_shadow = true;
|
||||
shadow_range = 4;
|
||||
shadow_range = 6;
|
||||
shadow_render_power = 3;
|
||||
shadow_ignore_window = true;
|
||||
};
|
||||
|
||||
animations = {
|
||||
|
@ -308,6 +311,8 @@ in {
|
|||
|
||||
gestures = {
|
||||
workspace_swipe = true;
|
||||
workspace_swipe_min_speed_to_force = 0;
|
||||
workspace_swipe_cancel_ratio = 0.1;
|
||||
};
|
||||
|
||||
misc = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue