This commit is contained in:
cnst
2024-07-29 20:08:44 +02:00
parent 06deb827a5
commit 3f99d55541
8 changed files with 90 additions and 89 deletions

View File

@@ -1,23 +0,0 @@
{
wayland.windowManager.hyprland = {
enable = true;
xwayland.enable = true;
settings = {
source = [
"./land/appearance.conf"
"./land/inputs.conf"
"./land/keybinds.conf"
"./land/rules.conf"
"./land/startup.conf"
];
};
systemd = {
variables = ["--all"];
extraCommands = [
"systemctl --user stop graphical-session.target"
"systemctl --user start hyprland-session.target"
];
};
};
}

View File

@@ -12,7 +12,6 @@
allow_tearing = false;
resize_on_border = true;
};
decoration = {
rounding = 0;
blur = {
@@ -21,13 +20,11 @@
passes = 1;
vibrancy = 0.1696;
};
drop_shadow = false;
shadow_range = 4;
shadow_render_power = 3;
# col.shadow = rgba(1a1a1aee)
};
animations = {
enabled = true;
bezier = [
@@ -42,7 +39,6 @@
"workspaces, 1, 3, default"
];
};
dwindle = {
# See https://wiki.hyprland.org/Configuring/Dwindle-Layout/ for more
pseudotile = true; # master switch for pseudotiling. Enabling is bound to mainMod + P in the keybinds section below

View File

@@ -9,7 +9,6 @@
# env = HYPRCURSOR_SIZE,28
# env = XCURSOR_THEME,macOS
# env = XCURSOR_SIZE,28
# For all categories, see https://wiki.hyprland.org/Configuring/Variables/
input = {
follow_mouse = 1;