Questions tagged [tiling-wm]

A tiling window manager is a window manager which organizes windows into non-overlapping frames.

example of tiling WM (source: Wikipedia entry for Tiling Window Manager).

Most famous ones:

  • dwm
  • awesome, which is a derivative of dwm with many new features
  • wmii, developed by the same author of dwm.
75 questions
37
votes
6 answers

Tiling windows in GNOME 2

How can I get tiling windows in GNOME?
Giacomo Tesio
  • 975
  • 1
  • 9
  • 18
22
votes
11 answers

Need advice in choosing a tiling WM

I've used GNOME's default window manager for some years, but now I want to try a tiling window manager. I want it to satisfy these two criteria: WM must be lightweight WM should not be complicated to configure
0xAX
  • 627
  • 2
  • 8
  • 15
21
votes
5 answers

Does a terminal multiplexer have any benefit when used with a tiling window manager?

Both terminal multiplexers (screen, tmux) and keyboard-driven tiling window managers (ratpoison, dwm, xmonad) provide similar functionality. Is there any benefit in using both at the same time? What about problems that may arise?
Pubby
  • 313
  • 2
  • 6
19
votes
12 answers

Are there any Linux Distro that features a Tiling Window Manager as main WM?

I'm a great fan of Tiling Window Managers, but It's odd that I couldn't find any Linux Distro that features one as main WM. For example, Crunchbang features OpenBox, Bodhi features E17, so... wich one features Xmonad/Awesome/I3/DWM...?
dsocolobsky
  • 799
  • 3
  • 8
  • 12
18
votes
1 answer

Setting image for i3-lock: "Could not load image x: out of memory"

I use this command for locking screen: i3lock -i /home/freyja/pics/owl.jpg The screen is locked, but there is no picture (only white background). When called from console the command says: Could not load image /home/freyja/pics/owl.jpg: out of…
nuoritoveri
  • 565
  • 1
  • 4
  • 10
18
votes
2 answers

More tiling with KDE

I fear that I go into conflicting requirements here, but I still want to ask. I have been using KDE for a while now and I do like its software (Konsole, Okular, Dolphin). I like KWin with its features a lot: Splitting windows on the left/right…
Martin Ueding
  • 2,682
  • 3
  • 31
  • 45
9
votes
1 answer

What is the difference between the various tiling modes in KWin, and how do I use them?

There are 3 tiling modes in KDE: spiral, columns and floating. What does each do and how do make them work for me? For example, spiral seems to cut my screen in half then the next half another way. Is it possible to adjust it so that it's like 2/3?…
xenoterracide
  • 57,918
  • 74
  • 184
  • 250
6
votes
1 answer

Make Guake Float in i3wm

I want to default Guake to open as a floating window under i3. I created an entry under ~/.i3/config that reads as the following. My code is - for_window [class="guake"] floating enable My xprop for the window is - $…
ILikeTurtles
  • 536
  • 2
  • 7
  • 17
6
votes
1 answer

OpenBox Mouse binding for dragging window to screen edge

I am trying to edit the lxde-rc.xml file (in ~/.config/openbox) so I can implement Window snapping like in Microsoft Windows. When a window is dragged to the right edge of the screen, it maximizes to fill the right half of the screen. I don't want…
Julius Naeumann
  • 183
  • 1
  • 3
5
votes
1 answer

Run i3 commands from the command line

I am writing a script which allows me to start my report writing setup (pdf viewer, vim, terminal) automatically. For this, I want to start okular, set the split mode of the terminal to vertical and start another terminal. The problem is that the i3…
Alexander Schoch
  • 383
  • 5
  • 15
5
votes
1 answer

Fullscreen game messes with my xrandr dual-monitor setup

I have Gentoo Linux, the Awesome window manager and an open-source ATI driver. Here's my xorg.conf: Section "Files" #ModulePath "/usr/lib64/xorg/modules" FontPath "/usr/share/fonts/misc/" FontPath …
kolobos
  • 223
  • 1
  • 10
5
votes
2 answers

Windows 8 style window manager for Linux

Are there any windows managers out there for Linux that offers the "metro" style window management that Windows 8 offers? Actually it's not just Windows 8 that offers the style I'm looking for. iOS, Android and tablets in general seem to take a…
math4tots
  • 2,665
  • 8
  • 32
  • 42
5
votes
2 answers

Easily switching over to a dynamic window manager from KDE

I've been using KDE on Opensuse for some time now and I feel like improving performance and using the most of my dual screens. I discovered tiling window managers and thought it would be a cool thing to try out. However, I'm stuck on a couple of…
n0pe
  • 9,411
  • 13
  • 60
  • 108
5
votes
2 answers

Do high-DPI screens play nicely with tiling window managers?

I'm currently using a 15" laptop which has a moderate resolution (1920x1080). The other day, I spent some time with a friend who owns a Macbook Pro Retina. Just looking at the screen made my eyes excited. The clarity of the display was amazing. So…
5
votes
2 answers

Tilling window manager written in Python

Is there any tiling manager like XMonad but written with Python? I think Haskell was too hard for me. But I know python a little.
1
2 3 4 5