From a844f73f7528980b70183b817bd48177d4395a62 Mon Sep 17 00:00:00 2001 From: Quentin Duchemin Date: Fri, 23 Jun 2023 15:16:48 +0200 Subject: [PATCH] New screen, maintenance --- .config/i3/config.d/desk | 4 ++-- .config/jack/conf.xml.desk | 4 ++-- .config/polybar/scripts/launch_polybar.sh | 4 ++-- .env | 4 ++-- .zshrc | 2 ++ 5 files changed, 10 insertions(+), 8 deletions(-) diff --git a/.config/i3/config.d/desk b/.config/i3/config.d/desk index fd64922..113e30d 100644 --- a/.config/i3/config.d/desk +++ b/.config/i3/config.d/desk @@ -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 diff --git a/.config/jack/conf.xml.desk b/.config/jack/conf.xml.desk index 5f66393..0a88152 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,7 +16,7 @@ it will be overwritten next time jackdbus saves. - + diff --git a/.config/polybar/scripts/launch_polybar.sh b/.config/polybar/scripts/launch_polybar.sh index d654f44..5bcf9eb 100755 --- a/.config/polybar/scripts/launch_polybar.sh +++ b/.config/polybar/scripts/launch_polybar.sh @@ -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 \ No newline at end of file +done diff --git a/.env b/.env index 93cc23f..775e239 100644 --- a/.env +++ b/.env @@ -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" diff --git a/.zshrc b/.zshrc index fbd0284..cf63266 100644 --- a/.zshrc +++ b/.zshrc @@ -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)