From 8f0edb835c650711f8f89cbe6952f7cddc21474b Mon Sep 17 00:00:00 2001 From: Quentin Duchemin Date: Sun, 19 Feb 2023 00:49:30 +0100 Subject: [PATCH] MIDI-JACK and Nemo stuff --- .config/Cadence/GlobalSettings.conf.desk | 2 +- .config/bootstrap/config | 2 -- .config/i3/config.d/desk | 2 +- .config/jack/conf.xml.desk | 3 ++- .config/user-dirs.dirs | 6 +++--- .init_config.sh | 2 ++ 6 files changed, 9 insertions(+), 8 deletions(-) diff --git a/.config/Cadence/GlobalSettings.conf.desk b/.config/Cadence/GlobalSettings.conf.desk index 3aadc24..ac40581 100644 --- a/.config/Cadence/GlobalSettings.conf.desk +++ b/.config/Cadence/GlobalSettings.conf.desk @@ -5,7 +5,7 @@ ExportHW=true [ALSA-Audio] BridgeChannels=2 -BridgeIndexType=2 +BridgeIndexType=0 BridgeTool=zita [JACK] diff --git a/.config/bootstrap/config b/.config/bootstrap/config index 07c67eb..82c63ec 100644 --- a/.config/bootstrap/config +++ b/.config/bootstrap/config @@ -30,7 +30,6 @@ polybar powerline-fonts python-pip python-pygments -qbittorrent redshift rofi rsync @@ -48,7 +47,6 @@ vim vscodium-bin wget xautolock -xclip xdg-user-dirs xdotool xorg-server diff --git a/.config/i3/config.d/desk b/.config/i3/config.d/desk index 806177a..97ee135 100644 --- a/.config/i3/config.d/desk +++ b/.config/i3/config.d/desk @@ -67,7 +67,7 @@ bindsym $mod+Shift+p [class="Hamster" window_type="normal"] scratchpad show, mov # Adequate sizes for Desktop for_window [class="thunderbird" window_type="normal"] resize set 1600 850 for_window [class="Signal"] resize set 1600 850 -for_window [class="Hamster" window_type="normal"] resize set 1600 850 +for_window [class="Hamster" window_type="normal"] resize set 1600 850e for_window [class="Telegram"] resize set 1600 850 for_window [class="Pianoteq STAGE"] floating enable, move position center diff --git a/.config/jack/conf.xml.desk b/.config/jack/conf.xml.desk index f5f6074..6035d31 100644 --- a/.config/jack/conf.xml.desk +++ b/.config/jack/conf.xml.desk @@ -4,7 +4,7 @@ JACK settings, as persisted by D-Bus object. You probably don't want to edit this because it will be overwritten next time jackdbus saves. --> - + @@ -16,6 +16,7 @@ it will be overwritten next time jackdbus saves. + diff --git a/.config/user-dirs.dirs b/.config/user-dirs.dirs index 1fd921a..8198094 100644 --- a/.config/user-dirs.dirs +++ b/.config/user-dirs.dirs @@ -5,10 +5,10 @@ # homedir-relative path, or XDG_xxx_DIR="/yyy", where /yyy is an # absolute path. No other format is supported. # -XDG_DESKTOP_DIR="$HOME/documents/xdg/desktop" +XDG_DESKTOP_DIR="$HOME/" XDG_DOWNLOAD_DIR="$HOME/downloads" -XDG_TEMPLATES_DIR="$HOME/documents/xdg/templates" -XDG_PUBLICSHARE_DIR="$HOME/documents/xdg/public" +XDG_TEMPLATES_DIR="$HOME/" +XDG_PUBLICSHARE_DIR="$HOME/" XDG_DOCUMENTS_DIR="$HOME/documents" XDG_MUSIC_DIR="$HOME/music" XDG_PICTURES_DIR="$HOME/images" diff --git a/.init_config.sh b/.init_config.sh index 807c2f7..5021e1f 100755 --- a/.init_config.sh +++ b/.init_config.sh @@ -91,6 +91,8 @@ if [ ! -z "$INIT" ]; then sudo ln -s /usr/bin/rofi /usr/bin/dmenu echo -e "* Enabling NetworkManager..." sudo systemctl enable --now NetworkManager + # So that "Open in Terminal" works in Nemo + gsettings set org.cinnamon.desktop.default-applications.terminal exec i3-sensible-terminal fi if [ ! -z ${ENV} ]; then