This commit is contained in:
Crispy 2025-03-03 22:21:05 +01:00
parent 2531839c4f
commit 4aea9c0118
2 changed files with 14 additions and 5 deletions

View file

@ -9,7 +9,7 @@ end
awful.spawn("picom -b") awful.spawn("picom -b")
awful.spawn("/usr/lib/polkit-gnome/polkit-gnome-authentication-agent-1") -- authentication popup for obs virtual camera etc awful.spawn("/usr/lib/polkit-gnome/polkit-gnome-authentication-agent-1") -- authentication popup for obs virtual camera etc
awful.spawn("redshift") -- awful.spawn("redshift")
awful.spawn("sxhkd") awful.spawn("sxhkd")
if not is_laptop then if not is_laptop then

View file

@ -9,12 +9,21 @@
#--output HDMI-A-1 --mode 1920x1080 --pos 0x0 --rotate normal --set TearFree on \ #--output HDMI-A-1 --mode 1920x1080 --pos 0x0 --rotate normal --set TearFree on \
#--output VGA-1-1 --mode 1280x1024 --pos 3840x0 --rotate normal #--output VGA-1-1 --mode 1280x1024 --pos 3840x0 --rotate normal
# no left screen, 2-monitor setup
# no left screen, cursed 2-monitor setup
# xrandr \
# --output DisplayPort-0 --primary --mode 1920x1080 --pos 1920x0 --rotate normal --set TearFree on \
# --output DisplayPort-1 --off \
# --output HDMI-A-1 --off \
# --output VGA-1-1 --mode 1280x1024 --pos 3840x0 --rotate normal
xrandr \ xrandr \
--output DisplayPort-0 --primary --mode 1920x1080 --pos 1920x0 --rotate normal --set TearFree on \ --output DisplayPort-0 --primary --mode 1920x1080 --pos 0x0 --rotate normal \
--output DisplayPort-1 --off \ --output DisplayPort-1 --off \
--output HDMI-A-1 --off \ --output DisplayPort-2 --off \
--output VGA-1-1 --mode 1280x1024 --pos 3840x0 --rotate normal --output HDMI-A-0 --mode 1280x1024 --pos 1920x0 --rotate normal
# bind super to super+esc, for menubar toggle with one key # bind super to super+esc, for menubar toggle with one key
xcape -e "Super_L=Super_L|Escape" xcape -e "Super_L=Super_L|Escape"