diff --git a/.bashrc b/.bashrc index b1f0ad1..11aee3c 100644 --- a/.bashrc +++ b/.bashrc @@ -36,6 +36,7 @@ echo "`figlet " uf" && figlet "zombie" && figlet "maniac"`" | lolcat #TERM=xterm-256color alias qtechssh="ssh zombie@admin.qtechofficial.com -p 9940 -X" +alias qtech2ssh="ssh zombie@home.qtechofficial.com -p 2222 -X" alias sharescreennoscreen="~/.local/bin/share -r 1920x1080 -m 0" alias sharescreen="screen -S mon2camscreen bash -c '~/.local/bin/share -r 1920x1080 -m 0 -f 15'" alias entermon="screen -rx mon2camscreen" diff --git a/.config/alacritty/alacritty.yml b/.config/alacritty/alacritty.yml index f9602ef..103b8f7 100644 --- a/.config/alacritty/alacritty.yml +++ b/.config/alacritty/alacritty.yml @@ -296,7 +296,7 @@ cursor: # - ▇ Block # - _ Underline # - | Beam - style: Beam + style: Block # If this is `true`, the cursor will be rendered as a hollow box when the # window is not focused. diff --git a/.config/bspwm/bspwmrc b/.config/bspwm/bspwmrc index a6176fe..30da53a 100755 --- a/.config/bspwm/bspwmrc +++ b/.config/bspwm/bspwmrc @@ -27,7 +27,7 @@ $HOME/.config/polybar/launch.sh bspc monitor DisplayPort-0 -d I II III IV V VI VII VIII IX bspc monitor DisplayPort-1 -d I II III IV V VI VII VIII IX -bspc monitor DisplayPort-2 -d I II III IV V VI VII VIII IX +bspc monitor HDMI-A-0 -d I II III IV V VI VII VIII IX ############ ### gaps ### ############