hyprland config clean up

This commit is contained in:
2024-06-15 19:32:59 +02:00
parent ea305e701c
commit 5839002d3c
3 changed files with 5 additions and 177 deletions

View File

@ -51,21 +51,6 @@ in
grimblast
];
xdg.configFile = {
"hypr/launch".source = ./launch;
# "hypr/hyprland.conf".source = ./hyprland.conf;
"hypr/colors.conf" = {
text = ''
general {
col.active_border = 0xff${palette.base0C} 0xff${palette.base0D} 270deg
col.inactive_border = 0xff${palette.base00}
}
'';
};
};
# services.copyq.enable = true;
# services.hypridle = {
# enable = true;
# settings = {
@ -135,26 +120,13 @@ in
gaps_in = 5;
gaps_out = 5;
# border_size = 2
layout = "dwindle";
# # https://wiki.hyprland.org/Configuring/Variables/#variable-types for info about colors
# col.active_border = rgba(33ccffee) rgba(00ff99ee) 45deg
# col.inactive_border = rgba(595959aa)
# Set to true enable resizing windows by clicking and dragging on borders and gaps
# resize_on_border = false
# Please see https://wiki.hyprland.org/Configuring/Tearing/ before you turn this on
# allow_tearing = false
layout = "master";
col.active_border = "0xff${palette.base0C} 0xff${palette.base0D} 270deg";
col.inactive_border = "0xff${palette.base00}";
};
decoration = {
# power saving
# blur = {
# enable = false;
# };
# power saving
drop_shadow = false;
};
@ -186,6 +158,7 @@ in
# Input
input = {
kb_layout = "de";
natural_scroll = "yes";
};
# Window rules
@ -225,7 +198,7 @@ in
"$mod, F, fullscreen,"
"$mod, X, killactive,"
"$mod, R, togglesplit," # dwindle
"$mod, O, togglesplit," # dwindle
"$mod, P, pseudo," # dwindle
# opening applications