The i3 FAQ has migrated to https://github.com/i3/i3/discussions. All content here is read-only.
Ask Your Question
0

is it possible to hide window title for all windows

asked 2013-02-21 00:28:00 +0000

Mario Sandler gravatar image

Is it possible to hide and toggle the window titlebars in the same way as the i3bar guide:display mode

This is equivalent to changing the border style guide: changing border style but for all visible containers.

edit retag flag offensive close merge delete

2 answers

Sort by ยป oldest newest most voted
0

answered 2013-02-21 19:10:25 +0000

Michael gravatar image

No, not without a simple third-party script, see http://i3wm.org/docs/ipc.html

edit flag offensive delete link more

Comments

[http://pastebin.com/3PTSndNa](1) unfortunately it doesnt work with containers in tabbed mode (the title is still visible in tabbed and stacked mode), at this point I am not sure if I will use it this way and whether it make sense at all.

Mario Sandler gravatar imageMario Sandler ( 2013-02-25 01:24:53 +0000 )edit

Any progress or usable scripts available?

gulver gravatar imagegulver ( 2013-11-12 07:36:52 +0000 )edit

Gulver, this works: `bindsym Control+Shift+1 [class="^.*"] border toggle`

paramnesioid gravatar imageparamnesioid ( 2013-12-28 08:28:35 +0000 )edit
0

answered 2013-12-28 08:25:36 +0000

paramnesioid gravatar image

updated 2013-12-29 14:22:27 +0000

This works for me:

bindsym Control+Shift+1 [class="^.*"] border toggle

If you want the title to be turned off automatically then do this as well:

for_window [class="^.*"] border pixel 1

edit flag offensive delete link more

Question Tools

1 follower

Stats

Asked: 2013-02-21 00:28:00 +0000

Seen: 7,205 times

Last updated: Dec 29 '13