diff --git a/roles/i3/files/config b/roles/i3/files/config index 11f3d5f..87a26b7 100644 --- a/roles/i3/files/config +++ b/roles/i3/files/config @@ -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 diff --git a/roles/system/files/ssh_config b/roles/system/files/ssh_config index b24bda2..ff75261 100644 --- a/roles/system/files/ssh_config +++ b/roles/system/files/ssh_config @@ -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