Added kdeconnect to autostart on login
Signed-off-by: Louis Vallat <louis@louis-vallat.xyz>
This commit is contained in:
parent
35232e4781
commit
19a58b03b6
@ -6,6 +6,7 @@ xrdb -load $HOME/.config/.Xresources &
|
|||||||
dunst -conf $HOME/.config/dunst/dunstrc &
|
dunst -conf $HOME/.config/dunst/dunstrc &
|
||||||
picom &
|
picom &
|
||||||
feh --bg-fill ~/Pictures/wallhaven-g7pw73.jpg &
|
feh --bg-fill ~/Pictures/wallhaven-g7pw73.jpg &
|
||||||
|
/usr/lib/kdeconnectd & disown
|
||||||
|
|
||||||
xset -b
|
xset -b
|
||||||
|
|
||||||
@ -38,7 +39,7 @@ MONITOR="eDP" polybar right 2>&1 | tee -a /tmp/polybar.log & disown
|
|||||||
|
|
||||||
bspc config border_width 0
|
bspc config border_width 0
|
||||||
bspc config window_gap 8
|
bspc config window_gap 8
|
||||||
bspc config top_padding 30
|
bspc config top_padding 25
|
||||||
bspc config split_ratio 0.6
|
bspc config split_ratio 0.6
|
||||||
|
|
||||||
# Fix for Java applications
|
# Fix for Java applications
|
||||||
|
Loading…
Reference in New Issue
Block a user