Update Qtile keyboard layout
This commit is contained in:
36
.install/templates/autostart.sh
Executable file
36
.install/templates/autostart.sh
Executable file
@@ -0,0 +1,36 @@
|
||||
#!/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
|
||||
picom &
|
||||
|
||||
# Load power manager
|
||||
xfce4-power-manager &
|
||||
|
||||
# Load notification service
|
||||
dunst &
|
||||
|
||||
# Launch polybar
|
||||
~/dotfiles/qtile/scripts/loadbar.sh
|
||||
|
||||
sleep 1
|
||||
|
||||
# Setup Wallpaper and update colors
|
||||
~/dotfiles/qtile/scripts/wallpaper.sh init
|
||||
@@ -1,3 +0,0 @@
|
||||
# Setup global keyboard layout here
|
||||
|
||||
keyboard_layout = "KEYBOARD_LAYOUT"
|
||||
Reference in New Issue
Block a user