stuff
This commit is contained in:
parent
49cca73363
commit
c05813575f
40 changed files with 2364 additions and 526 deletions
|
|
@ -23,15 +23,17 @@ in
|
|||
./bindings.nix
|
||||
./polkitagent.nix
|
||||
# ./hyprspace.nix
|
||||
./hyprpanel.nix
|
||||
./hyprlock.nix
|
||||
# ./hyprpanel.nix
|
||||
# ./hyprlock.nix
|
||||
./hyprpaper.nix
|
||||
../caelestia-shell
|
||||
];
|
||||
|
||||
home.packages = with pkgs; [
|
||||
qt5.qtwayland
|
||||
qt6.qtwayland
|
||||
libsForQt5.qt5ct
|
||||
qt6ct
|
||||
qt6Packages.qt6ct
|
||||
hyprshot
|
||||
hyprpicker
|
||||
swappy
|
||||
|
|
@ -71,6 +73,7 @@ in
|
|||
"systemctl --user enable --now hyprpaper.service &"
|
||||
"systemctl --user enable --now hypridle.service &"
|
||||
"systemctl --user enable --now nextcloud-client.service &"
|
||||
"vicinae server"
|
||||
];
|
||||
|
||||
monitor = [
|
||||
|
|
@ -151,7 +154,7 @@ in
|
|||
disable_splash_rendering = true;
|
||||
disable_autoreload = true;
|
||||
focus_on_activate = true;
|
||||
new_window_takes_over_fullscreen = 2;
|
||||
# new_window_takes_over_fullscreen = 2;
|
||||
};
|
||||
|
||||
windowrulev2 = [
|
||||
|
|
@ -188,10 +191,10 @@ in
|
|||
"size 640 400, class:^(.*jetbrains.*)$, title:^(splash)$"
|
||||
];
|
||||
|
||||
layerrule = [
|
||||
"noanim, launcher"
|
||||
"noanim, ^ags-.*"
|
||||
];
|
||||
# layerrule = [
|
||||
# "noanim, launcher"
|
||||
# "noanim, ^ags-.*"
|
||||
# ];
|
||||
|
||||
input = {
|
||||
# kb_layout = keyboardLayout;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue