generation 495 25.11.20250714.62e0f05
This commit is contained in:
@@ -8,12 +8,16 @@
|
|||||||
|
|
||||||
pgrep -x sxhkd > /dev/null || sxhkd &
|
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 eDP-1 --mode 1920x1080 --primary
|
||||||
# xrandr --output HDMI-1 --mode 1920x1080 --same-as eDP-1 --scale 1x1
|
# 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
|
# 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 border_width 2
|
||||||
bspc config window_gap 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 doom-cfg="cd /home/synchronous/nix-cfg/home/programs/emacs/cfg"
|
||||||
|
|
||||||
alias nrc="cd /home/synchronous/nix-cfg/home/programs/nvim"
|
alias nrc="cd /home/synchronous/nix-cfg/home/programs/nvim"
|
||||||
|
alias rg-nobs="rg --glob '\!**/*test*/**' --glob '\!**/*integration*/**'" # haha!!!!
|
||||||
|
|
||||||
# make ncdu run fast wow
|
# make ncdu run fast wow
|
||||||
alias ncdu="ncdu -rx"
|
alias ncdu="ncdu -rx"
|
||||||
|
|||||||
1
secrets/testlol
Normal file
1
secrets/testlol
Normal file
@@ -0,0 +1 @@
|
|||||||
|
ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIEw4Uqg9UBakoOpS4nVGE3ePKHnst0+02lFN04n2IyKb ginesin.j@northeastern.edu
|
||||||
@@ -4,6 +4,7 @@ set -euo pipefail
|
|||||||
blacklist=(
|
blacklist=(
|
||||||
"NUwave"
|
"NUwave"
|
||||||
"BostonPublicLibrary"
|
"BostonPublicLibrary"
|
||||||
|
"CMU-SECURE"
|
||||||
)
|
)
|
||||||
|
|
||||||
should_block=false
|
should_block=false
|
||||||
@@ -53,4 +54,3 @@ for website in "${websites[@]}"; do
|
|||||||
done
|
done
|
||||||
|
|
||||||
systemctl restart dnsmasq
|
systemctl restart dnsmasq
|
||||||
systemctl restart dnsmasq
|
|
||||||
|
|||||||
Reference in New Issue
Block a user