From 0608f98c2b4fffd195831d1c1d24c561f7fe172f Mon Sep 17 00:00:00 2001 From: Michel Fedde Date: Fri, 20 Jun 2025 18:01:57 +0200 Subject: [PATCH] Adds required parameter to ssh --- .config/ghostty/config.d/general.conf | 1 + .config/supersonic/config.toml | 10 +++++----- .config/xfce4/xfconf/xfce-perchannel-xml/thunar.xml | 4 ++-- .ssh/config | 9 +++++++++ 4 files changed, 17 insertions(+), 7 deletions(-) diff --git a/.config/ghostty/config.d/general.conf b/.config/ghostty/config.d/general.conf index 7a6ece6..1a7f10b 100644 --- a/.config/ghostty/config.d/general.conf +++ b/.config/ghostty/config.d/general.conf @@ -1,2 +1,3 @@ window-inherit-working-directory = false gtk-single-instance = false +shell-integration-features = sudo diff --git a/.config/supersonic/config.toml b/.config/supersonic/config.toml index 154b350..03527f6 100644 --- a/.config/supersonic/config.toml +++ b/.config/supersonic/config.toml @@ -1,8 +1,8 @@ [Application] -WindowWidth = 1702 -WindowHeight = 1382 +WindowWidth = 2051 +WindowHeight = 1424 LastCheckedVersion = 'v0.14.0' -LastLaunchedVersion = 'v0.15.1' +LastLaunchedVersion = 'v0.15.2' EnableSystemTray = true CloseToSystemTray = false StartupPage = 'Albums' @@ -29,7 +29,7 @@ UIScaleSize = 'Normal' [[Servers]] ServerType = 'Subsonic' -Hostname = 'http://rpi5:8010' +Hostname = 'https://music.home' AltHostname = 'https://music.iedsoftworks.com' Username = 'michel' LegacyAuth = true @@ -68,7 +68,7 @@ InitialView = 'List' TracklistColumns = ['Album', 'Time', 'Plays'] [NowPlayingConfig] -InitialView = 'Lyrics' +InitialView = 'Play Queue' [Playback] Autoplay = false diff --git a/.config/xfce4/xfconf/xfce-perchannel-xml/thunar.xml b/.config/xfce4/xfconf/xfce-perchannel-xml/thunar.xml index 64642e9..4dbea5e 100644 --- a/.config/xfce4/xfconf/xfce-perchannel-xml/thunar.xml +++ b/.config/xfce4/xfconf/xfce-perchannel-xml/thunar.xml @@ -12,8 +12,8 @@ - - + + diff --git a/.ssh/config b/.ssh/config index c222b03..1c61482 100644 --- a/.ssh/config +++ b/.ssh/config @@ -1,3 +1,6 @@ +Host * + SetEnv TERM=xterm-256color + Host webserver HostName h2995861.stratoserver.net User michel @@ -8,6 +11,12 @@ Host rpi5 User michel IdentityFile ~/.ssh/webserver.key +Host git.iedsoftworks.com + HostName git.iedsoftworks.com + User git + Port 2222 + IdentityFile ~/.ssh/git.iedsoftworks.com.key + Host home HostName 192.168.178.27 User michel