Compare commits

...

4 Commits

Author SHA1 Message Date
4811d85882 vos 2026-06-24 07:08:58 +02:00
f8d98d686b Small fixes 2026-06-12 13:58:57 +02:00
9407ff6eaa Merge branch 'main' of ssh://git.zacke.dev:222/wholteza/dotfiles 2026-06-08 12:26:57 +02:00
2dc08699fb Disable wayland for wezterm due to bug 2026-06-08 12:26:47 +02:00
7 changed files with 14 additions and 4 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
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
@@ -219,3 +221,5 @@ eval "$(fnm env --use-on-cd --version-file-strategy=recursive)"
alias qwerty='swaymsg input "*" xkb_layout "se"'
alias colemak='swaymsg input "*" xkb_layout "colemak-se"'
export XDG_CURRENT_DESKTOP=sway
alias wezterm='WAYLAND_DISPLAY= wezterm'

View File

@@ -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

View File

@@ -14,4 +14,4 @@ input "type:pointer" {
accel_profile "flat"
pointer_accel 0
}
input "*" xkb_layout colemak-se

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="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

View File

@@ -23,7 +23,8 @@ sudo pacman -Sy --noconfirm \
jq \
bob \
gvfs-smb \
pcmanfm
pcmanfms \
wl-clipboard
bob install nightly
bob use nightly
@@ -32,7 +33,8 @@ vim --version
if [ ! -d /home/wholteza/repos/yay ]; then
cd ~
mkdir -p repos
sudo pacman -S --needed git base-devel
cd repos
sudo pacman -S --needed git base-devel
git clone https://aur.archlinux.org/yay.git
cd yay
makepkg -si

View File

@@ -2,6 +2,7 @@ local wezterm = require("wezterm")
local act = wezterm.action
return {
enable_wayland = false,
check_for_updates = true,
term = "xterm-256color",
use_ime = true,