Update Hyprland
This commit is contained in:
parent
d209cffa65
commit
2d20b4ab51
1 changed files with 8 additions and 1 deletions
|
@ -2,7 +2,7 @@
|
|||
wayland.windowManager.hyprland = {
|
||||
enable = true;
|
||||
plugins = with pkgs.hyprlandPlugins; [
|
||||
hyprbars
|
||||
# hyprbars
|
||||
hyprexpo
|
||||
hy3
|
||||
];
|
||||
|
@ -24,6 +24,13 @@
|
|||
'';
|
||||
settings = {
|
||||
plugins = {
|
||||
hyprexpo = {
|
||||
gap_size = 8;
|
||||
workspace_method = "center first";
|
||||
enable_gesture = true;
|
||||
gesture_fingers = 3;
|
||||
gesture_positive = false;
|
||||
};
|
||||
hyprbars = {
|
||||
bar_height = 25;
|
||||
bar_part_of_window = true;
|
||||
|
|
Loading…
Reference in a new issue