aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-03-20Implement 'smart_gaps' feature from i3-gapsMikkel Oscar Lyderik
2016-03-19Merge pull request #523 from mikkeloscar/slack-key-handlerDrew DeVault
2016-03-19Make key handling less strictMikkel Oscar Lyderik
2016-03-19Allow legal non-x11 keycodesMikkel Oscar Lyderik
2016-03-18Merge pull request #522 from mikkeloscar/workspace-layoutDrew DeVault
2016-03-19Add config option workspace_layoutMikkel Oscar Lyderik
2016-03-18New default wallpaper!Drew DeVault
2016-03-18Merge pull request #520 from aouelete/swaylockDrew DeVault
2016-03-18Merge branch 'master' of git://github.com/SirCmpwn/sway into swaylockAaron Ouellette
2016-03-18Merge pull request #519 from mikkeloscar/maintain-exec-quotesDrew DeVault
2016-03-18Don't strip quotes from exec argsMikkel Oscar Lyderik
2016-03-17Merge pull request #516 from mikkeloscar/remove-panel_sizeDrew DeVault
2016-03-17Remove unused panel_size (and fix rearrange)Mikkel Oscar Lyderik
2016-03-17Merge pull request #515 from mikkeloscar/focus-correct-swaylock-viewDrew DeVault
2016-03-17Focus correct swaylock view in multimonitor setupMikkel Oscar Lyderik
2016-03-17Merge pull request #513 from mikkeloscar/sway-bar-manpageDrew DeVault
2016-03-17Document swaybar commandsMikkel Oscar Lyderik
2016-03-17Merge pull request #512 from mikkeloscar/bg-panel-renderDrew DeVault
2016-03-17Schedule render when adding bg and panel.Mikkel Oscar Lyderik
2016-03-17Revert "Render outputs as soon as wlc is ready"Mikkel Oscar Lyderik
2016-03-13Merge pull request #510 from mikkeloscar/render-output-at-launchDrew DeVault
2016-03-13Render outputs as soon as wlc is readyMikkel Oscar Lyderik
2016-03-12Fix default config's split bindingDrew DeVault
2016-03-05Update LICENSE to 2016Drew DeVault
2016-03-05Remove focus when switching to empty workspaceMikkel Oscar Lyderik
2016-03-04Merge pull request #502 from mikkeloscar/lock-reset-inputDrew DeVault
2016-03-04Reset input state when locking compositorMikkel Oscar Lyderik
2016-03-04Merge pull request #501 from mikkeloscar/ws-on-outputDrew DeVault
2016-03-04Fix assigning workspaces to outputsMikkel Oscar Lyderik
2016-03-01add a manpage for swaylockAaron Ouellette
2016-02-29Merge pull request #495 from gpyh/docswaybarDrew DeVault
2016-02-29Segregate between config and runtime cmds in docYacine Hmito
2016-02-28Merge pull request #497 from progandy/swaylock-arrangeDrew DeVault
2016-02-28sway: rearrange the whole ws on lock view setupprogandy
2016-02-28sway: set lock view to floating after ws switchprogandy
2016-02-28Merge pull request #496 from mikkeloscar/focus-new-outputDrew DeVault
2016-02-28Correctly move focus from one output to a new one.Mikkel Oscar Lyderik
2016-02-27Merge pull request #492 from mikkeloscar/swaybar-multi-outputDrew DeVault
2016-02-27Free config before exiting sway.Mikkel Oscar Lyderik
2016-02-27Improve how swaybars are spawnedMikkel Oscar Lyderik
2016-02-27Poll before wl_display_dispatchMikkel Oscar Lyderik
2016-02-27Differentiate between all or no outputsMikkel Oscar Lyderik
2016-02-27Add outputs to bar_config ipc responseMikkel Oscar Lyderik
2016-02-27Make sway spawn only one bar per bar configMikkel Oscar Lyderik
2016-02-27Make single bar handle multiple outputsMikkel Oscar Lyderik
2016-02-27Set pointer pos before focusing view under itMikkel Oscar Lyderik
2016-02-27Make protocol specifications follow the DTDMikkel Oscar Lyderik
2016-02-26Correctly exit sway on errors.Mikkel Oscar Lyderik
2016-02-25Merge pull request #494 from gpyh/argsegfaultDrew DeVault
2016-02-25Fix for when sway_abort doesn't exitYacine Hmito