| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2016-09-01 | Reorganize includes | Drew DeVault | -102/+0 | |
| 2016-01-07 | Implement bindsym --release | Mikkel Oscar Lyderik | -0/+3 | |
| This is a "simple" version of --release (same as i3) that only supports a binding that contain one normal key. e.g.: bindsym --release $mod+x exec somthing-fun I didn't bother implementing it for a combination like `$mod+x+z` since it is a bit tricky to get right and also a bit weird to actually do on a keyboard. | ||||
| 2016-01-05 | Detect bar modifier pressed/released | Mikkel Oscar Lyderik | -0/+20 | |
| 2015-10-29 | input_state: Remove mouse_origin (x&y). Query wlc instead. | S. Christoffer Eliesen | -5/+0 | |
| 2015-10-29 | commands: Learn mouse_warping. | S. Christoffer Eliesen | -0/+1 | |
| Place mouse at center of focused view when changing to a workspace on a different output, if option is enabled. (This replicates existing i3 option.) This can be triggered in multiple ways: A) via `workspace <name>` which changes output B) via `focus <direction>` which changes output C) via `focus output <name>` which (obviously) changes output | ||||
| 2015-10-29 | input_state: Extract 'pointer_position_set' function from handlers. | S. Christoffer Eliesen | -0/+2 | |
| 2015-08-23 | merge | taiyu | -5/+3 | |
| 2015-08-23 | Refactor keyboard to consider modified keysyms | Drew DeVault | -5/+3 | |
| Press Shift Press 0 # Reads as ')' Release Shift Release 0 # Reads as '0' but we now recognize it as the same | ||||
| 2015-08-23 | style | taiyu | -4/+4 | |
| 2015-08-22 | mouse tile resize mode done | taiyu | -33/+13 | |
| 2015-08-22 | floating/tiling move + floating resize cleaned and fixed | taiyu | -2/+44 | |
| 2015-08-21 | Added in proper resize locking | Luminarys | -1/+7 | |
| 2015-08-21 | Minor style fix | Luminarys | -1/+1 | |
| 2015-08-21 | More minor fixes | Luminarys | -1/+1 | |
| 2015-08-21 | Cleanup and minor fixes | Luminarys | -0/+1 | |
| 2015-08-21 | Merge pull request #101 from Luminarys/master | Drew DeVault | -0/+4 | |
| Added in basic resizing command. | ||||
| 2015-08-21 | Fixes to resizing and added in resize lock once boundaries are exceeded | Luminarys | -0/+1 | |
| 2015-08-21 | Added in bspwm like mouse resizing | Luminarys | -0/+3 | |
| 2015-08-20 | Reset key buffer on reload | Drew DeVault | -0/+1 | |
| To preserve my sanity | ||||
| 2015-08-19 | input state, find_container_in_direction | taiyu | -0/+49 | |
