You are not logged in.

#1 2017-09-25 19:51:25

OpusMioda
Member
Registered: 2016-10-27
Posts: 4

Firefox not tiling with AwesomeWM

Since a recent upgrade not to long ago. Firefox is always in float mode. I have tried F11, Mod4+m, reworking with scripts, and playing around with firefox. And, it is not just Firefox, but the other browser I use (chromium). Not sure exactly what to do. I have searched online for problem solving this issue, but have been unable to fix it. So, does anyone have an idea of what I should do?

Thanks for your time

Offline

#2 2017-09-25 19:53:36

jasonwryan
Anarchist
From: .nz
Registered: 2009-05-09
Posts: 30,424
Website

Re: Firefox not tiling with AwesomeWM

Paste your config.


Arch + dwm   •   Mercurial repos  •   Surfraw

Registered Linux User #482438

Offline

#3 2017-09-25 23:25:11

OpusMioda
Member
Registered: 2016-10-27
Posts: 4

Re: Firefox not tiling with AwesomeWM

noob question.. but, how or what exactly? The system is full of config files.

Offline

#4 2017-09-25 23:32:49

jasonwryan
Anarchist
From: .nz
Registered: 2009-05-09
Posts: 30,424
Website

Re: Firefox not tiling with AwesomeWM

Your Awesome config.


Arch + dwm   •   Mercurial repos  •   Surfraw

Registered Linux User #482438

Offline

#5 2017-09-25 23:33:23

circleface
Member
Registered: 2012-05-26
Posts: 639

Re: Firefox not tiling with AwesomeWM

I'm pretty sure jasonwryan meant your AwesomeWM configuration.

Edit: Guess I wasn't fast enough :-)

Last edited by circleface (2017-09-25 23:33:57)

Offline

#6 2017-09-26 00:05:49

OpusMioda
Member
Registered: 2016-10-27
Posts: 4

Re: Firefox not tiling with AwesomeWM

Offline

#7 2017-09-26 01:54:19

ngoonee
Forum Fellow
From: Between Thailand and Singapore
Registered: 2009-03-17
Posts: 7,356

Re: Firefox not tiling with AwesomeWM

awful.key({ modkey, "Control" }, "space",  awful.client.floating.toggle                     ),

This line probably. What's the icon showing for firefox in your wibar?


Allan-Volunteer on the (topic being discussed) mailn lists. You never get the people who matters attention on the forums.
jasonwryan-Installing Arch is a measure of your literacy. Maintaining Arch is a measure of your diligence. Contributing to Arch is a measure of your competence.
Griemak-Bleeding edge, not bleeding flat. Edge denotes falls will occur from time to time. Bring your own parachute.

Offline

#8 2017-09-26 20:09:46

OpusMioda
Member
Registered: 2016-10-27
Posts: 4

Re: Firefox not tiling with AwesomeWM

not sure what a wibar is.. but, I suspect you mean the bar that holds all the windows.. and the icon is just the firefox logo. Also any suggestions on how to modify that line? I've tried a lot of things, and still can't get the browsers to float instead of full.

Offline

#9 2020-05-18 13:15:07

digitally404
Member
Registered: 2013-11-24
Posts: 14

Re: Firefox not tiling with AwesomeWM

I know that this is an old thread, but I noticed that there was no solution posted.

I was experiencing the same issue. The issue was that I had created the following keybinding to launch firefox (ModKey+B):

awful.key({ modkey, }, "b", launch_browser, {description = "open a browser", group = "launcher"}),

However, this was a "copy-paste" from the entry used to launch a terminal, and thus the group was part of "launcher".

I noticed several other entries below the terminal ModKey line that had groups belonging to "client", so changing it, and restarting AwesomeWM with Ctrl+ModKey+R, seems to have fixed the issue for me.

awful.key({ modkey, }, "b", launch_browser, {description = "open a browser", group = "client"}),

Firefox now tiles correctly and isn't always full screen.

p.s. "launch_browser" in the snippets is a variable name to my anonymous function to launch firefox, defined below as:

launch_browser = function () awful.spawn("firefox") end

Last edited by digitally404 (2020-05-18 13:25:55)

Offline

#10 2020-05-18 13:34:28

2ManyDogs
Forum Fellow
Registered: 2012-01-15
Posts: 4,645

Re: Firefox not tiling with AwesomeWM

Thanks for the contribution. I am closing this old thread now.

Offline

Board footer

Powered by FluxBB