conformal / spectrwm

A small dynamic tiling window manager for X11.
ISC License
1.34k stars 97 forks source link

Unable to change default key binding #469

Closed plus9a closed 1 year ago

plus9a commented 3 years ago

I changed the Post topic

joelchrono12 commented 3 years ago

But i got another strange problem it is a bug.. My mouse continuously pressing middle point of monitor

Thats not a bug perse, just go to you configuration file and change focus_mode to manual

Also, it looks like you were in the max layout where every program is full screen, which will not work if the mouse focus_modeis not set to manual

plus9a commented 3 years ago

Yes.. i fixed that. www.paste.rs/Zzp Now there is a problem there is no key binding such as MOD + 1, i replaced with mod + a. But still 1 is working why?!?.

What i tried to fix that problem is, I noticed there is a file on /etc/spectrwm/spectrum_us.conf

I removed that folder rm /etc/spectrwm/*

Still all of that key binding is working.

No such dir like /etc/xdg/spectrwm/spectrwm Is it a Bug?

joelchrono12 commented 3 years ago

I removed that folder rm /etc/spectrwm/*

You should not remove files in /etc

Is it a Bug?

Its not a bug, to unbind keys, you have to create an empty binding

bind[] = MOD+1

Its all in the manual, you should read it