zellij, hyprland config

This commit is contained in:
iofq 2024-11-18 20:10:08 -06:00
parent 39052c860d
commit 22cca03fec
12 changed files with 135 additions and 51 deletions

View file

@ -19,7 +19,7 @@ _: {
};
size = 12;
offset = {
x = 1;
x = 0;
y = 1;
};
};

View file

@ -5,7 +5,7 @@
extraConfig = ''
monitor=,preferred,auto,1
'';
plugins = [ pkgs.hyprlandPlugins.hyprexpo ];
plugins = [pkgs.hyprlandPlugins.hyprexpo];
settings = {
"$mod" = "SUPER";
general = {
@ -22,7 +22,9 @@
blur = {
enabled = false;
};
drop_shadow = "no";
shadow = {
enabled = false;
};
};
animations = {
enabled = "yes";
@ -37,7 +39,7 @@
};
master = {
new_status = "slave";
no_gaps_when_only = 1;
new_on_top = true;
};
input = {
kb_options = "caps:super";
@ -131,6 +133,17 @@
"noinitialfocus,class:^(xwaylandvideobridge)$"
"maxsize 1 1,class:^(xwaylandvideobridge)$"
"noblur,class:^(xwaylandvideobridge)$"
"bordersize 0, floating:0, onworkspace:w[t1]"
"rounding 0, floating:0, onworkspace:w[t1]"
"bordersize 0, floating:0, onworkspace:w[tg1]"
"rounding 0, floating:0, onworkspace:w[tg1]"
"bordersize 0, floating:0, onworkspace:f[1]"
"rounding 0, floating:0, onworkspace:f[1]"
];
workspace = [
"w[t1], gapsout:0, gapsin:0"
"w[tg1], gapsout:0, gapsin:0"
"f[1], gapsout:0, gapsin:0"
];
};
};