Replace hyprpaper with wpaperd and get rid of hyprland

This commit is contained in:
Jimbo 2024-12-25 00:53:30 -05:00
parent 4565265f6e
commit c13f95df8f
22 changed files with 23 additions and 503 deletions

View file

@ -4,7 +4,7 @@
spawn-at-startup "waybar"
// Daemons and tray
spawn-at-startup "hyprpaper"
spawn-at-startup "wpaperd"
spawn-at-startup "wl-paste" "-t" "text" "--watch" "clipman" "store" "-P"
spawn-at-startup "wl-copy"
spawn-at-startup "mako"

View file

@ -1,6 +1,4 @@
{ pkgs, ... }:
{
imports = [
./sleep-niri
];
imports = [ ./sleep-niri ];
}