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

mod 1 & "d" config

asked Oct 5 '12

flipper T gravatar image

new to i3, so sorry if obvious question.

the bar that appears at top of screen with mod + d, is very useful but also quite hard to see.

i have changed the font for window headers in the i3 config file, but this has no effect on that top search bar-thingy. :)

any way to change font size on that ?

thx.

1 answer

Sort by » oldest newest most voted
0

answered Oct 6 '12

joepd gravatar image

updated Oct 6 '12

This thing in the bar is dmenu_run, a handy shell-wrapper around dmenu. Do a less $(which dmenu_run), and check the manpage of dmenu. You'll be able to adjust the dmenu-script to your preferences.

Of course, if you want to avoid your customized dmenu_run being overwritten by your distribution, copy it first to, say, ~/bin, and point $mod+letter in i3/config to that location.

If you want to get fancy, there are multiple patches/forks of dmenu. Think of listing the entries vertically, using more fonts with pango, or with history support. Search your available repositories, and you might find a gem.

Enjoy :)

Comments

Thanks, at least i now know what it is called which is sometimes half the battle. I am using manjaro (a newish arch derivative) and can therefore use arch & aur repositories. Such a simple seeming change appears overly complex, but i need to look further into it. Thx for your help so far.

flipper T gravatar imageflipper T (Oct 6 '12)edit

Question Tools

Stats

Asked: Oct 5 '12

Seen: 145 times

Last updated: Oct 06 '12