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

How to set the borders to 1 pixel instead of 2 pixels?

asked 2014-01-20 15:24:28 +0000

NeedSomeHelpYo gravatar image

updated 2014-01-20 15:38:22 +0000

Unexperienced user here.

I would like to set the borders to 1 pixel instead of the current 2 pixels.

edit retag flag offensive close merge delete

1 answer

Sort by ยป oldest newest most voted
0

answered 2014-01-20 18:05:54 +0000

joepd gravatar image

See the userguide, the paragraph for the styling new windows:

# The same as new_window none
new_window pixel 0

# A 3 px border
new_window pixel 3

How to the border style to two pixels is left as an exercise to the reader.

edit flag offensive delete link more

Comments

1

Using `pixel` will disable the titlebars except for multiple windows in a stacked or tabbed container. Use `new_window normal 1` if you want to keep the titlebars.

Adaephon gravatar imageAdaephon ( 2014-01-21 06:50:47 +0000 )edit

Question Tools

Stats

Asked: 2014-01-20 15:24:28 +0000

Seen: 559 times

Last updated: Jan 20 '14