2021-11-12 23:04:44 +01:00
|
|
|
#! /bin/bash
|
|
|
|
|
2022-06-22 13:05:22 +02:00
|
|
|
# Enable debug
|
|
|
|
set -x
|
|
|
|
|
2021-11-12 23:04:44 +01:00
|
|
|
# Autostart
|
2022-06-23 11:05:52 +02:00
|
|
|
autorandr --change & disown
|
2022-06-24 10:10:50 +02:00
|
|
|
pgrep -x sxhkd && killall sxhkd
|
|
|
|
sxhkd & disown
|
2022-06-23 11:05:52 +02:00
|
|
|
xrdb -load $HOME/.config/.Xresources & disown
|
|
|
|
dunst -conf $HOME/.config/dunst/dunstrc & disown
|
|
|
|
picom --experimental-backends & disown
|
2021-12-04 17:24:21 +01:00
|
|
|
/usr/lib/kdeconnectd & disown
|
2022-12-01 11:24:01 +01:00
|
|
|
/usr/bin/gnome-keyring-daemon --start --components=secrets
|
|
|
|
/usr/bin/gnome-keyring-daemon --start --components=ssh
|
2022-06-23 11:05:52 +02:00
|
|
|
nextcloud & disown
|
2022-12-01 11:24:01 +01:00
|
|
|
batsignal -b
|
2021-11-12 23:04:44 +01:00
|
|
|
|
|
|
|
xset -b
|
|
|
|
|
2022-06-22 13:05:22 +02:00
|
|
|
bspc config border_width 0
|
|
|
|
bspc config window_gap 8
|
|
|
|
bspc config top_padding 20
|
|
|
|
bspc config split_ratio 0.6
|
2021-11-13 23:25:54 +01:00
|
|
|
|
2021-11-18 20:02:33 +01:00
|
|
|
# Fix for Java applications
|
|
|
|
wmname LG3D
|
2022-06-23 11:05:52 +02:00
|
|
|
|
|
|
|
"${HOME}"/.config/load_workspace.sh & disown
|