index
:
sway.git
master
fork of sway with action binder commands
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sway
/
commands
/
scratchpad.c
Age
Commit message (
Expand
)
Author
2021-02-25
Fix for_window criteria and mouse button bindings
ftilde
2021-02-16
container: Move pending state to state struct
Kenny Levinsen
2019-03-12
Handle seat_get_focused_workspace returning NULL
Brian Ashworth
2019-01-30
criteria & scratchpad verify if show in another workspace (#3522)
athrungithub
2019-01-22
root_scratchpad_remove_container: do not show
Brian Ashworth
2019-01-21
Replace wlr_log with sway_log
M Stoeckl
2019-01-14
Remove now-unused "input" argument of cmd_results_new
M Stoeckl
2018-10-26
Deny several commands when there's no outputs connected
Ryan Dwyer
2018-10-20
Minor refactor of input manager
Ryan Dwyer
2018-09-05
Implement type safe arguments and demote sway_container
Ryan Dwyer
2018-08-19
Replace hacky L_FLOATING container with a list
Ryan Dwyer
2018-08-04
Separate root-related code
Ryan Dwyer
2018-07-28
Operate on floating split container when a child is focused
Ryan Dwyer
2018-07-23
Store scratchpad list in sway_root instead of server
Ryan Dwyer
2018-07-23
Implement scratchpad
Ryan Dwyer
2017-11-18
Move everything to sway/old/
Drew DeVault
2017-10-08
Fix #1291
Drew DeVault
2017-04-18
Use i3's dimensions for initial scratchpad views
Vasilij Schneidermann
2017-03-10
UnGNUify the codebase
Drew DeVault
2016-09-02
merge in latest commits
Zandr Martin
2016-09-01
refactor commands.c
Zandr Martin