Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-08-21 | fixed #108 signed/unsigned comparison | minus | |
2015-08-20 | Reset key buffer on reload | Drew DeVault | |
To preserve my sanity | |||
2015-08-20 | Add command line parsing | Drew DeVault | |
Closes #6 | |||
2015-08-19 | Fixed config path | aouelete | |
2015-08-19 | Fixed config loading | Luminarys | |
2015-08-19 | Set test to NULL when appropriate | Drew DeVault | |
Thanks @SyedAmerGilani | |||
2015-08-19 | Free environment vars after loading config | Drew DeVault | |
Thanks @SyedAmerGilani | |||
2015-08-19 | Refactor config file loading | Drew DeVault | |
2015-08-19 | Merge pull request #80 from SyedAmerGilani/fix_memory_leaks | Drew DeVault | |
fix a few possible memory leaks | |||
2015-08-19 | fixed string building for XDG_CONFIG_HOME config loading | Syed Amer Gilani | |
2015-08-19 | fix a few possible memory leaks | Syed Amer Gilani | |
2015-08-18 | Removed debugging, added in proper gap resets for config reloads | Luminarys | |
2015-08-18 | Merge pull request #73 from KoffeinFlummi/gaps | Drew DeVault | |
Add support for gaps option | |||
2015-08-19 | Merge remote-tracking branch 'upstream/master' into gaps | KoffeinFlummi | |
2015-08-18 | Fix indented comments being weird | Drew DeVault | |
2015-08-18 | Add support for gaps option | KoffeinFlummi | |
2015-08-18 | Revert "enhanced whitespace remover" | Drew DeVault | |
This reverts commit abd0afb03a2929931cb684e5aaeac312affe6e5f. | |||
2015-08-18 | Coding style enforcement | Drew DeVault | |
This was done by hand, so I might have missed things. If anyone knows of a good C style enforcement tool, let me know. | |||
2015-08-18 | Merge pull request #65 from taiyu-len/focus_v2 | Drew DeVault | |
Focus v2 | |||
2015-08-18 | Fix #64 | Drew DeVault | |
2015-08-18 | minor fixes | taiyu | |
2015-08-18 | enhanced whitespace remover | taiyu | |
2015-08-18 | config handles comments better | taiyu | |
2015-08-17 | Add support for workspace [name] output [name] | Drew DeVault | |
2015-08-17 | Switched config loading order to prevent root access w/wlc | Luminarys | |
2015-08-15 | Minor fix to config loading | Luminarys | |
2015-08-15 | Added in additional checks for i3 config paths | Luminarys | |
2015-08-15 | Added in config file loading from multiple sources | Luminarys | |
2015-08-13 | Allowed for execd commands to be spawned after abort | Luminarys | |
2015-08-13 | fixes to cmd queue freeing, style | Luminarys | |
2015-08-13 | Typo fix | Luminarys | |
2015-08-13 | Removed some unnecessary logs | Luminarys | |
2015-08-13 | Added in command queue | Luminarys | |
2015-08-11 | Changed command handler to perform var subs on all cmd args | Luminarys | |
Fixed workspace_next_name to use the first workspace name it can find in the config Minor fixes Changed command handler to perform var subs on all portions of a command Revert "Changed command handler to perform var subs on all portions of a command" This reverts commit fcfcffa1ea9819bcada6e6c85b40b21bf1b3a96e. Var sub fixes Minor fixes More minor fixes | |||
2015-08-10 | destroys empty workspace + minor bugfixes | Taiyu | |
2015-08-10 | Abstracted load_config | Luminarys | |
2015-08-10 | Spaces to Tabs | Luminarys | |
2015-08-10 | Style fixes and slight reload command alteration | Luminarys | |
2015-08-10 | Added in reload and exec_always handling | Luminarys | |
2015-08-09 | Implement focus_follows_mouse | Drew DeVault | |
2015-08-08 | Implement key bindings | Drew DeVault | |
2015-08-05 | Clean up config loading and launch wayland | Drew DeVault | |
2015-08-05 | Mostly implement bindsym command | Drew DeVault | |
2015-08-05 | Flesh out some command parsing | Drew DeVault | |
This implements the `set` command from i3 | |||
2015-08-05 | Build out command subsystem | Drew DeVault | |
Everyone loves code stolen from your own projects | |||
2015-08-04 | Pull in some scas code and read i3 config file | Drew DeVault | |