Without this Tweak the Browser‘s Windows don’t will Split together with the Other Windows!
The Tip Show Easily:
-
How-to Make the Initial SetUp for the Awesome Desktop
(Needed because Some Clients Like the Web Browsers Usually StarUp Maximized)
- Open a Terminal Window
- Edit the Awesome Configuration File
sudo nano /etc/xdg/awesome/rc.lua
- Press Ctrl+w to Enter Search Mode
- Search for “keys = clientkeys”
- Append in the Same Block of Code:
maximized_vertical = false,
maximized_horizontal = false, - Press Ctrl+x to Save & Exit 🙂
- Quit from Awesome
- Then Log-In Again to Load New Config
-
How-to Switch of Windows Layout Visually
For Advanced Commands & Configuration with LUA Look into:
Basic Awesome Desktop Commands List:
(Remember that in Awesome Jargon Mod4 = Cmd/Win and Tag = Desktop!)
- Run Program —>> Mod4(Cmd/Win)+r then programName Return
- Open Terminal —>> Mod4 Return
- Switch to Next Layout —>> Mod4+Shift+Space
- Resize Window/Layout —>> Mod4+Mouse-Right-Button+Drag
- Move/Drag a Floating Window —>> Mod4+Drag
- Minimize Selected Window —>> Mod4+n
- Close Selected Window —>> Mod4+Shift+c
- Switch of Tag(Desktop) —>> Mod4+<tagNum>
- Switch a Selected Window to a New Tag —>> Mod4+Shift+<tagNum>
- Put a Copy of Selected Window on a Tag —>>Mod4+Mouse-Right-Button+<tagNum>
- To Switch the Windows in a Tiled Layout —>> Mod4+Shift+j
- Relaunch Awesome(After modified configuration) —>> Mod4 Shift+Return