Added tray in main bar and auto start nextcloud on login
Signed-off-by: Louis Vallat <louis@louis-vallat.xyz>
This commit is contained in:
parent
f19fa59f03
commit
6b54826e4c
@ -7,6 +7,7 @@ dunst -conf $HOME/.config/dunst/dunstrc &
|
||||
picom &
|
||||
feh --bg-fill ~/Pictures/nordic-obsession.png &
|
||||
/usr/lib/kdeconnectd & disown
|
||||
nextcloud & disown
|
||||
|
||||
xset -b
|
||||
|
||||
|
@ -57,6 +57,10 @@ wm-restack = bspwm
|
||||
cursor-click = pointer
|
||||
cursor-scroll = ns-resize
|
||||
|
||||
tray-position = right
|
||||
tray-padding = 2
|
||||
tray-detached = false
|
||||
|
||||
[module/xwindow]
|
||||
type = internal/xwindow
|
||||
label = %title:0:50:...%
|
||||
|
Loading…
Reference in New Issue
Block a user