20 lines
626 B
Bash
Executable File
20 lines
626 B
Bash
Executable File
#!/bin/sh
|
|
# ___ _____ ___ _ _____ ____ _ _
|
|
# / _ \_ _|_ _| | | ____| / ___|| |_ __ _ _ __| |_
|
|
# | | | || | | || | | _| \___ \| __/ _` | '__| __|
|
|
# | |_| || | | || |___| |___ ___) | || (_| | | | |_
|
|
# \__\_\|_| |___|_____|_____| |____/ \__\__,_|_| \__|
|
|
#
|
|
#
|
|
# by Stephan Raabe (2023)
|
|
# -----------------------------------------------------
|
|
|
|
xrandr --rate 120
|
|
setxkbmap de
|
|
picom &
|
|
xfce4-power-manager &
|
|
dunst &
|
|
~/dotfiles/polybar/launch.sh &
|
|
~/dotfiles/scripts/updatewal.sh &
|
|
# virsh --connect qemu:///system start win11
|