Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update to config #137

Merged
merged 3 commits into from
Jun 24, 2020
Merged

Update to config #137

merged 3 commits into from
Jun 24, 2020

Conversation

lgsobalvarro
Copy link
Contributor

  • IconMan now uses colorset 10 instead 0, to honor Wiki conventions (Thanks to somiaj)
  • dmenu_run uses -nb '#2b4e5e' so it'll integrate better with the new colorset (Suggestion by Master_P_the_Gu)
  • Edited menu option xemacs for emacs since xemacs is in maintenance mode and emacs seems to be more popular this days.

Copy link
Member

@ThomasAdam ThomasAdam left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hi @lgsobalvarro,

Thanks for this! Aside from my comments herein, everything else looks good.

@@ -285,7 +285,7 @@ AddToMenu MenuFvwmRoot "Fvwm" Title
+ "&Programs%icons/programs.png%" Popup MenuPrograms
+ "XDG &Menu%icons/apps.png%" Popup XDGMenu
+ "&XTerm%icons/terminal.png%" Exec exec $[infostore.terminal]
Test (x dmenu_run) + "Run command" Exec exec dmenu_run
Test (x dmenu_run) + "Run command" Exec exec dmenu_run -nb "#2b4e5e"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We should move this colour definition to using infostore, and use it here.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

That's a good suggestion, it would simplify things. Do you suggest only changing the color definition or use infostore for the full command? Perhaps the full command option could be more convenient for those who want to switch to Rofi or something.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sure. Even better. Go for it!

@@ -462,7 +462,7 @@ Silent Key F2 A C GotoDesk 0 1
Silent Key F3 A C GotoDesk 0 2
Silent Key F4 A C GotoDesk 0 3
Silent Key Super_R A A Exec exec $[infostore.terminal]
Silent Key Space A M Exec exec dmenu_run
Silent Key Space A M Exec exec dmenu_run -nb "#2b4e5e"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Same here.

@ThomasAdam ThomasAdam merged commit ecfed51 into fvwmorg:master Jun 24, 2020
@lgsobalvarro lgsobalvarro deleted the lgsobalvarro-colorset-2 branch July 3, 2020 16:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants