Fix hyprland
This commit is contained in:
parent
8011299cf9
commit
3d876be96c
2 changed files with 5 additions and 4 deletions
|
@ -34,7 +34,8 @@
|
||||||
natural_scroll = true
|
natural_scroll = true
|
||||||
disable_while_typing = true
|
disable_while_typing = true
|
||||||
tap-to-click = true
|
tap-to-click = true
|
||||||
clickfinger_behavior = lrm
|
clickfinger_behavior = true
|
||||||
|
tap_and_drag = true
|
||||||
drag_lock = true
|
drag_lock = true
|
||||||
}
|
}
|
||||||
sensitivity = 0
|
sensitivity = 0
|
||||||
|
@ -60,7 +61,7 @@
|
||||||
blur {
|
blur {
|
||||||
enabled = true
|
enabled = true
|
||||||
size = 50
|
size = 50
|
||||||
passes = 8
|
passes = 8d
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
|
@ -77,12 +77,12 @@
|
||||||
selected-urgent-foreground: @urgent-foreground;
|
selected-urgent-foreground: @urgent-foreground;
|
||||||
}
|
}
|
||||||
|
|
||||||
@import "gruvbox-common.rasinc"
|
@import "gruvbox-common"
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
|
|
||||||
# Rofi theme
|
# Rofi theme
|
||||||
".config/rofi/themes/gruvbox-common.rasinc" = {
|
".config/rofi/themes/gruvbox-common.rasi" = {
|
||||||
enable = true;
|
enable = true;
|
||||||
executable = false;
|
executable = false;
|
||||||
text = ''
|
text = ''
|
||||||
|
|
Loading…
Reference in a new issue