aboutsummaryrefslogtreecommitdiff
path: root/sway/commands/seat.c
AgeCommit message (Expand)AuthorFilesLines
2019-02-11fix misc memory leaksBrian Ashworth1-1/+1
2019-02-02cmd_seat: allow - to be used as alias for currentBrian Ashworth1-1/+11
2019-01-31pointer_constraint: change to a seat subcommandBrian Ashworth1-0/+1
2019-01-14Remove now-unused "input" argument of cmd_results_newM Stoeckl1-3/+2
2019-01-09reload: apply seat cfgs after reading entire cfgBrian Ashworth1-1/+3
2018-12-30hide_cursor: change to a seat subcommandBrian Ashworth1-0/+1
2018-12-29Revamp seat configsBrian Ashworth1-3/+10
2018-09-08commands: prevent running empty seat commandIan Fan1-1/+1
2018-06-02Address first round of review for generic blocksBrian Ashworth1-2/+2
2018-06-02Make command block implementation genericBrian Ashworth1-44/+17
2018-04-10Implement cursor event simulation with sway commands.Danny Bautista1-0/+2
2018-04-0280colTony Crisci1-3/+8
2018-01-20seat config handler contextTony Crisci1-4/+21
2018-01-05sway: change all sway_log to wlr_logDominique Martinet1-1/+1
2017-12-19error on not enough input/seat args for cmdTony Crisci1-16/+16
2017-12-17seat fallback configTony Crisci1-0/+2
2017-12-14basic configurationTony Crisci1-0/+35