Compare commits

...

4 commits

Author SHA1 Message Date
beceee7c99
improve tab indicator styles 2025-03-13 17:33:50 +01:00
b741d1eeb2
eeeeeee 2025-03-13 17:33:39 +01:00
7cbd48889f
even more column fullscreening shortcuts 2025-03-13 17:32:48 +01:00
f071ae5659
switch to hyfetch 2025-03-13 17:32:25 +01:00
4 changed files with 7 additions and 13 deletions

View file

@ -42,7 +42,7 @@ with builtins; {
prusa-slicer
wget
git
neofetch
hyfetch
pciutils
zip
unzip

View file

@ -67,7 +67,8 @@
"Mod+BracketLeft".action.consume-or-expel-window-left = [];
"Mod+BracketRight".action.consume-or-expel-window-right = [];
"Mod+F".action.maximize-column = [];
"Mod+Shift+F".action.fullscreen-window = [];
"Mod+Shift+F".action.expand-column-to-available-width = [];
"Mod+Ctrl+F".action.fullscreen-window = [];
"Mod+C".action.center-column = [];
"Mod+Minus".action.set-column-width = "-5%";
"Mod+Equal".action.set-column-width = "+5%";

View file

@ -28,17 +28,9 @@
window-rules = [
# TODO: privacy screen rules
# {
# geometry-corner-radius = let val = 1.; in {
# bottom-left = val;
# bottom-right = val;
# top-left = val;
# top-right = val;
# };
# clip-to-geometry = true;
# }
];
# fix electron apps not doing wayland
environment.ELECTRON_OZONE_PLATFORM_HINT = "auto";
};
}

View file

@ -36,8 +36,9 @@
hide-when-single-tab = true;
active.color = "#5bcefa";
inactive.color = "#3c3836";
gap = 1;
width = 3;
gap = 2;
width = 5;
corner-radius= 3;
position = "left";
gaps-between-tabs = 0;
};