Compare commits

..

No commits in common. "beceee7c99ce65d63c12c12402d87b7594c87583" and "c7deaaa048dc2a9aacb50be855e39cdc5bc23c59" have entirely different histories.

4 changed files with 13 additions and 7 deletions

View file

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

View file

@ -67,8 +67,7 @@
"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.expand-column-to-available-width = [];
"Mod+Ctrl+F".action.fullscreen-window = [];
"Mod+Shift+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,9 +28,17 @@
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,9 +36,8 @@
hide-when-single-tab = true;
active.color = "#5bcefa";
inactive.color = "#3c3836";
gap = 2;
width = 5;
corner-radius= 3;
gap = 1;
width = 3;
position = "left";
gaps-between-tabs = 0;
};