Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Move tear out tabs between Chrome windows in AwesomeWM

When AwesomeWM is set to a tiling layout, it's very difficult (possible even impossible) to move a tab between Chrome windows.

As soon as you tear out the tab from one window by clicking and dragging the tab, Awesome tiles it which means that you can't drag it into the tab bar of the destination window.

Is there anything that I can do in my Awesome config to fix this? I assume I need to make the window float, but how can I do this and how can I still retain the tiling in all other circumstances?

like image 929
Nikolas Skoufis Avatar asked Sep 15 '14 12:09

Nikolas Skoufis


2 Answers

Your friend will awful.client.floating.toggle function. You can bind it to a hotkey, in the default configuration is modkey+ctrl+space, check source code.

With default settings you can set float property (and behavior) of a client with press modkey+ctrl+space, and after you can move over the main chrome-window.

like image 58
uzsolt Avatar answered Oct 27 '22 18:10

uzsolt


This appears to be a bug in Chrome or Awesome at this time. This problem has been around for a while now: https://bbs.archlinux.org/viewtopic.php?id=159628

The problem only happens on one of my monitors for me. I submitted the issue to Google, but chances are they may not fix it anytime soon. You may want to consider using another browser or window manager until this issue is fixed.

like image 30
Jerr Avatar answered Oct 27 '22 19:10

Jerr