mirror of
https://github.com/tomasriveral/nixos.git
synced 2026-08-12 02:28:37 +02:00
hyprland: fix borders and splash electric boogaloo
This commit is contained in:
@@ -516,7 +516,7 @@ in {
|
|||||||
};
|
};
|
||||||
theme = {
|
theme = {
|
||||||
enableTerm = false; # we do it manually by adapting our kitty config
|
enableTerm = false; # we do it manually by adapting our kitty config
|
||||||
enableHypr = true;
|
enableHypr = false; # this seems to add the splash
|
||||||
enableDiscord = true;
|
enableDiscord = true;
|
||||||
enableSpicetify = true;
|
enableSpicetify = true;
|
||||||
enableFuzzel = true; #what's that?
|
enableFuzzel = true; #what's that?
|
||||||
|
|||||||
@@ -237,7 +237,7 @@ in {
|
|||||||
######################
|
######################
|
||||||
*/
|
*/
|
||||||
];
|
];
|
||||||
splash = false; # remove default background on startup
|
splash = true; # remove default background on startup
|
||||||
# gestures (also keybindings)
|
# gestures (also keybindings)
|
||||||
gesture = [
|
gesture = [
|
||||||
"3, right, move, +col"
|
"3, right, move, +col"
|
||||||
|
|||||||
Reference in New Issue
Block a user