diff options
| author | aethrvmn <me@aethrvmn.gr> | 2025-08-31 14:21:57 +0000 |
|---|---|---|
| committer | aethrvmn <me@aethrvmn.gr> | 2025-08-31 14:21:57 +0000 |
| commit | b41ff0b88227bf5d723401fbdaaa91c5d3fecfbb (patch) | |
| tree | 8e37df71a12499a2b474aa6ffb986a4b40e30ef7 /dotfiles/labwc/autostart | |
| parent | imported system/home-manager config (diff) | |
added dots and wallpaper
Diffstat (limited to 'dotfiles/labwc/autostart')
| -rw-r--r-- | dotfiles/labwc/autostart | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/dotfiles/labwc/autostart b/dotfiles/labwc/autostart new file mode 100644 index 0000000..ace51fe --- /dev/null +++ b/dotfiles/labwc/autostart @@ -0,0 +1,16 @@ +# 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 & |
