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

@ -1,28 +0,0 @@
{ pkgs, ... }:
{
wayland.windowManager.hyprland.settings.exec-once = [
"waybar"
# Scratchpads
"foot -a btop -T Gotop btop"
"foot -a music -T Music ncmpcpp"
"foot -a sound -T Sound pulsemixer"
# Deamons and tray
"hyprpaper"
"wl-paste -t text --watch clipman store -P"
"wl-copy"
"mako"
"sunshine"
"rot8"
"wlsunset -s 22:30 -S 06:30"
"${pkgs.mate.mate-polkit}/libexec/polkit-mate-authentication-agent-1"
# Foreground
"librewolf -P Misc --name=MiscBrowser"
"thunderbird"
"vesktop"
"fractal"
"telegram-desktop"
];
}