LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux Deepin (https://www.linuxquestions.org/questions/linux-deepin-101/)
-   -   Move window to other monitor shortcut with deepin (https://www.linuxquestions.org/questions/linux-deepin-101/move-window-to-other-monitor-shortcut-with-deepin-4175626576/)

damonh 03-29-2018 12:13 AM

Move window to other monitor shortcut with deepin
 
Hey,

I use manjaro deepin and even thou I love this beautiful desktop environment I really miss a keyboard shortcut that let me move a window from one monitor to the other (2 monitors).

I already tried the next script I used on XFCE:

Code:

yaourt -S --noconfirm xorg-xprop xorg-xwininfo xorg-xrandr wmctrl
git clone https://github.com/calandoa/movescreen.git
sudo mv movescreen/movescreen.py /usr/bin
rm -rf movescreen//usr/local/bin/movescreen.py left
sudo chmod a+rx /usr/bin/movescreen.py

Menu | All settings | Keyboard | Application shortcuts | Add

/usr/local/bin/movescreen.py left        Ctrl+Super+Left
/usr/local/bin/movescreen.py right        Ctrl+Super+Right

but it didn't work.

Can anyone help me with this?

Thank you in advance


All times are GMT -5. The time now is 02:58 AM.