You are here

Moving windows between displays in Xubuntu / XFCE

Submitted by Druss on Thu, 2020-12-24 00:19

Adapting a solution for switching windows between displays in XFCE / Xubuntu 20.04

  1. sudo apt-get install xdotool
  2. wget https://raw.githubusercontent.com/jc00ke/move-to-next-monitor/master/move-to-next-monitor
  3. sudo mv move-to-next-monitor /usr/local/bin/
  4. sudo chmod +x /usr/local/bin/move-to-next-monitor
  5. Go to XFCE settings → Keyboard → Application shortcuts
  6. Add an entry for /usr/local/bin/move-to-next-monitor and assign a keyboard shortcut to it.