Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
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-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 | mouse tile resize mode done | taiyu | |
2015-08-22 | floating/tiling move + floating resize cleaned and fixed | taiyu | |
2015-08-21 | Added in proper resize locking | Luminarys | |
2015-08-21 | Minor style fix | 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 | Fixes to resizing and added in resize lock once boundaries are exceeded | Luminarys | |
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-19 | input state, find_container_in_direction | taiyu | |