update
This commit is contained in:
parent
2ea0c5f29c
commit
3d9617f912
Binary file not shown.
13
xinitrc
13
xinitrc
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue