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 = {
|
wayland.windowManager.hyprland = {
|
||||||
enable = true;
|
enable = true;
|
||||||
plugins = with pkgs.hyprlandPlugins; [
|
plugins = with pkgs.hyprlandPlugins; [
|
||||||
hyprbars
|
# hyprbars
|
||||||
hyprexpo
|
hyprexpo
|
||||||
hy3
|
hy3
|
||||||
];
|
];
|
||||||
|
@ -24,6 +24,13 @@
|
||||||
'';
|
'';
|
||||||
settings = {
|
settings = {
|
||||||
plugins = {
|
plugins = {
|
||||||
|
hyprexpo = {
|
||||||
|
gap_size = 8;
|
||||||
|
workspace_method = "center first";
|
||||||
|
enable_gesture = true;
|
||||||
|
gesture_fingers = 3;
|
||||||
|
gesture_positive = false;
|
||||||
|
};
|
||||||
hyprbars = {
|
hyprbars = {
|
||||||
bar_height = 25;
|
bar_height = 25;
|
||||||
bar_part_of_window = true;
|
bar_part_of_window = true;
|
||||||
|
|
Loading…
Reference in a new issue