Adds i3 config

This commit is contained in:
Michel 2024-11-02 14:14:27 +01:00
commit ebba035e19
6 changed files with 440 additions and 0 deletions

View file

@ -0,0 +1,20 @@
# Start XDG autostart .desktop files using dex. See also
# https://wiki.archlinux.org/index.php/XDG_Autostart
exec --no-startup-id dex --autostart --environment i3
# The combination of xss-lock, nm-applet and pactl is a popular choice, so
# they are included here as an example. Modify as you see fit.
# xss-lock grabs a logind suspend inhibit lock and will use i3lock to lock the
# screen before suspend. Use loginctl lock-session to lock your screen.
exec --no-startup-id xss-lock --transfer-sleep-lock -- i3lock --nofork
# NetworkManager is the most popular way to manage wireless networks on Linux,
# and nm-applet is a desktop environment-independent system tray GUI for it.
exec --no-startup-id nm-appleta
exec_always --no-startup-id $HOME/.screenlayout/main.sh
exec_always --no-startup-id $HOME/.config/polybar/launch.sh
exec --no-startup-id nitrogen --restore &
exec --no-startup-id sleep 1 && systemctl --user restart dunst && notify-send "Welcome back..."