Preface
Goal: Explaining Fluxbox Configuration
Table of Content
-
Preface: Table of Content
-
2: Config: init
-
6: Rules
-
7: Panel
1: Config Directory
Fluxbox config directory contain a bunch of config files.
Dotfiles Document
Config is available at:
2: Config: init
Consider start with ~/.fluxbox/init
file.
You can either edit the init file directly, or you can change using fluxbox menu.
You can examine some sub-setting in respective config files.
Source
3: Config: Startup
Most my ~/.fluxbox/startup
file only configure,
common non-windowed-application in window manager.
Wallpaper
You can set wallpaper using either fbsetbg
,
or feh --bgscale
, or nitrogen
.
Internet
Other Background Application
If you want, you can add other background application, such as notification, using dunst or else.
Complete
Source
4: Workspace Name
You can have nice workspace name
5: Config: Key Binding
This ~/.fluxbox/keys
file is self explanatory.
No need to be a wm-hacker to configure.
More Custom Key Binding.
Mostly borrowed from my i3 configuration.
Source
- [gitlab.com/…/dotfiles/…/keys][dotfiles-keys]
6: Rules
This ~/.fluxbox/apps
file, govern each application.
For example, we can set each urxvt to be launched, in the center of the window, with specific width and height, and put it in specific workspace.
Or do automatic grouping.
Source
7: Panel
Hide Toolbar
Toolbar is not the only option. You can autohide it.
Other Panel: tint2
You can use other panel as well. For example: double tint2 panel (top and bottom), as figure below.
Please click the screenshot to see the original size.
What’s Next
This is configuration in general, we need to go deep with [ Config: Menu Part ].