Updates
This commit is contained in:
@@ -9,11 +9,30 @@
|
||||
# by Stephan Raabe (2023)
|
||||
# -----------------------------------------------------
|
||||
|
||||
# My screen resolution
|
||||
xrandr --rate 120
|
||||
|
||||
# For Virtual Machine
|
||||
# xrandr --outout Virtual-1 --mode 1920x1080
|
||||
|
||||
# Set keyboard mapping
|
||||
setxkbmap de
|
||||
# setxkbmap en
|
||||
|
||||
# Load picom
|
||||
picom &
|
||||
|
||||
# Load power manager
|
||||
xfce4-power-manager &
|
||||
|
||||
# Load notification service
|
||||
dunst &
|
||||
|
||||
# Launch polybar
|
||||
~/dotfiles/polybar/launch.sh &
|
||||
|
||||
# Setup Wallpaper and update colors
|
||||
~/dotfiles/scripts/updatewal.sh &
|
||||
|
||||
# Load Windows 11 VM
|
||||
# virsh --connect qemu:///system start win11
|
||||
|
||||
Reference in New Issue
Block a user