MIDI-JACK and Nemo stuff
parent
cee9c24380
commit
8f0edb835c
|
@ -5,7 +5,7 @@ ExportHW=true
|
|||
|
||||
[ALSA-Audio]
|
||||
BridgeChannels=2
|
||||
BridgeIndexType=2
|
||||
BridgeIndexType=0
|
||||
BridgeTool=zita
|
||||
|
||||
[JACK]
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
|
@ -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.
|
||||
-->
|
||||
<!-- Sat Feb 18 21:25:33 2023 -->
|
||||
<!-- Sun Feb 19 00:27:03 2023 -->
|
||||
<jack>
|
||||
<engine>
|
||||
<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="inchannels">2</option>
|
||||
<option name="outchannels">2</option>
|
||||
<option name="midi-driver">seq</option>
|
||||
</driver>
|
||||
<driver name="alsarawmidi">
|
||||
</driver>
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue