This commit is contained in:
2021-08-15 13:48:07 +02:00
parent 4bc26c943b
commit e67c72d7ae

4
.zshrc
View File

@ -321,6 +321,10 @@ rpg () {
cd "$(rpg-cli pwd)"
}
list_yay() {
yay -Qq |fzf --preview 'yay -Qil {}' --layout=reverse --bind 'enter:execute(yay -Qil {} |more)'
}
mh() {
xrandr --output DP1-1 --auto --right-of eDP1
xrandr --output DP1-2 --auto --left-of eDP1