soulja balls
This commit is contained in:
parent
1d212fcefd
commit
d28b00841c
2 changed files with 2 additions and 1 deletions
|
|
@ -178,6 +178,7 @@ SUBSYSTEMS=="usb", ATTRS{idVendor}=="05c6", ATTRS{idProduct}=="9008", MODE="0666
|
||||||
ddcutil
|
ddcutil
|
||||||
xrizer
|
xrizer
|
||||||
wayvr-dashboard
|
wayvr-dashboard
|
||||||
|
xwayland-satellite
|
||||||
];
|
];
|
||||||
|
|
||||||
# Some programs need SUID wrappers, can be configured further or are
|
# Some programs need SUID wrappers, can be configured further or are
|
||||||
|
|
|
||||||
|
|
@ -285,7 +285,7 @@
|
||||||
spawn-at-startup = [
|
spawn-at-startup = [
|
||||||
{command = ["waybar"];}
|
{command = ["waybar"];}
|
||||||
{command = ["xwayland-satellite"];}
|
{command = ["xwayland-satellite"];}
|
||||||
{command = if !vars.isTough then ["swaybg" "-m" "fill" "-i" "/home/alyx/.config/nixos/assets/scenes.jpg"] else ["swaybg" "-m" "fill" "-i" "/home/alyx/.config/nixos/assets/scenes.jpg"];}
|
{command = if vars.user == "alyx" then ["swaybg" "-m" "fill" "-i" "/home/${vars.user}/.config/nixos/assets/scenes.jpg"] else ["swaybg" "-m" "fill" "-i" "/home/${vars.user}/.config/nixos/assets/scenes.jpg"];}
|
||||||
{command = ["udiskie" "--appindicator"];}
|
{command = ["udiskie" "--appindicator"];}
|
||||||
{command = [ "systemctl" "--user" "restart" "xdg-desktop-portal-gnome.service"];}
|
{command = [ "systemctl" "--user" "restart" "xdg-desktop-portal-gnome.service"];}
|
||||||
];
|
];
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue