aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorLines
2019-01-09Merge pull request #3387 from RedSoxFan/keyboard-timer-before-executeemersion-6/+7
2019-01-09keyboard: update repeat timer before executionBrian Ashworth-6/+7
2019-01-08Merge pull request #3385 from robertgzr/reset_output_mappingDrew DeVault-0/+6
2019-01-09cursor: allow mapping to all outputsRobert Günzler-0/+6
2019-01-08Merge pull request #3275 from ianyfan/remove-readlineemersion-269/+156
2019-01-08Merge pull request #3337 from RedSoxFan/fix-seat-cmd-cursoremersion-12/+37
2019-01-07Add data-control-v1emersion-0/+2
2019-01-07seat: unhide the cursor if it is warped to focusRouven Czerwinski-0/+5
2019-01-07view: use seat_consider_warp_to_focus in view_unmapRouven Czerwinski-8/+1
2019-01-07cursor: move unhide and timeout retrieval into separate functionsRouven Czerwinski-12/+25
2019-01-07Merge pull request #3381 from oscarwcl/swayidle-inhibit-sleepemersion-0/+13
2019-01-07swayidle: Fix sleep inhibitor not being acquiredOscar Cowdery Lack-0/+13
2019-01-06Merge pull request #3378 from jbeich/masteremersion-2/+2
2019-01-06Use %z for printing size_tJan Beich-2/+2
2019-01-05Merge pull request #3367 from oscarwcl/swaylock-fix-capslockDrew DeVault-9/+5
2019-01-05Fix urgency documentationRyan Dwyer-6/+7
2019-01-05Update README.mdDrew DeVault-35/+35
2019-01-04Fixed formulations.PlusMinus0-3/+3
2019-01-04Update sway-output.5.scdPlusMinus0-4/+8
2019-01-03Apply tiling_drag_threshold to all containersDavid96-10/+8
2019-01-02completion: use jq instead of sed for swaybar completionRéouven Assouly-2/+2
2019-01-02zsh: update completionsRéouven Assouly-14/+77
2019-01-02Implement tiling_drag_thresholdBrian Ashworth-2/+91
2019-01-03swaylock: Fix caps lock not updating immediatelyOscar Cowdery Lack-9/+5
2019-01-02fixup! stringop.c: rewrite strip_whitespaceIan Fan-4/+4
2019-01-01Fix fullscreen view rendering crashMack Straight-1/+1
2019-01-01fixup! config.c: re-enable backslash continuation in config fileIan Fan-6/+2
2019-01-01config.c: re-enable backslash continuation in config fileIan Fan-1/+31
2019-01-01Remove readline.cIan Fan-245/+116
2019-01-01stringop.c: rewrite strip_whitespaceIan Fan-27/+17
2018-12-31bash: add completion for swaybarGaël PORTAY-0/+45
2018-12-31Merge pull request #3249 from ianyfan/trayDrew DeVault-165/+1965
2018-12-31swaybar: use KDE's SNI IconThemePath propertyIan Fan-0/+6
2018-12-31swaybar: handle new and lost StatusNotifierWatcherIan Fan-1/+60
2018-12-31swaybar: draw a sad face if SNI has no iconIan Fan-9/+25
2018-12-31swaybar: do not create tray if hiddenIan Fan-2/+6
2018-12-31swaybar: set bar dirty on SNI eventIan Fan-1/+18
2018-12-31swaybar: implement mouse events for trayIan Fan-2/+97
2018-12-31swaybar: implement tray renderingIan Fan-1/+114
2018-12-31swaybar: implement tray configIan Fan-55/+271
2018-12-31swaybar: add StatusNotifierItem to trayIan Fan-6/+283
2018-12-31swaybar: add StatusNotifierHost to trayIan Fan-0/+212
2018-12-31swaybar: implement icon themes and lookup for trayIan Fan-0/+515
2018-12-31swaybar: add StatusNotifierWatcher to trayIan Fan-0/+242
2018-12-31swaybar: add skeleton dbus code to trayIan Fan-1/+30
2018-12-31swaybar: add tray interfaceIan Fan-13/+110
2018-12-31swaybar: remove old tray implementationIan Fan-98/+0
2018-12-31Apply implicit fallback seat configBrian Ashworth-1/+2
2018-12-31Set font options when computing text width.John Chen-5/+12
2018-12-31swaybar: fix double freeMack Straight-1/+0