gh0stzk / dotfiles

BSPWM environment with 18 themes. With a theme selector to change on the fly.
GNU General Public License v3.0
2.46k stars 187 forks source link

keybinds #242

Closed Magzobeem closed 2 months ago

Magzobeem commented 2 months ago

cant change the conf of the superkey to what i want/need it to be

gh0stzk commented 2 months ago

Tell me more, what did you try? What did you edit? What do you expect to happen?

Magzobeem commented 2 months ago

i edited the /home/usr/config/bspwm/bswmrc from mod 4 to Caps then rebooted, i expected the super key to change from the window key to the caps lock. Did i miss something a file that i should configure?

gh0stzk commented 2 months ago

Ohh ok, yeah the problem is bspwm is not like other wms, whre you can specify the master key, i guess you edit: bspc config pointer_modifier mod4

But that only works to move or resize windows, press super + left, right click to move/resize.

In bspwm you just need to edit sxhkdrc file, to your needs, that file is in ~/.config/bspwm/ after editing the file, save it and press super (windows key) + esc to reload sxkhd daemon, and your new keybinds take effect.

Magzobeem commented 2 months ago

ahhh got it appreciate the help <3