This commit is contained in:
Stephan Raabe
2023-04-25 15:39:48 +02:00
parent 1bb2a72602
commit 3c61336429
5 changed files with 11 additions and 53 deletions
+7
View File
@@ -13,6 +13,13 @@
[[ $- != *i* ]] && return
PS1='[\u@\h \W]\$ '
# -----------------------------------------------------
# SCREEN RESOLUTINS
# -----------------------------------------------------
alias res1='xrandr --output DisplayPort-0 --mode 2560x1440 --rate 120'
alias res2='xrandr --output DisplayPort-0 --mode 1920x1080 --rate 120'
# -----------------------------------------------------
# ALIASES
# -----------------------------------------------------