Compare commits
No commits in common. "beceee7c99ce65d63c12c12402d87b7594c87583" and "c7deaaa048dc2a9aacb50be855e39cdc5bc23c59" have entirely different histories.
beceee7c99
...
c7deaaa048
4 changed files with 13 additions and 7 deletions
|
@ -42,7 +42,7 @@ with builtins; {
|
||||||
prusa-slicer
|
prusa-slicer
|
||||||
wget
|
wget
|
||||||
git
|
git
|
||||||
hyfetch
|
neofetch
|
||||||
pciutils
|
pciutils
|
||||||
zip
|
zip
|
||||||
unzip
|
unzip
|
||||||
|
|
|
@ -67,8 +67,7 @@
|
||||||
"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.expand-column-to-available-width = [];
|
"Mod+Shift+F".action.fullscreen-window = [];
|
||||||
"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,9 +28,17 @@
|
||||||
|
|
||||||
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,9 +36,8 @@
|
||||||
hide-when-single-tab = true;
|
hide-when-single-tab = true;
|
||||||
active.color = "#5bcefa";
|
active.color = "#5bcefa";
|
||||||
inactive.color = "#3c3836";
|
inactive.color = "#3c3836";
|
||||||
gap = 2;
|
gap = 1;
|
||||||
width = 5;
|
width = 3;
|
||||||
corner-radius= 3;
|
|
||||||
position = "left";
|
position = "left";
|
||||||
gaps-between-tabs = 0;
|
gaps-between-tabs = 0;
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Reference in a new issue