wildfire: 163 current 2025-06-18 07:51:50 25.05.20250615.6c64dab 6.15.2 *
hyprland settings
This commit is contained in:
@ -8,11 +8,33 @@
|
|||||||
# Hyprland settings
|
# Hyprland settings
|
||||||
wayland.windowManager.hyprland.enable = true;
|
wayland.windowManager.hyprland.enable = true;
|
||||||
wayland.windowManager.hyprland.settings = {
|
wayland.windowManager.hyprland.settings = {
|
||||||
|
input = {
|
||||||
|
kb_layout = "se";
|
||||||
|
};
|
||||||
"$mod" = "SUPER";
|
"$mod" = "SUPER";
|
||||||
"$terminal" = "ghostty";
|
"$terminal" = "ghostty";
|
||||||
"$filemanager" = "nautilus";
|
"$filemanager" = "nautilus";
|
||||||
"$menu" = "rofi -show drun";
|
"$menu" = "rofi -show drun";
|
||||||
|
|
||||||
|
general = {
|
||||||
|
gaps_in = 4;
|
||||||
|
gaps_out = 4;
|
||||||
|
border_size = 2;
|
||||||
|
"col.active_border" = "rgba(33ccffee) rgba(00ff99ee) 45deg";
|
||||||
|
"col.inactive_border" = "rgba(595959aa)";
|
||||||
|
};
|
||||||
|
decoration = {
|
||||||
|
rounding = "8";
|
||||||
|
rounding_power = "4";
|
||||||
|
blur = {
|
||||||
|
enabled = "true";
|
||||||
|
xray = "true";
|
||||||
|
size = "3";
|
||||||
|
passes = "4";
|
||||||
|
};
|
||||||
|
};
|
||||||
|
|
||||||
|
# Bindings
|
||||||
bind =
|
bind =
|
||||||
[
|
[
|
||||||
"$mod, RETURN, exec, $terminal"
|
"$mod, RETURN, exec, $terminal"
|
||||||
@ -34,15 +56,5 @@
|
|||||||
)
|
)
|
||||||
9)
|
9)
|
||||||
);
|
);
|
||||||
decoration = {
|
|
||||||
rounding = "15";
|
|
||||||
rounding_power = "4";
|
|
||||||
blur = {
|
|
||||||
enabled = "true";
|
|
||||||
xray = "true";
|
|
||||||
size = "3";
|
|
||||||
passes = "4";
|
|
||||||
};
|
|
||||||
};
|
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user