# Configure output directives such as mode, position, scale and transform using kanshi. kanshi >/dev/null 2>&1 & # Use xrandr for x-wayland xrandr --output DP-1 --primary & # Set background image. swww-daemon & # 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 & ## Set dark theme sh ~/.themes/orzhovtheme.sh & # Deploy swww wallpapers swww img -o HDMI-A-1 ~/.dotfiles/wallpapers/hobbits.jpg & swww img -o DP-1 ~/.dotfiles/wallpapers/statues.jpg & swww img -o DP-2 ~/.dotfiles/wallpapers/bluemana.png & swww img -o eDP-1 ~/.dotfiles/wallpapers/tree.jpg & # Custom software spotify &