aboutsummaryrefslogtreecommitdiff
path: root/sway/commands
AgeCommit message (Expand)Author
2019-01-24Use sway_log_errno instead of strerrorIan Fan
2019-01-22Fix dead stores found by scan-buildM Stoeckl
2019-01-22Merge pull request #3494 from ianyfan/commandsDrew DeVault
2019-01-22root_scratchpad_remove_container: do not showBrian Ashworth
2019-01-22util.c: remove numlen functionIan Fan
2019-01-22commands: allow setting floating on scratchpad containersIan Fan
2019-01-22commands: allow tiled containers to be stickiedIan Fan
2019-01-22Remove assumption that noop output will be called NOOP-1Ryan Dwyer
2019-01-22Don't allow noop output to be configuredRyan Dwyer
2019-01-22Prevent noop output from being enabledRyan Dwyer
2019-01-21Move sway-specific functions in common/util.c into sway/M Stoeckl
2019-01-21Merge pull request #3480 from RedSoxFan/input-modes-improved-toggleDrew DeVault
2019-01-21Replace wlr_log with sway_logM Stoeckl
2019-01-21input_cmd_events: allow toggle modes to be listedBrian Ashworth
2019-01-18Don't escape swaybg arguments anymoreemersion
2019-01-16bar_cmd_tray_bind: Use mouse button helpersBrian Ashworth
2019-01-16cmd_resize: allow resizing hidden scratchpad by pxBrian Ashworth
2019-01-15Handle hidden scratchpad containers in commandsBrian Ashworth
2019-01-15Fix invalid pointers when using resize grow width on first/last siblingsRyan Dwyer
2019-01-15Resize only current and immediate siblings rather than all siblingsRyan Dwyer
2019-01-14Remove now-unused "input" argument of cmd_results_newM Stoeckl
2019-01-14Use uint32_t where resize axis might contain a bitfieldRyan Dwyer
2019-01-14Replace resize_axis with wlr_edgesRyan Dwyer
2019-01-13Merge pull request #3144 from emersion/cmd-xwaylandDrew DeVault
2019-01-13Merge pull request #3344 from RedSoxFan/bar-mouse-bindings-improvedDrew DeVault
2019-01-13Merge pull request #3343 from RedSoxFan/seat-cursor-buttons-improvedDrew DeVault
2019-01-13Merge pull request #3342 from RedSoxFan/scroll-buttons-improvedDrew DeVault
2019-01-13Merge pull request #3398 from RedSoxFan/toggle-input-eventsDrew DeVault
2019-01-11swaybar: add status_edge_padding commandBrian Ashworth
2019-01-11swaybar: add status_padding commandBrian Ashworth
2019-01-10input_cmd_scroll_button: utilize mouse btn helpersBrian Ashworth
2019-01-10bar_cmd_bind: utilize mouse button helpersBrian Ashworth
2019-01-10seat_cmd_cursor: utilize mouse button helpersBrian Ashworth
2019-01-09input_cmd_events: implement toggleBrian Ashworth
2019-01-09bind{code,sym}: utilize mouse button helpersBrian Ashworth
2019-01-09Reset container dimensions when moving into workspace from directionRyan Dwyer
2019-01-09Simplify evdev includes on FreeBSD by relying on up-to-date packageJan Beich
2019-01-09Merge pull request #3386 from RedSoxFan/seat-reload-waitemersion
2019-01-09Merge pull request #3390 from RedSoxFan/execute-seatemersion
2019-01-09cmd_bind: pass the seat to execute_commandBrian Ashworth
2019-01-09cmd_swap: use handler context seatBrian Ashworth
2019-01-09reload: apply seat cfgs after reading entire cfgBrian Ashworth
2019-01-08Merge pull request #3337 from RedSoxFan/fix-seat-cmd-cursoremersion
2019-01-02Implement tiling_drag_thresholdBrian Ashworth
2018-12-31swaybar: do not create tray if hiddenIan Fan
2018-12-31swaybar: implement tray configIan Fan
2018-12-30hide_cursor: change to a seat subcommandBrian Ashworth
2018-12-29seat_cmd_cursor: work on seat name providedBrian Ashworth
2018-12-29Revamp seat configsBrian Ashworth
2018-12-29swaybar: fix focused_statusline color parsing.Rune Morling