summaryrefslogtreecommitdiff
path: root/config
Commit message (Collapse)AuthorAgeFilesLines
* feat: A few minor bug fixesv0.0.2mainBossCode452025-06-081-2/+8
| | | | | | Fixed keybinding errors Hopefully fixed multiple monitor status bar workspaces Refactored EWMH module
* feat: Added the "S" modifier to the emacs bind modeBossCode452025-03-061-51/+57
| | | | | You can now use S as a modifier for shift when binding with emacs mode if you're unable to capatilise the key to be bound.
* feat: Added new command line option --config (-c)BossCode452025-01-041-1/+4
| | | | | The new options allows you to specify the location of the config file in the arguments to the program.
* feat: Fixed fullscreen stuff after rebasing in the config refactorBossCode452023-06-211-0/+2
| | | | Also added stuff to the readme for it
* feat: Updated readmeBossCode452023-06-181-4/+9
| | | | Updated the readme and added a default config file.
* feat: Uses a backup config file and respects XDGBossCode452023-06-161-1/+4
| | | | | Uses config files in the order of `$XDG_CONFIG_HOME/YATwm/config`, `$HOME/.config/YATwm/config`, then `/etc/YATwm/config`
* Added a very basic config, and fixed some stuffBossCode452023-06-051-0/+31
| | | | NOTE: for some reason toggling doesn't work anymore
* feat: Keybind updatesBossCode452023-06-031-0/+4
| | | | | | | 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.
* IT WORKS!!!!!!BossCode452023-06-011-11/+2
| | | | | | 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.
* in-progress: Config refactor started, changed all existing keybind command ↵BossCode452023-05-241-0/+15
args and added in the new files, still many errors