summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* update licensetrunkkitty piapiac2024-10-091-2/+2
|
* (.づ◡﹏◡)づ. small code cleanup, prepare v0.1.0kitty piapiac2020-08-104-16/+13
|
* (/・・)ノ better default configkitty piapiac2020-08-102-35/+9
|
* (。ヘ°) actually... fuck custom layoutskitty piapiac2020-08-104-22/+7
| | | | ill deal with them later
* some stuffkitty piapiac2020-08-108-32/+46
|
* forgot todo titlekitty piapiac2020-08-081-1/+1
|
* quick fixkitty piapiac2020-08-081-3/+3
|
* (.づ◡﹏◡)づ replace README.md with README.adockitty piapiac2020-08-083-39/+56
| | | | testing asciidoc instead of markdown
* (/・・)ノ fixes #1kitty piapiac2020-08-071-4/+4
| | | | use swap() as well instead of a temp variable
* (・ω・)b set masterkitty piapiac2020-08-074-2/+21
| | | | | ctrl + fullstop by default will set the current focused window to the master one
* d(>_< ) small bugfixkitty piapiac2020-07-312-1/+2
| | | | see previous commit...?
* d(>_< ) small bugfixkitty piapiac2020-07-311-40/+0
| | | | fix input focus on windows when deleted
* (/・・)ノ closes windowskitty piapiac2020-07-316-10/+64
| | | | | | | - small bugfix - updated readme.md to include config section - updated .gitignore to ignore config.nim - added config.def.nim
* (。ヘ°) README.mdkitty piapiac2020-07-301-2/+2
|
* (。ヘ°) small 'bugfix'kitty piapiac2020-07-301-6/+18
| | | | fixed tiling
* 彡゚◉ω◉ )つー☆* window focusingkitty piapiac2020-07-302-10/+49
| | | | press alt + tab to change the window focus
* (/・・)ノ spawnCustomkitty piapiac2020-07-303-6/+10
| | | | alt+enter on default opens xterm
* λ rework handling key eventskitty piapiac2020-07-303-36/+16
|
* (。ヘ°) stop using XQueryTreekitty piapiac2020-07-302-37/+28
| | | | sequence of windows on the window manager
* (。ヘ°) small fixkitty piapiac2020-07-291-0/+1
|
* 彡゚◉ω◉ )つー☆* MATHSkitty piapiac2020-07-293-2/+48
| | | | TILE
* (。ヘ°) init commandskitty piapiac2020-07-292-4/+13
| | | | ILL WORK ON TILING AFTER THIS I PROMISE
* (/・・)ノ small fixeskitty piapiac2020-07-292-7/+8
| | | | map the window
* (´;ω;`) tiny version updatekitty piapiac2020-07-291-1/+2
|
* (・ω・)b key handlerskitty piapiac2020-07-296-44/+124
|
* (。ヘ°) keybindingskitty piapiac2020-07-284-28/+63
| | | | | initShortcutKeys -> TODO, rename to initKeybindings ? they're not exactly shortcut keys but here i am commiting anyway
* (/・・)ノ initkitty piapiac2020-07-2811-0/+245
skeleton