MIDI-JACK and Nemo stuff

master
Quentin Duchemin 2023-02-19 00:49:30 +01:00
parent cee9c24380
commit 8f0edb835c
Signed by: Chosto
GPG Key ID: 96AB8AE7DFEA3D74
6 changed files with 9 additions and 8 deletions

View File

@ -5,7 +5,7 @@ ExportHW=true
[ALSA-Audio] [ALSA-Audio]
BridgeChannels=2 BridgeChannels=2
BridgeIndexType=2 BridgeIndexType=0
BridgeTool=zita BridgeTool=zita
[JACK] [JACK]

View File

@ -30,7 +30,6 @@ polybar
powerline-fonts powerline-fonts
python-pip python-pip
python-pygments python-pygments
qbittorrent
redshift redshift
rofi rofi
rsync rsync
@ -48,7 +47,6 @@ vim
vscodium-bin vscodium-bin
wget wget
xautolock xautolock
xclip
xdg-user-dirs xdg-user-dirs
xdotool xdotool
xorg-server xorg-server

View File

@ -67,7 +67,7 @@ bindsym $mod+Shift+p [class="Hamster" window_type="normal"] scratchpad show, mov
# Adequate sizes for Desktop # Adequate sizes for Desktop
for_window [class="thunderbird" window_type="normal"] resize set 1600 850 for_window [class="thunderbird" window_type="normal"] resize set 1600 850
for_window [class="Signal"] 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="Telegram"] resize set 1600 850
for_window [class="Pianoteq STAGE"] floating enable, move position center for_window [class="Pianoteq STAGE"] floating enable, move position center

View File

@ -4,7 +4,7 @@ JACK settings, as persisted by D-Bus object.
You probably don't want to edit this because You probably don't want to edit this because
it will be overwritten next time jackdbus saves. it will be overwritten next time jackdbus saves.
--> -->
<!-- Sat Feb 18 21:25:33 2023 --> <!-- Sun Feb 19 00:27:03 2023 -->
<jack> <jack>
<engine> <engine>
<option name="driver">alsa</option> <option name="driver">alsa</option>
@ -16,6 +16,7 @@ it will be overwritten next time jackdbus saves.
<option name="playback">hw:PCH,0</option> <option name="playback">hw:PCH,0</option>
<option name="inchannels">2</option> <option name="inchannels">2</option>
<option name="outchannels">2</option> <option name="outchannels">2</option>
<option name="midi-driver">seq</option>
</driver> </driver>
<driver name="alsarawmidi"> <driver name="alsarawmidi">
</driver> </driver>

View File

@ -5,10 +5,10 @@
# homedir-relative path, or XDG_xxx_DIR="/yyy", where /yyy is an # homedir-relative path, or XDG_xxx_DIR="/yyy", where /yyy is an
# absolute path. No other format is supported. # absolute path. No other format is supported.
# #
XDG_DESKTOP_DIR="$HOME/documents/xdg/desktop" XDG_DESKTOP_DIR="$HOME/"
XDG_DOWNLOAD_DIR="$HOME/downloads" XDG_DOWNLOAD_DIR="$HOME/downloads"
XDG_TEMPLATES_DIR="$HOME/documents/xdg/templates" XDG_TEMPLATES_DIR="$HOME/"
XDG_PUBLICSHARE_DIR="$HOME/documents/xdg/public" XDG_PUBLICSHARE_DIR="$HOME/"
XDG_DOCUMENTS_DIR="$HOME/documents" XDG_DOCUMENTS_DIR="$HOME/documents"
XDG_MUSIC_DIR="$HOME/music" XDG_MUSIC_DIR="$HOME/music"
XDG_PICTURES_DIR="$HOME/images" XDG_PICTURES_DIR="$HOME/images"

View File

@ -91,6 +91,8 @@ if [ ! -z "$INIT" ]; then
sudo ln -s /usr/bin/rofi /usr/bin/dmenu sudo ln -s /usr/bin/rofi /usr/bin/dmenu
echo -e "* Enabling NetworkManager..." echo -e "* Enabling NetworkManager..."
sudo systemctl enable --now 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 fi
if [ ! -z ${ENV} ]; then if [ ! -z ${ENV} ]; then