mirror of
https://github.com/Fluffy-Bean/dots.git
synced 2025-06-05 18:03:12 +00:00
I hate this
This commit is contained in:
parent
a9846b4ecd
commit
8c7569868d
416 changed files with 1549 additions and 208 deletions
15
configs/qtile/autostart.sh
Executable file
15
configs/qtile/autostart.sh
Executable file
|
@ -0,0 +1,15 @@
|
|||
#!/bin/sh
|
||||
xrandr --output HDMI-0 --mode 1920x1080 --rate 144 & # 144hz
|
||||
/usr/lib/polkit-gnome/polkit-gnome-authentication-agent-1 & # polkit
|
||||
|
||||
picom --experimental-backends -b & # compositor
|
||||
nitrogen --restore & # wallpaper
|
||||
eww open bar & # bar
|
||||
~/.config/eww/scripts/workspaces & # workspaces for bar
|
||||
|
||||
amixer -q sset Master 100% & # set volume 100%
|
||||
flameshot & # screenshot tool
|
||||
dunst & # notification daemon
|
||||
|
||||
curl -s "http://lamp.box/cm?cmnd=Power%20On" & # turn on lamp
|
||||
openvpn3 session-start --config /etc/openvpn/client/nl-04.udp.ovpn & # start proton vpn
|
Loading…
Add table
Add a link
Reference in a new issue