Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-04-02 | Fix spelling mistakes | Eric Engestrom | |
2016-02-27 | Set pointer pos before focusing view under it | Mikkel Oscar Lyderik | |
2016-01-09 | Add support for bincode command | Mikkel Oscar Lyderik | |
If a bindsym and bincode maps to the same combination, the last one will overwrite any previous mappings. | |||
2016-01-07 | Implement bindsym --release | Mikkel Oscar Lyderik | |
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 | |
2016-01-04 | Fix overwriting current pressed keys. | Mikkel Oscar Lyderik | |
This fixes a bug where the key at index 0 in the `key_state_array` would be overwritten by the next pressed key. This broke any bindings consisting of multiple non-mod keys like: `$mod+a+b`. | |||
2015-12-14 | Lookup dragging key when in dragging mode | Mikkel Oscar Lyderik | |
Fixes bug introduced in 22916e9 where dragging of floating windows was messed up. | |||
2015-12-14 | Make mouse key used for drag/resize configurable | Mikkel Oscar Lyderik | |
This makes it possible to define what mouse button key (left|right) to use for dragging/resizing. | |||
2015-12-14 | Revert "Make mouse key used for drag/resize configurable" | Drew DeVault | |
This reverts commit 22916e9ebc130dbd365e6403730b9e0857977b8e. | |||
2015-12-11 | Make mouse key used for drag/resize configurable | Mikkel Oscar Lyderik | |
This makes it possible to define what mouse button key (left|right) to use for dragging/resizing. | |||
2015-11-14 | We somewhat more wlc_point now | Drew DeVault | |
Apparently I missed some cc @Cloudef | |||
2015-10-29 | input_state: Remove mouse_origin (x&y). Query wlc instead. | S. Christoffer Eliesen | |
2015-10-29 | commands: Learn mouse_warping. | S. Christoffer Eliesen | |
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 | |
2015-08-28 | move function redone | taiyu | |
2015-08-27 | dont swap floating containers | taiyu | |
2015-08-26 | move workspace from dead output to other output | taiyu | |
2015-08-24 | add limit to swayc_in_direction | taiyu | |
2015-08-23 | merge | taiyu | |
2015-08-23 | Refactor keyboard to consider modified keysyms | Drew DeVault | |
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 | |
2015-08-22 | slight fix | taiyu | |
2015-08-22 | fixed container resize oddity | taiyu | |
2015-08-22 | dont swap view with workspace... | taiyu | |
2015-08-22 | small change | taiyu | |
2015-08-22 | mouse tile resize mode done | taiyu | |
2015-08-22 | floating/tiling move + floating resize cleaned and fixed | taiyu | |
2015-08-21 | Removed ugly intializer for pointer_state | Luminarys | |
2015-08-21 | Added in proper resize locking | Luminarys | |
2015-08-21 | More minor fixes | Luminarys | |
2015-08-21 | Cleanup and minor fixes | Luminarys | |
2015-08-21 | Merge pull request #101 from Luminarys/master | Drew DeVault | |
Added in basic resizing command. | |||
2015-08-21 | Added in bspwm like mouse resizing | Luminarys | |
2015-08-20 | Reset key buffer on reload | Drew DeVault | |
To preserve my sanity | |||
2015-08-20 | style | taiyu | |
2015-08-20 | changes | taiyu | |
2015-08-19 | input state, find_container_in_direction | taiyu | |