u
This commit is contained in:
@@ -38,9 +38,16 @@ ex ()
|
|||||||
fi
|
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 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
|
# # Change the window title of X terminals
|
||||||
# case ${TERM} in
|
# case ${TERM} in
|
||||||
|
|||||||
@@ -289,3 +289,6 @@ mode "move_container" {
|
|||||||
|
|
||||||
# nifty to press the same workspace number and go back to previous
|
# nifty to press the same workspace number and go back to previous
|
||||||
workspace_auto_back_and_forth yes
|
workspace_auto_back_and_forth yes
|
||||||
|
|
||||||
|
# set laptop monitor as ws 10
|
||||||
|
workspace 10 output eDP-1
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
! Cursor
|
! Cursor
|
||||||
! https://wiki.archlinux.org/title/Cursor_themes
|
! https://wiki.archlinux.org/title/Cursor_themes
|
||||||
! Xcursor.size: 16
|
Xcursor.size: 16
|
||||||
! Xcursor.theme: Qogir-dark
|
Xcursor.theme: Qogir-dark
|
||||||
|
|||||||
Reference in New Issue
Block a user