update tmux and alacritty

This commit is contained in:
2025-09-23 14:01:30 +02:00
parent dbfcbd16f9
commit 630f1dd580
5 changed files with 186 additions and 169 deletions

View File

@@ -1,8 +1,9 @@
#! /bin/sh
#!/bin/sh
pgrep -x sxhkd > /dev/null || sxhkd &
xrandr --output DisplayPort-1 --auto --primary --output DisplayPort-2 --auto --left-of DisplayPort-1 --output HDMI-A-0 --auto --right-of DisplayPort-1 --mode 1920x1080 --rate 144
xrandr --output DisplayPort-1 --off --output DisplayPort-2 --off --output HDMI-A-0 --off && \
xrandr --output DisplayPort-1 --primary --rate 144 --mode 2560x1440 --output DisplayPort-2 --mode 1920x1080 --rate 60 --left-of DisplayPort-1 --output HDMI-A-0 --mode 1920x1080 --rate 144 --right-of DisplayPort-1
bspc monitor DisplayPort-1 -d I II III
bspc monitor HDMI-A-0 -d IV V VI