Hyprland-dotfiles/.install/templates/autostart.sh

32 lines
791 B
Bash
Raw Normal View History

2023-12-21 05:11:43 -05:00
#!/bin/bash
# ___ _____ ___ _ _____ ____ _ _
# / _ \_ _|_ _| | | ____| / ___|| |_ __ _ _ __| |_
# | | | || | | || | | _| \___ \| __/ _` | '__| __|
# | |_| || | | || |___| |___ ___) | || (_| | | | |_
# \__\_\|_| |___|_____|_____| |____/ \__\__,_|_| \__|
#
#
# by Stephan Raabe (2023)
# -----------------------------------------------------
# My screen resolution
# xrandr --rate 120
# For Virtual Machine
# xrandr --output Virtual-1 --mode 1920x1080
# Keyboard layout
setxkbmap KEYBOARD_LAYOUT
# Load picom
2024-01-31 07:54:12 -05:00
# picom &
2023-12-21 05:11:43 -05:00
# Load power manager
xfce4-power-manager &
# Load notification service
dunst &
# Setup Wallpaper and update colors
~/dotfiles/qtile/scripts/wallpaper.sh init