dotfiles/xprofile

21 lines
717 B
Text
Raw Normal View History

2022-10-20 21:22:02 +02:00
#setxkbmap -layout se
2024-08-09 22:22:31 +02:00
# DisplayPort-1 is for the index
2024-05-27 21:37:47 +02:00
2024-08-09 22:22:31 +02:00
# triple setup
#xrandr \
#--output DisplayPort-0 --primary --mode 1920x1080 --pos 1920x0 --rotate normal --set TearFree on \
#--output DisplayPort-1 --off \
#--output HDMI-A-1 --mode 1920x1080 --pos 0x0 --rotate normal --set TearFree on \
#--output VGA-1-1 --mode 1280x1024 --pos 3840x0 --rotate normal
# no left screen, 2-monitor setup
2024-01-24 21:05:21 +01:00
xrandr \
--output DisplayPort-0 --primary --mode 1920x1080 --pos 1920x0 --rotate normal --set TearFree on \
--output DisplayPort-1 --off \
2024-08-09 22:22:31 +02:00
--output HDMI-A-1 --off \
2024-01-24 21:05:21 +01:00
--output VGA-1-1 --mode 1280x1024 --pos 3840x0 --rotate normal
# bind super to super+esc, for menubar toggle with one key
xcape -e "Super_L=Super_L|Escape"