mirror of
https://github.com/Fluffy-Bean/dots.git
synced 2024-12-28 18:36:06 +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 & |