update tmux and alacritty
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user