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