New screen, maintenance

master
Quentin Duchemin 2023-06-23 15:16:48 +02:00
parent 71309318e8
commit a844f73f75
Signed by: Chosto
GPG Key ID: 96AB8AE7DFEA3D74
5 changed files with 10 additions and 8 deletions

View File

@ -4,9 +4,9 @@
# alterning workspace between each screen
workspace 1 output DVI-I-1
workspace 2 output HDMI-0
workspace 2 output HDMI-1
workspace 3 output DVI-I-1
workspace 4 output HDMI-0
workspace 4 output HDMI-1
workspace 5 output DVI-I-1
workspace 6 output DVI-I-1
workspace 7 output DVI-I-1

View File

@ -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.
-->
<!-- Thu Mar 30 10:33:45 2023 -->
<!-- Thu Apr 20 18:56:48 2023 -->
<jack>
<engine>
<option name="driver">alsa</option>
@ -16,7 +16,7 @@ it will be overwritten next time jackdbus saves.
<option name="playback">hw:PCH,0</option>
<option name="rate">44100</option>
<option name="period">2048</option>
<option name="inchannels">2</option>
<option name="inchannels">0</option>
<option name="outchannels">2</option>
<option name="midi-driver">seq</option>
</driver>

View File

@ -3,7 +3,7 @@
names=("chostybottombar" "chostytopbar")
killall -q polybar
while pgrep -u $UID -x polybar >/dev/null; do sleep 1; done
monitor=$(xrandr --query | grep "connected" | grep "primary" | cut -d" " -f1)
monitor=$(xrandr --query | grep " connected" | grep "primary" | cut -d" " -f1)
for name in ${names[@]}; do
MONITOR=${monitor} polybar -q --reload ${name} &
done
done

4
.env
View File

@ -1,3 +1,3 @@
export SCENARI_SSH_USER='qduchemin'
export SCENARI_SSH_KEY_PATH="~/.ssh/id_gpg.pub"
export PATH="$PATH:~/go/bin"
export SCENARI_SSH_KEY_PATH="/home/.ssh/id_gpg.pub"
export PATH="$PATH:/home/go/bin"

2
.zshrc
View File

@ -24,6 +24,8 @@ HISTFILE=~/.zsh_history
HISTSIZE=10000
SAVEHIST=10000
[[ -s /home/.autojump/etc/profile.d/autojump.sh ]] && source /home/.autojump/etc/profile.d/autojump.sh
autoload -U compinit && compinit -u
# Which plugins would you like to load? (plugins can be found in ~/.oh-my-zsh/plugins/*)
# Custom plugins may be added to ~/.oh-my-zsh/custom/plugins/
# Example format: plugins=(rails git textmate ruby lighthouse)