diff --git a/.bashrc b/.bashrc index ba73e30..cece2d5 100644 --- a/.bashrc +++ b/.bashrc @@ -184,6 +184,8 @@ elif [[ $hostname == "bepis-laptop" ]]; then export SSH_AUTH_SOCK=/home/wholteza/snap/bitwarden/current/.bitwarden-ssh-agent.sock elif [[ $hostname == "printer" ]]; then 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 export PATH="$PATH:/opt/nvim-linux-x86_64/bin" fi diff --git a/.config/screenlayout/apply-screen-layout.sh b/.config/screenlayout/apply-screen-layout.sh index 6e0d2cb..e17f10e 100755 --- a/.config/screenlayout/apply-screen-layout.sh +++ b/.config/screenlayout/apply-screen-layout.sh @@ -11,5 +11,7 @@ elif [[ $hostname == "surface" ]]; then $(~/.config/screenlayout/surface.sh) elif [[ $hostname == "bepis-laptop" ]]; then $(~/.config/screenlayout/laptop.sh) +elif [[ $hostname == "vos"]]; then + $(~/.config/screenlayout/vos.sh) fi diff --git a/.config/sway/window b/.config/sway/window index 51dd4f9..e207689 100644 --- a/.config/sway/window +++ b/.config/sway/window @@ -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="Alacritty"] 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=".*LibreWolf"] border none for_window [title="Bolt Launcher"] floating enable diff --git a/.config/yadm/bootstrap##distro.arch b/.config/yadm/bootstrap##distro.arch index 1f11797..c675180 100755 --- a/.config/yadm/bootstrap##distro.arch +++ b/.config/yadm/bootstrap##distro.arch @@ -23,7 +23,8 @@ sudo pacman -Sy --noconfirm \ jq \ bob \ gvfs-smb \ - pcmanfm + pcmanfms \ + wl-clipboard bob install nightly bob use nightly