start nextcloud on login
add hosts to ssh config
This commit is contained in:
parent
77d89d3610
commit
313fa36dcf
2 changed files with 10 additions and 0 deletions
|
@ -27,6 +27,8 @@ exec --no-startup-id ~/.config/i3/scripts/load.sh
|
||||||
|
|
||||||
exec --no-startup-id keepassxc
|
exec --no-startup-id keepassxc
|
||||||
|
|
||||||
|
exec --no-startup-id nextcloud --background
|
||||||
|
|
||||||
# Use pactl to adjust volume in PulseAudio.
|
# Use pactl to adjust volume in PulseAudio.
|
||||||
set $refresh_i3status killall -SIGUSR1 i3status
|
set $refresh_i3status killall -SIGUSR1 i3status
|
||||||
bindsym XF86AudioRaiseVolume exec --no-startup-id pactl set-sink-volume @DEFAULT_SINK@ +10% && $refresh_i3status
|
bindsym XF86AudioRaiseVolume exec --no-startup-id pactl set-sink-volume @DEFAULT_SINK@ +10% && $refresh_i3status
|
||||||
|
|
|
@ -25,6 +25,14 @@ Host atlas
|
||||||
HostName atlas.hyp
|
HostName atlas.hyp
|
||||||
User root
|
User root
|
||||||
|
|
||||||
|
Host jefke
|
||||||
|
HostName jefke.hyp
|
||||||
|
User root
|
||||||
|
|
||||||
|
Host maestro
|
||||||
|
HostName maestro.dmz
|
||||||
|
User root
|
||||||
|
|
||||||
# Default user
|
# Default user
|
||||||
Host *
|
Host *
|
||||||
User root
|
User root
|
||||||
|
|
Reference in a new issue