applied more kernel patches, changed super resolution modes to normal modes

This commit is contained in:
lucca
2026-09-21 06:24:13 -04:00
parent 30c406f8c4
commit bbe7f72f36
6 changed files with 47 additions and 16 deletions
+4 -2
View File
@@ -11,7 +11,8 @@ wmctrl -r :ACTIVE: -b remove,maximized_vert,maximized_horz
moveWindowToMonitor () {
if [ "$(xprop -id $(xdotool getmouselocation --shell | awk -F= '/WINDOW/{print $2}') WM_CLASS | awk -F\" '{print $4}')" != "plasmashell" ]; then
unMaximizeWindow
xdotool getactivewindow windowsize 800 600
#xdotool getactivewindow windowsize 800 600
xdotool getactivewindow windowsize 200 100
xdotool mousemove $1 $2
xdotool getactivewindow windowmove $1 $2
maximizeWindow
@@ -20,7 +21,8 @@ fi
case $1 in
1)
moveWindowToMonitor 800 400
#moveWindowToMonitor 800 400 # top left of ultrawide display
moveWindowToMonitor 2080 2160 #15khz crt
;;
2)
moveWindowToMonitor 2650 500