| Commit message (Collapse) | Author | Age | Files | Lines |
| | |
|
| |
|
|
|
| |
Also fixed up the special cases for keybinds, such as SPC, ESC, RET,
-, and +.
|
| | |
|
| |
|
|
| |
It now uses a regex to split out the different modifiers and keys.
|
| |
|
|
|
| |
Numlock still seems to mess with keybindings.
Also switched from storing keybinds with KeySym to KeyCode
|
| |
|
|
|
|
| |
Probably a hacky mess but oh well. Key chords can be done by
seperating binds in string with ` `. You can set the quit bind with
`quitkey`, default mod+g. (Chords also exited when pressing unbound keys).
|
| | |
|
| |
|
|
| |
Updated the readme and added a default config file.
|
| |
|
|
|
| |
Uses config files in the order of `$XDG_CONFIG_HOME/YATwm/config`,
`$HOME/.config/YATwm/config`, then `/etc/YATwm/config`
|
| |
|
|
| |
NOTE: for some reason toggling doesn't work anymore
|
| |
|
|
|
|
|
| |
Re added the ability to swap super and mod as a config parameter (the
~swapmods~) command).
Finally fixed keybinds sometimes not working because of numlock,
bitwise & with the modifiers I actually care about.
|
| |
|
|
|
|
| |
The new config commands system works, finally able to run this as a
test and it works!!!!!.
Still more to be done but at least it works.
|
| |
|
|
| |
Note: the config file reloading keybinds isn't quite working, though, need to ungrab the keys
|
|
|
args and added in the new files, still many errors
|