Michael Stapelberg
c50bde458b
Fix bindings using the cursor keys in default config
2009-12-29 17:48:16 +01:00
Michael Stapelberg
d266474f97
Remove the terminal option from config.
...
The welcome message is displayed using xmessage(1), not using your
terminal. Thus, it makes no sense to have this option anymore. Also,
the new lex/yacc parser cannot correctly handle the situation:
normal variables are expanded before parsing the file. As a replacement,
you can use:
set $terminal /usr/bin/urxvt
2009-11-13 20:36:59 +01:00
Michael Stapelberg
aa712fc63b
Install welcome message, display it in default config
2009-11-06 17:46:34 +01:00
Michael Stapelberg
153462824b
Add cursor keys for focussing, moving, snapping to the default config
2009-10-26 15:13:25 +01:00
Michael Stapelberg
76e6145741
Add tabbing to default config
2009-10-23 19:53:21 +02:00
Michael Stapelberg
62c8d58d82
Implement the configuration option floating_modifier and document it
2009-06-24 20:31:00 +02:00
Michael Stapelberg
cba36914a8
Implement selecting the next tiling/floating window (using "focus")
...
Also update documentation (manpage, userguide).
To make the code easier to read/write when checking if a client is
floating, introduce client_is_floating().
2009-06-21 16:14:15 +02:00
Michael Stapelberg
b0cf3ec026
Document binding on Mode_switch in userguide, be more verbose in config
2009-05-26 17:37:56 +02:00
Michael Stapelberg
5b8e2ecb18
Implement floating (please test and find bugs)
...
Details which are missing: A command to hide/show all floating clients,
moving/resizing clients with your mouse holding Mod1 (click anywhere
in the client, not just on its borders), resize/move by keyboard, select
next/previous client by keyboard
2009-05-23 16:34:03 +02:00
Michael Stapelberg
cb9c7078be
Implement kill-command to kill the current window, document it
2009-03-14 22:09:36 +01:00
Michael Stapelberg
cc0b060628
Implement exit command, document it in manpage, add it to defaultconfig (Mod1+Shift+e)
2009-03-14 21:31:22 +01:00
Michael Stapelberg
95cd4334a9
Fix errors in i3.config, update manpage
2009-03-14 01:21:51 +01:00
Michael Stapelberg
d8ac364749
Update config to use i3menu on Mod1+p, update Makefile to compile/install i3lock and i3menu
2009-03-11 19:09:17 +01:00
Michael Stapelberg
c0aa9cac61
Implement moving containers, implement moving windows to the top if top-most, change config to use Mod3
2009-03-11 18:56:31 +01:00
Michael Stapelberg
b51604bde6
Update default config/manpage
2009-03-08 00:51:38 +01:00
Michael Stapelberg
c04baeeea2
Bugfix: Should be workspace 10 not 0 in moving aswell
2009-03-06 17:08:01 +01:00
Michael Stapelberg
f8007a60b3
Bugfix: Should be workspace 10 not 0
2009-03-06 17:06:33 +01:00
Michael Stapelberg
bde67a179e
Implement wrapping, selecting containers is now Mod1+Ctrl+h/j/k/l
2009-03-04 23:45:44 +01:00
Michael Stapelberg
f84ace1a10
Update default configuration file, install it to /etc/i3/config
2009-03-04 09:22:00 +01:00
Michael Stapelberg
90fa720c6f
Bugfix: when a window is unmapped, correctly pass focus to the next one and cleanup the table
2009-02-25 01:44:34 +01:00
Michael Stapelberg
e77ebb6c71
Implement configuration file parsing
2009-02-25 00:50:30 +01:00