blob: ace51fe9f5c6a7935aabf7699d8cb6f5a6c04f37 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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 &
|
; all rights regarding Text and Data Mining (TDM) are reserved.