mirror of
https://github.com/Fluffy-Bean/dots.git
synced 2025-01-01 12:15:59 +00:00
7 lines
158 B
Bash
Executable file
7 lines
158 B
Bash
Executable file
#!/bin/sh
|
|
nitrogen --restore &
|
|
picom --experimental-backends -b &
|
|
xrandr --output HDMI-0 --mode 1920x1080 --rate 144 &
|
|
polybar -r fluffy &
|
|
flameshot &
|
|
dunst & |