Questions tagged [i3]

i3 is a dynamic tiling window manager inspired by wmii. It supports tiling, stacking, and tabbing layouts.

573 questions
30
votes
2 answers

Print Screen key in i3

By default, i3 ignores the Print Screen key available in most keyboards. How can it be activated?
24
votes
1 answer

How do you implement layout with the autostarting of applications in the i3 window manager?

This is a follow-up on a prior question on how to autostart applications on individual workspaces with the i3 window manager and what can and can't be done inside the ~/.i3/config configuration file. First, the provided solution based on Arch Linux…
user44370
16
votes
3 answers

How to unstack windows

I pressed Mod+S and my windows flatted into a stack of bars. How can I undo this action or expand them back into their original configuration? The best route I found was to individually select each window and to Mod+Shift+arrow key to split…
Wolf
  • 1,567
  • 8
  • 17
  • 30
12
votes
2 answers

i3wm: how to configure touchpad?

I use debian and i3wm. How to configure touchpad? I mean "cleck-on-tap", vertical scrolling via right touchpad side.
10
votes
1 answer

How do you change the color for all the items in the status bar in the i3 WM?

In the i3 window manager you have this status bar. The configuration to enable the bar and tell it which file to load for it is in the ~/.i3/config file. This points to /etc/i3status.conf which contains the following to match the font color I use in…
user44370
9
votes
1 answer

i3: enabling fullscreen by default

With i3, is it possible to have all new windows open in fullscreen by default? As far as I have been able to find, this is only possible for specified programmes.
Toothrot
  • 3,435
9
votes
3 answers

Kill all windows in a workspace in i3

How do I kill all windows in a workspace if I can't open it? I read this suggestion. But I can't do it because I cannot switch over to the workspace.
8
votes
1 answer

How do I change key bindings based on which window is focused?

I have these lines in my i3 config right now: # Play/pause, prev, next bindcode 172 exec "/opt/playerctl/bin/playerctl play-pause" bindcode 173 exec "/opt/playerctl/bin/playerctl previous" bindcode 171 exec "/opt/playerctl/bin/playerctl next" This…
Hubro
  • 1,095
  • 1
  • 11
  • 19
7
votes
1 answer

Retrieving i3 tree

I know that the i3 state is stored in a tree somewhere. Does anyone know how I could retrieve the state of my i3 environment to deal with as I wish?
5
votes
1 answer

un-focus parent

When I am using focus parent ($mod+a) I find I am unable to return the focus to the child that had it before. Instead focus remains on the parent. To remove focus from the parent I have to manually click inside a child container or switch to another…
Marcus Junius Brutus
  • 4,587
  • 11
  • 44
  • 65
4
votes
0 answers

i3wm floating windows won't automatically center

When using pycharm the floating windows for "Commit" or "Push" spawn a bit off-screen, so I have to manually center them. I tried to automatically center them with the directive for_window; however, I wasn't able to match the windows. Here are the…
4
votes
0 answers

How do I autostart multiple gnome-terminal applications from an i3 saved layout?

I have read over this link which is almost the exact same problem I am having. The solution provided simply links the documentation to i3's layout saving capability. I find the section on restoring the layout to be a bit vague and not very…
4
votes
2 answers

login as other user without exiting my i3wm session

I am running an Ubuntu 12.04 system. While I am logged in using the i3 window manager how is it possible to login as another user (perhaps using a different window manager) without losing my i3wm session? This is something I can easily do when I am…
Marcus Junius Brutus
  • 4,587
  • 11
  • 44
  • 65
4
votes
1 answer

cycle through split, stacked, tabbed modes with single shortcut (and skip stacked mode, too)

I somewhat find pressing Alt+w, Alt+e and Alt+s to use the different modes confusing due to the following reasons: I fail to see the difference between the stacked and the tabbed mode (and would like to just use tabbed instead) I can think of no…
Marcus Junius Brutus
  • 4,587
  • 11
  • 44
  • 65
3
votes
3 answers

i3wm move window to adjacent workspace regardless of whether workspace is empty or not

I'm trying to figure out how to quickly send the window with focus to the next workspace numerically. Using the following lines in my ~/.config/i3/config file, I'm able to bind Super [ and Super ] to move the currently focused window to the previous…
Greg Nisbet
  • 3,076
1
2 3 4