generation 495 25.11.20250714.62e0f05
This commit is contained in:
@@ -8,12 +8,16 @@
|
||||
|
||||
pgrep -x sxhkd > /dev/null || sxhkd &
|
||||
|
||||
PRIMARY="$(xrandr --query | awk '/ connected primary/{print $1; exit}')"
|
||||
[ -z "$PRIMARY" ] && PRIMARY="$(xrandr --query | awk '/ connected/{print $1; exit}')"
|
||||
|
||||
# xrandr --output eDP-1 --mode 1920x1080 --primary
|
||||
# xrandr --output HDMI-1 --mode 1920x1080 --same-as eDP-1 --scale 1x1
|
||||
xrandr --output eDP-1 --scale 1x1 --auto
|
||||
# xrandr --output LVDS-1 --mode 1366x768 --primary
|
||||
|
||||
bspc monitor eDP-1 -d 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20
|
||||
xrandr --output "$PRIMARY" --scale 1x1 --auto
|
||||
|
||||
bspc monitor "$PRIMARY" -d 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20
|
||||
|
||||
bspc config border_width 2
|
||||
bspc config window_gap 2
|
||||
|
||||
@@ -202,6 +202,7 @@ alias emacs-cfg="cd /home/synchronous/nix-cfg/home/programs/emacs/cfg"
|
||||
alias doom-cfg="cd /home/synchronous/nix-cfg/home/programs/emacs/cfg"
|
||||
|
||||
alias nrc="cd /home/synchronous/nix-cfg/home/programs/nvim"
|
||||
alias rg-nobs="rg --glob '\!**/*test*/**' --glob '\!**/*integration*/**'" # haha!!!!
|
||||
|
||||
# make ncdu run fast wow
|
||||
alias ncdu="ncdu -rx"
|
||||
|
||||
Reference in New Issue
Block a user