applied more kernel patches, changed super resolution modes to normal modes
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user