Add Kanshi, Hyprland, remove Niri
This commit is contained in:
parent
4e90ea2e1c
commit
6feca365ff
26 changed files with 430 additions and 461 deletions
23
modules/home/wms/hyprland/autostart/default.nix
Normal file
23
modules/home/wms/hyprland/autostart/default.nix
Normal file
|
@ -0,0 +1,23 @@
|
|||
{ 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
|
||||
"wpaperd"
|
||||
"wl-paste -t text --watch clipman store -P"
|
||||
"wl-copy"
|
||||
"mako"
|
||||
"rot8"
|
||||
"wlsunset -s 22:30 -S 07:30"
|
||||
|
||||
# Foreground
|
||||
"thunderbird"
|
||||
"vesktop"
|
||||
];
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue