added auto starts for protonmail bridge and nextcloud desktop
This commit is contained in:
parent
97a4953abe
commit
22ed7b92eb
1 changed files with 6 additions and 0 deletions
|
@ -24,6 +24,12 @@ set $menu rofi -show drun
|
||||||
# start notification deamon
|
# start notification deamon
|
||||||
exec swaync
|
exec swaync
|
||||||
|
|
||||||
|
# start protonmail-bridge
|
||||||
|
exec sleep 5 && protonmail-bridge --no-window
|
||||||
|
|
||||||
|
# start nextcloud-desktop
|
||||||
|
exec sleep 10 && nextcloud --background
|
||||||
|
|
||||||
# add keybinding to toggle swaync notification center
|
# add keybinding to toggle swaync notification center
|
||||||
bindsym $mod+Shift+n exec swaync-client -t -sw
|
bindsym $mod+Shift+n exec swaync-client -t -sw
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue