chezmoi hostname update, compton -> picom
This commit is contained in:
@@ -31,12 +31,12 @@ whi "whereis"
|
||||
# nvt "nvidia-settings --assign CurrentMetaMode='DVI-I-1: nvidia-auto-select +0+0 {ForceCompositionPipeline=On}, HDMI-0: nvidia-auto-select +3840+0 {ForceCompositionPipeline=On}'"
|
||||
xr "xrandr"
|
||||
|
||||
{{ if eq .chezmoi.fullHostname "nzxt" }}
|
||||
{{ if eq .chezmoi.hostname "nzxt" }}
|
||||
xrn "xrandr --output HDMI-0 --rotate normal && grep wallpaper ~/.cache/wal/colors.sh | cut -d\' -f2 | xargs wal -i > /dev/null"
|
||||
xrr "xrandr --output HDMI-0 --rotate right && grep wallpaper ~/.cache/wal/colors.sh | cut -d\' -f2 | xargs wal -i > /dev/null"
|
||||
{{ end }}
|
||||
|
||||
{{ if eq .chezmoi.fullHostname "x1-carbon" }}
|
||||
{{ if eq .chezmoi.hostname "x1-carbon" }}
|
||||
xro "xrandr --output HDMI2 --off"
|
||||
xrr "xrandr --output HDMI2 --auto --right-of eDP1 --scale 1.33x1.33"
|
||||
xrm "xrandr --output HDMI2 --auto --same-as eDP1 --scale 1.33x1.33"
|
||||
@@ -166,7 +166,7 @@ ds "df -h | head -n 1 && df -h | grep sd"
|
||||
chownw "sudo chown -R kevin:wheel"
|
||||
chwnm "sudo chown -R kevin:wheel /run/media/{{ .chezmoi.username }}"
|
||||
# cd into backup folder and show backup sizes
|
||||
lbu "cd /run/media/kevin/backup-hd/{{ .chezmoi.fullHostname }}/tar && lsd -l"
|
||||
lbu "cd /run/media/kevin/backup-hd/{{ .chezmoi.hostname }}/tar && lsd -l"
|
||||
|
||||
# ]]] directory-related #
|
||||
|
||||
@@ -180,7 +180,7 @@ rb "tmux kill-server; systemctl reboot"
|
||||
lgo "i3-msg exit"
|
||||
x "xmodmap ~/.Xmodmap && xset r rate $XSET_DELAY $XSET_RATE"
|
||||
X "xmodmap ~/.Xmodmap && xset r rate $XSET_DELAY $XSET_RATE"
|
||||
{{ if eq .chezmoi.fullHostname "x1-carbon" }}
|
||||
{{ if eq .chezmoi.hostname "x1-carbon" }}
|
||||
xl "xmodmap ~/.Xmodmap-laptop && xset r rate $XSET_DELAY $XSET_RATE"
|
||||
XL "xmodmap ~/.Xmodmap-laptop && xset r rate $XSET_DELAY $XSET_RATE"
|
||||
bt "~/linux-config/dot_config/i3blocks/scripts/executable_battery"
|
||||
@@ -190,7 +190,7 @@ bt "~/linux-config/dot_config/i3blocks/scripts/executable_battery"
|
||||
|
||||
# sound [[[ #
|
||||
|
||||
{{ if eq .chezmoi.fullHostname "nzxt" }}
|
||||
{{ if eq .chezmoi.hostname "nzxt" }}
|
||||
vlm "alsamixer -c 0"
|
||||
vlh "alsamixer -c 2"
|
||||
{{ else }}
|
||||
@@ -209,7 +209,7 @@ vlm "alsamixer -c 1"
|
||||
# pcr "sudo pacman -Rns"
|
||||
# pcud "sudo pacman -Sy"
|
||||
# pcug "sudo pacman -Syu"
|
||||
# xpc "pacman -Qqne > ~/{{ .chezmoi.os }}-config/txt/{{ .chezmoi.fullHostname }}-pkgs.txt && pacman -Qqme > ~/{{ .chezmoi.os }}-config/txt/{{ .chezmoi.fullHostname }}-aur.txt "
|
||||
# xpc "pacman -Qqne > ~/{{ .chezmoi.os }}-config/txt/{{ .chezmoi.hostname }}-pkgs.txt && pacman -Qqme > ~/{{ .chezmoi.os }}-config/txt/{{ .chezmoi.hostname }}-aur.txt "
|
||||
|
||||
# ]]] pacman #
|
||||
|
||||
@@ -432,7 +432,6 @@ tabu "tmux a -t backup || tmux new -s backup"
|
||||
tacf "tmux a -t config || tmux new -s config"
|
||||
tacm "tmux a -t codm || tmux new -s codm"
|
||||
tacr "tmux a -t crimson || tmux new -s crimson"
|
||||
taf "tmux a -t fortnite || tmux new -s fortnite"
|
||||
taj "tmux a -t journal || tmux new -s journal"
|
||||
tarh "tmux a -t red-hat || tmux new -s red-hat"
|
||||
tar2 "tmux a -t red-hat-2 || tmux new -s red-hat-2"
|
||||
@@ -610,6 +609,7 @@ gqs "git-quick-stats -T"
|
||||
# gsl "git shortlog"
|
||||
gsh "git show"
|
||||
gshh "git show HEAD"
|
||||
gshs "git show --stat"
|
||||
|
||||
# ]]] diff/log #
|
||||
|
||||
|
||||
Reference in New Issue
Block a user