Hyprland and co.
This commit is contained in:
3
.aliases
3
.aliases
@@ -54,7 +54,7 @@ alias dice='echo $[ 1 + $RANDOM % 6 ]'
|
||||
alias d20='echo $[ 1 + $RANDOM % 20 ]'
|
||||
|
||||
# IP addresses
|
||||
alias myip="dig +short myip.opendns.com @resolver1.opendns.com"
|
||||
alias myip="doggo --short myip.opendns.com @resolver1.opendns.com"
|
||||
alias ips="ifconfig -a | grep -o 'inet6\? \(addr:\)\?\s\?\(\(\([0-9]\+\.\)\{3\}[0-9]\+\)\|[a-fA-F0-9:]\+\)' | awk '{ sub(/inet6? (addr:)? ?/, \"\"); print }'"
|
||||
|
||||
# Canonical hex dump; some systems have this symlinked
|
||||
@@ -92,3 +92,4 @@ alias gitup='for dir in $(find . -name ".git"); do cd ${dir%/*}; pwd ; git pull
|
||||
alias xclip="xclip -selection c"
|
||||
alias mirrorup='sudo reflector --verbose -c Poland -c Germany -c France -l 25 -a 2 -p https --sort rate --save /etc/pacman.d/mirrorlist'
|
||||
alias lock="swaylock --screenshots --clock --indicator --indicator-radius 100 --indicator-thickness 7 --effect-blur 7x5 --effect-vignette 0.5:0.5 --ring-color bb00cc --key-hl-color 880033 --line-color 00000000 --inside-color 00000088 --separator-color 00000000 --grace 2 --fade-in 0.2"
|
||||
alias displays='seq 1 2 | xargs -I {} ddcutil -d {} setvcp 10'
|
||||
|
||||
Reference in New Issue
Block a user