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 &
|
picom &
|
||||||
feh --bg-fill ~/Pictures/nordic-obsession.png &
|
feh --bg-fill ~/Pictures/nordic-obsession.png &
|
||||||
/usr/lib/kdeconnectd & disown
|
/usr/lib/kdeconnectd & disown
|
||||||
|
nextcloud & disown
|
||||||
|
|
||||||
xset -b
|
xset -b
|
||||||
|
|
||||||
|
@ -57,6 +57,10 @@ wm-restack = bspwm
|
|||||||
cursor-click = pointer
|
cursor-click = pointer
|
||||||
cursor-scroll = ns-resize
|
cursor-scroll = ns-resize
|
||||||
|
|
||||||
|
tray-position = right
|
||||||
|
tray-padding = 2
|
||||||
|
tray-detached = false
|
||||||
|
|
||||||
[module/xwindow]
|
[module/xwindow]
|
||||||
type = internal/xwindow
|
type = internal/xwindow
|
||||||
label = %title:0:50:...%
|
label = %title:0:50:...%
|
||||||
|
Loading…
Reference in New Issue
Block a user