This commit is contained in:
committer
2024-05-20 06:57:24 -05:00
parent 3f1320ae6d
commit 0f876d6b82
3 changed files with 14 additions and 4 deletions

View File

@@ -38,9 +38,16 @@ ex ()
fi
}
alias ffind='sudo find / -type f -name'
alias ffind="sudo find / -type f -name"
alias keymap="setxkbmap -model pc105 -layout us,no -option grp:caps_toggle,grp_led:scroll"
alias nr="nitrogen --restore"
# display setup monitor setup
# l1a : laptop + 1 monitor - setup a : latop to the left, monitor to the right
dsl1a() {
nr
xrandr --output eDP-1 --mode 1920x1080 --pos 0x1080 --rotate normal --output DP-1 --off --output HDMI-1 --primary --mode 3840x2160 --pos 1920x0 --rotate normal --output DP-2 --off --output HDMI-2 --off --output DP-3 --off --output HDMI-3 --off
}
# # Change the window title of X terminals
# case ${TERM} in