Compare commits
4 commits
c7deaaa048
...
beceee7c99
Author | SHA1 | Date | |
---|---|---|---|
beceee7c99 | |||
b741d1eeb2 | |||
7cbd48889f | |||
f071ae5659 |
4 changed files with 7 additions and 13 deletions
|
@ -42,7 +42,7 @@ with builtins; {
|
||||||
prusa-slicer
|
prusa-slicer
|
||||||
wget
|
wget
|
||||||
git
|
git
|
||||||
neofetch
|
hyfetch
|
||||||
pciutils
|
pciutils
|
||||||
zip
|
zip
|
||||||
unzip
|
unzip
|
||||||
|
|
|
@ -67,7 +67,8 @@
|
||||||
"Mod+BracketLeft".action.consume-or-expel-window-left = [];
|
"Mod+BracketLeft".action.consume-or-expel-window-left = [];
|
||||||
"Mod+BracketRight".action.consume-or-expel-window-right = [];
|
"Mod+BracketRight".action.consume-or-expel-window-right = [];
|
||||||
"Mod+F".action.maximize-column = [];
|
"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+C".action.center-column = [];
|
||||||
"Mod+Minus".action.set-column-width = "-5%";
|
"Mod+Minus".action.set-column-width = "-5%";
|
||||||
"Mod+Equal".action.set-column-width = "+5%";
|
"Mod+Equal".action.set-column-width = "+5%";
|
||||||
|
|
|
@ -28,17 +28,9 @@
|
||||||
|
|
||||||
window-rules = [
|
window-rules = [
|
||||||
# TODO: privacy screen 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";
|
environment.ELECTRON_OZONE_PLATFORM_HINT = "auto";
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
@ -36,8 +36,9 @@
|
||||||
hide-when-single-tab = true;
|
hide-when-single-tab = true;
|
||||||
active.color = "#5bcefa";
|
active.color = "#5bcefa";
|
||||||
inactive.color = "#3c3836";
|
inactive.color = "#3c3836";
|
||||||
gap = 1;
|
gap = 2;
|
||||||
width = 3;
|
width = 5;
|
||||||
|
corner-radius= 3;
|
||||||
position = "left";
|
position = "left";
|
||||||
gaps-between-tabs = 0;
|
gaps-between-tabs = 0;
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Reference in a new issue