mirror of
https://github.com/GRFreire/dotfiles.git
synced 2026-01-10 04:19:38 +00:00
14 lines
209 B
Bash
Executable File
14 lines
209 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
# Enable numlock
|
|
/usr/bin/numlockx
|
|
|
|
# Start compositor
|
|
picom --experimental-backends &
|
|
|
|
# Display background image
|
|
nitrogen --restore
|
|
|
|
# Start network manager applet (systray)
|
|
nm-applet &
|