summaryrefslogtreecommitdiffstats
path: root/include/input_state.h
Commit message (Collapse)AuthorAge
* Implement bindsym --releaseLibravatar Mikkel Oscar Lyderik2016-01-07
| | | | | | | | | | | 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.
* Detect bar modifier pressed/releasedLibravatar Mikkel Oscar Lyderik2016-01-05
|
* input_state: Remove mouse_origin (x&y). Query wlc instead.Libravatar S. Christoffer Eliesen2015-10-29
|
* commands: Learn mouse_warping.Libravatar S. Christoffer Eliesen2015-10-29
| | | | | | | | | | | 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
* input_state: Extract 'pointer_position_set' function from handlers.Libravatar S. Christoffer Eliesen2015-10-29
|
* mergeLibravatar taiyu2015-08-23
|\
| * Refactor keyboard to consider modified keysymsLibravatar Drew DeVault2015-08-23
| | | | | | | | | | | | | | Press Shift Press 0 # Reads as ')' Release Shift Release 0 # Reads as '0' but we now recognize it as the same
* | styleLibravatar taiyu2015-08-23
| |
* | mouse tile resize mode doneLibravatar taiyu2015-08-22
| |
* | floating/tiling move + floating resize cleaned and fixedLibravatar taiyu2015-08-22
|/
* Added in proper resize lockingLibravatar Luminarys2015-08-21
|
* Minor style fixLibravatar Luminarys2015-08-21
|
* More minor fixesLibravatar Luminarys2015-08-21
|
* Cleanup and minor fixesLibravatar Luminarys2015-08-21
|
* Merge pull request #101 from Luminarys/masterLibravatar Drew DeVault2015-08-21
|\ | | | | Added in basic resizing command.
| * Fixes to resizing and added in resize lock once boundaries are exceededLibravatar Luminarys2015-08-21
| |
| * Added in bspwm like mouse resizingLibravatar Luminarys2015-08-21
| |
* | Reset key buffer on reloadLibravatar Drew DeVault2015-08-20
|/ | | | To preserve my sanity
* input state, find_container_in_directionLibravatar taiyu2015-08-19