summaryrefslogtreecommitdiff
path: root/src/windowmanager.nim
Commit message (Collapse)AuthorAgeFilesLines
* some stuffkitty piapiac2020-08-101-16/+5
|
* (.づ◡﹏◡)づ replace README.md with README.adockitty piapiac2020-08-081-1/+1
| | | | 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-071-2/+13
| | | | | ctrl + fullstop by default will set the current focused window to the master one
* d(>_< ) small bugfixkitty piapiac2020-07-311-0/+1
| | | | see previous commit...?
* (/・・)ノ closes windowskitty piapiac2020-07-311-3/+8
| | | | | | | - small bugfix - updated readme.md to include config section - updated .gitignore to ignore config.nim - added config.def.nim
* (。ヘ°) small 'bugfix'kitty piapiac2020-07-301-6/+18
| | | | fixed tiling
* 彡゚◉ω◉ )つー☆* window focusingkitty piapiac2020-07-301-7/+46
| | | | press alt + tab to change the window focus
* (/・・)ノ spawnCustomkitty piapiac2020-07-301-4/+8
| | | | alt+enter on default opens xterm
* λ rework handling key eventskitty piapiac2020-07-301-35/+15
|
* (。ヘ°) stop using XQueryTreekitty piapiac2020-07-301-18/+28
| | | | sequence of windows on the window manager
* (。ヘ°) small fixkitty piapiac2020-07-291-0/+1
|
* 彡゚◉ω◉ )つー☆* MATHSkitty piapiac2020-07-291-1/+28
| | | | TILE
* (。ヘ°) init commandskitty piapiac2020-07-291-1/+7
| | | | ILL WORK ON TILING AFTER THIS I PROMISE
* (/・・)ノ small fixeskitty piapiac2020-07-291-6/+7
| | | | map the window
* (・ω・)b key handlerskitty piapiac2020-07-291-28/+93
|
* (。ヘ°) keybindingskitty piapiac2020-07-281-14/+44
| | | | | initShortcutKeys -> TODO, rename to initKeybindings ? they're not exactly shortcut keys but here i am commiting anyway
* (/・・)ノ initkitty piapiac2020-07-281-0/+106
skeleton