u
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user