hyprland config clean up
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user