gabrielzschmitz / dotfiles

A rice focused in speed, produtivity and to suck less.
GNU General Public License v3.0
27 stars 2 forks source link

Also my right alt is not working as mod when i changed the mod to alt key. #2

Closed n0yal closed 3 years ago

n0yal commented 3 years ago

I have one more request when i press mod + d iam getting dmenu . Instead i want the script that runs when i click the leftmost icon on the polybar.

Originally posted by @3301n in https://github.com/gabrielzschmitz/dotfiles/issues/1#issuecomment-899209640

gabrielzschmitz commented 3 years ago

You just need to change the launcher script. It is in: ~/.config/polybar/scripts/launcher.sh

Remove that: - rofi -no-config -no-lazy-grab -show drun -mode run -theme ~/.config/polybar/scripts/rofi/launcher.rasi and add that: + dmenu_run -p 'dmenu'

gabrielzschmitz commented 3 years ago

About the alt key, I think I3 just uses the left alt for mod key; Don't know how to make the right one works as well.