Changed things
This commit is contained in:
@@ -6,12 +6,19 @@
|
||||
package = pkgs.hyprland;
|
||||
# Whether to enable XWayland
|
||||
xwayland.enable = true;
|
||||
plugins = [
|
||||
pkgs.hyprlandPlugins.hyprspace
|
||||
];
|
||||
|
||||
# Optional
|
||||
# Whether to enable hyprland-session.target on hyprland startup
|
||||
systemd.enable = true;
|
||||
|
||||
settings = {
|
||||
xwayland = {
|
||||
force_zero_scaling = true;
|
||||
};
|
||||
|
||||
"$mainMod" = "SUPER";
|
||||
"$terminal" = "kitty";
|
||||
"$fileManager" = "dolphin";
|
||||
@@ -20,7 +27,6 @@
|
||||
|
||||
exec-once = [
|
||||
# run once on startup
|
||||
"pyper"
|
||||
];
|
||||
|
||||
bind = [
|
||||
@@ -68,6 +74,8 @@
|
||||
"workspace_swipe" = true;
|
||||
"workspace_swipe_fingers" = 3;
|
||||
};
|
||||
|
||||
workspace = ["special:exposed,gapsout:60,gapsin:30,bordersize:5,border:true,shadow:false"];
|
||||
};
|
||||
};
|
||||
programs.ags = {
|
||||
@@ -95,6 +103,6 @@
|
||||
};
|
||||
|
||||
home.packages = with pkgs; [
|
||||
pyprland
|
||||
brightnessctl
|
||||
];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user