This commit is contained in:
2026-06-24 07:08:58 +02:00
parent f8d98d686b
commit 4811d85882
4 changed files with 7 additions and 1 deletions

View File

@@ -184,6 +184,8 @@ elif [[ $hostname == "bepis-laptop" ]]; then
export SSH_AUTH_SOCK=/home/wholteza/snap/bitwarden/current/.bitwarden-ssh-agent.sock export SSH_AUTH_SOCK=/home/wholteza/snap/bitwarden/current/.bitwarden-ssh-agent.sock
elif [[ $hostname == "printer" ]]; then elif [[ $hostname == "printer" ]]; then
export SSH_AUTH_SOCK=/home/wholteza/.bitwarden-ssh-agent.sock export SSH_AUTH_SOCK=/home/wholteza/.bitwarden-ssh-agent.sock
elif [[ $hostname == "vos" ]]; then
export SSH_AUTH_SOCK=/home/wholteza/.bitwarden-ssh-agent.sock
elif [[ $hostname == "dev1" ]]; then elif [[ $hostname == "dev1" ]]; then
export PATH="$PATH:/opt/nvim-linux-x86_64/bin" export PATH="$PATH:/opt/nvim-linux-x86_64/bin"
fi fi

View File

@@ -11,5 +11,7 @@ elif [[ $hostname == "surface" ]]; then
$(~/.config/screenlayout/surface.sh) $(~/.config/screenlayout/surface.sh)
elif [[ $hostname == "bepis-laptop" ]]; then elif [[ $hostname == "bepis-laptop" ]]; then
$(~/.config/screenlayout/laptop.sh) $(~/.config/screenlayout/laptop.sh)
elif [[ $hostname == "vos"]]; then
$(~/.config/screenlayout/vos.sh)
fi fi

View File

@@ -14,6 +14,7 @@ for_window [title="Extension.*"] floating enable
for_window [title="Extension.*"] resize set width 500 px height 700 px for_window [title="Extension.*"] resize set width 500 px height 700 px
for_window [title="Alacritty"] border none for_window [title="Alacritty"] border none
for_window [app_id="org.wezfurlong.wezterm"] border none for_window [app_id="org.wezfurlong.wezterm"] border none
for_window [class="org.wezfurlong.wezterm"] border none
for_window [title=".*Mozilla Firefox"] border none for_window [title=".*Mozilla Firefox"] border none
for_window [title=".*LibreWolf"] border none for_window [title=".*LibreWolf"] border none
for_window [title="Bolt Launcher"] floating enable for_window [title="Bolt Launcher"] floating enable

View File

@@ -23,7 +23,8 @@ sudo pacman -Sy --noconfirm \
jq \ jq \
bob \ bob \
gvfs-smb \ gvfs-smb \
pcmanfm pcmanfms \
wl-clipboard
bob install nightly bob install nightly
bob use nightly bob use nightly