more configuration options for rofi-power#1
Open
dennisschuerholz wants to merge 3 commits into
Open
Conversation
* config file now overrides defaults as it should be * options are renameable * option order can be configured
Owner
|
Hi @dennisschuerholz, first of all thank you very much for your contribution and sorry for responding so late. I would like to discuss the various changes:
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
As I started using i3 yesterday I came accross your little tool and liked it - thought I wanted some additional configuration options which this pr introduces:
KEYWORD_EXIT,KEYWORD_REBOOT,KEYWORKD_SUSPEND, ...)OPTIONScontains placeholder elements, e.g.%EXIT,%REBOOT,%SUSPEND, ...)KEYWORD_LOCK="Lock screen", placeholder%LOCK)OPTIONS(option order),LAUNCHER_OPTIONS,USE_LOCKERandLOCKER) can be overwritten through the calling shell settingENV_<var>beforehandLAUNCHERgets replaced by staticrofi -dmenu -lines $wc(where$wcis the line count throughwc -l) followed by the configurableLAUNCHER_OPTIONSas I don't think callingrofiis something that might get replaced while usingrofi_powerI have to admin that it almost looks like a complete rewrite, but I hope you might still consider this pr. I will use it like this and assume some others might like it as well.
Best regars, Dennis