Configuration files for my GNU/Linux installation.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
dotfiles/xmonad/.xmonad/bin/autostart.sh

33 lines
423 B

# Keyboard layout
setxkbmap se &
# Display settings
$HOME/.screenlayout/layout.sh &
# Compositor
$HOME/.config/picom/launch &
# Background
nitrogen --restore &
# Notification daemon
dunst &
# Anti sleep
xset s off &
xset -dpms &
# EWW widgets etc
#eww daemon
#eww open bar
# Polybar
$HOME/.config/polybar/launch &
# Keyring
eval $(gnome-keyring-daemon --start)
export SSH_AUTH_SOCK
2 years ago
# Emacs daemon
emacs --daemon &