mirror of
https://gitlab.com/upRootNutrition/dotfiles.git
synced 2025-06-16 18:15:13 -05:00
feat: can't get regreet to work
This commit is contained in:
parent
dc82cbe08d
commit
6c31034b45
7 changed files with 53 additions and 33 deletions
|
@ -1,5 +1,6 @@
|
|||
{pkgs, ...}: {
|
||||
gtk.enable = true;
|
||||
x11.enable = true;
|
||||
name = "catppuccin-mocha-dark-cursors";
|
||||
package = pkgs.catppuccin-cursors.macchiatoDark;
|
||||
size = 14;
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
[
|
||||
"regreet; hyprctl dispatch exit"
|
||||
"swaylock"
|
||||
"wl-clipboard"
|
||||
"wpaperd"
|
||||
|
|
|
@ -1,5 +1,7 @@
|
|||
{
|
||||
focus_on_activate = 1;
|
||||
force_default_wallpaper = 0;
|
||||
# vrr = 1;
|
||||
disable_hyprland_logo = true;
|
||||
disable_splash_rendering = true;
|
||||
disable_hyprland_qtutils_check = true;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue