aboutsummaryrefslogtreecommitdiffstats
path: root/rofi
Commit message (Collapse)AuthorAgeFilesLines
* [herbstluftwm] Fix calling rofiGravatar Tom Willemse2023-03-061-3/+5
|
* Always show rofi on my preferred monitorGravatar Tom Willemse2020-12-261-4/+4
|
* Reorganize xsession and XresourcesGravatar Tom Willemse2020-04-262-18/+38
| | | | | | | | | | | | | | | | | - Add xsession. Instead of requiring each of my machines to setup their own ‘.xsession’ add one that should work for all of them. - Use M4 for the Xresources database. I didn’t want the X11 project to be aware of all the configuration files that could be added in there and I was able to figure out how to have it load all of the configuration files in the ‘Xresources.d’ directory. Now each configuration can inject properties into the X resources database. - Have ‘.xsession’ load all of the scripts in ‘.config/X11/Xsession.d’. Each configuration can now inject some script to run when X starts. - Have ‘.xsession’ load a machine-specific script so that each machine can override what it does when X starts.
* Raise the window when switching to itGravatar Tom Willemse2018-09-131-1/+2
| | | | In floating mode jumping to a window doesn’t actually raise it.
* Make rofi look goodGravatar Tom Willemse2017-03-291-0/+12
|
* Fix rofi window switching keybindingGravatar Tom Willemse2016-11-091-2/+2
|
* Add rofi configurationGravatar Tom Willemse2016-08-054-0/+31