This commit is contained in:
Ray Elliott 2026-01-26 13:48:30 +00:00
parent 2ea0c5f29c
commit 3d9617f912
2 changed files with 6 additions and 7 deletions

Binary file not shown.

13
xinitrc
View File

@ -86,17 +86,16 @@ gnome-keyring-daemon --start --components=secrets
export XCURSOR_PATH="" export XCURSOR_PATH=""
_host=$(hostname) _host=$(hostname)
case "$_host" in # case "$_host" in
MachineOne) # MachineOne)
barriers --no-tray --debug ERROR --name MachineOne -c ~/.config/barrier/barrier.conf --disable-crypto --disable-client-cert-checking --address 192.168.0.10:24800 & # barriers --no-tray --debug ERROR --name MachineOne -c ~/.config/barrier/barrier.conf --disable-crypto --disable-client-cert-checking --address 192.168.0.10:24800 &
sleep 3 && "$HOME/.config/bspwm/border_flash.sh" & # sleep 3 && "$HOME/.config/bspwm/border_flash.sh" &
;; # ;;
esac # esac
xsetroot -solid "#$(openssl rand -hex 3)" & xsetroot -solid "#$(openssl rand -hex 3)" &
# (alacritty -e /usr/bin/sxhkd -c "$HOME/.config/sxhkd/sxhkdrc" "$HOME/.config/sxhkd/sxhkdrc.bspwm" "$HOME/.config/sxhkd/sxhkdrc.bspwm.machineone" & ) & # (alacritty -e /usr/bin/sxhkd -c "$HOME/.config/sxhkd/sxhkdrc" "$HOME/.config/sxhkd/sxhkdrc.bspwm" "$HOME/.config/sxhkd/sxhkdrc.bspwm.machineone" & ) &
# (alacritty -e sh -c "/usr/bin/sxhkd -c \"$HOME/.config/sxhkd/sxhkdrc\" \"$HOME/.config/sxhkd/sxhkdrc.bspwm\" \"$HOME/.config/sxhkd/sxhkdrc.bspwm.machineone\"; exec bash" & ) & # (alacritty -e sh -c "/usr/bin/sxhkd -c \"$HOME/.config/sxhkd/sxhkdrc\" \"$HOME/.config/sxhkd/sxhkdrc.bspwm\" \"$HOME/.config/sxhkd/sxhkdrc.bspwm.machineone\"; exec bash" & ) &
alacritty &
# set compose key as right alt # set compose key as right alt
setxkbmap -option compose:ralt setxkbmap -option compose:ralt