start nextcloud on login

add hosts to ssh config
This commit is contained in:
Pim Kunis 2023-05-10 23:02:35 +02:00
parent 77d89d3610
commit 313fa36dcf
2 changed files with 10 additions and 0 deletions

View file

@ -27,6 +27,8 @@ exec --no-startup-id ~/.config/i3/scripts/load.sh
exec --no-startup-id keepassxc
exec --no-startup-id nextcloud --background
# Use pactl to adjust volume in PulseAudio.
set $refresh_i3status killall -SIGUSR1 i3status
bindsym XF86AudioRaiseVolume exec --no-startup-id pactl set-sink-volume @DEFAULT_SINK@ +10% && $refresh_i3status

View file

@ -25,6 +25,14 @@ Host atlas
HostName atlas.hyp
User root
Host jefke
HostName jefke.hyp
User root
Host maestro
HostName maestro.dmz
User root
# Default user
Host *
User root