# Configure output directives such as mode, position, scale and transform using kanshi. kanshi >/dev/null 2>&1 & # Set background image. wbg ~/.nix/wallpapers/riverfall.jpg & # Launch a panel such as yambar or waybar. waybar >/dev/null 2>&1 & # Enable notifications. Typically GNOME/KDE application notifications go # through the org.freedesktop.Notifications D-Bus API and require a client such # as mako to function correctly. Thunderbird is an example of this. mako >/dev/null 2>&1 & # Start the Thunar daemon for better startup thunar --daemon &