aboutsummaryrefslogtreecommitdiff
path: root/sway
AgeCommit message (Expand)Author
2016-03-30Mark focused view focus_inactive on unfocused outputMikkel Oscar Lyderik
2016-03-30Comment endiannessMikkel Oscar Lyderik
2016-03-30Implement bordersMikkel Oscar Lyderik
2016-03-30Add border <none|normal|toggle|pixel> configMikkel Oscar Lyderik
2016-03-30Implement parsing of hide_edge_bordersMikkel Oscar Lyderik
2016-03-30Make pango: prefix optional for font configMikkel Oscar Lyderik
2016-03-30Add default border colorsMikkel Oscar Lyderik
2016-03-30Implement some more on bordersDrew DeVault
2016-03-30Window borders proof of conceptDrew DeVault
2016-03-30Initial setup of window border renderingDrew DeVault
2016-03-27Loosen restrictions on commands, update docsDrew DeVault
2016-03-27Update sway(1)Drew DeVault
2016-03-26Don't try to read config if not a file.Mikkel Oscar Lyderik
2016-03-26Add config path to error msgMikkel Oscar Lyderik
2016-03-26Load correct config on reloadMikkel Oscar Lyderik
2016-03-26Document include commandMikkel Oscar Lyderik
2016-03-26Implement include commandMikkel Oscar Lyderik
2016-03-24Gracefully exit when config is not foundMikkel Oscar Lyderik
2016-03-24Make the nvidia warning louderDrew DeVault
2016-03-24Don't set WLC_DIM on startupDrew DeVault
2016-03-24Update to new WLC APIDrew DeVault
2016-03-20Merge pull request #525 from mikkeloscar/fix-clang-warningDrew DeVault
2016-03-20Use correct type for keycodeMikkel Oscar Lyderik
2016-03-20Implement 'smart_gaps' feature from i3-gapsMikkel Oscar Lyderik
2016-03-19Make key handling less strictMikkel Oscar Lyderik
2016-03-19Allow legal non-x11 keycodesMikkel Oscar Lyderik
2016-03-19Add config option workspace_layoutMikkel Oscar Lyderik
2016-03-18Don't strip quotes from exec argsMikkel Oscar Lyderik
2016-03-17Remove unused panel_size (and fix rearrange)Mikkel Oscar Lyderik
2016-03-17Focus correct swaylock view in multimonitor setupMikkel Oscar Lyderik
2016-03-17Document swaybar commandsMikkel Oscar Lyderik
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-13Render outputs as soon as wlc is readyMikkel Oscar Lyderik
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-04Fix assigning workspaces to outputsMikkel Oscar Lyderik
2016-02-29Segregate between config and runtime cmds in docYacine Hmito
2016-02-28sway: rearrange the whole ws on lock view setupprogandy
2016-02-28sway: set lock view to floating after ws switchprogandy
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-27Add outputs to bar_config ipc responseMikkel Oscar Lyderik
2016-02-27Make sway spawn only one bar per bar configMikkel Oscar Lyderik
2016-02-27Set pointer pos before focusing view under itMikkel Oscar Lyderik
2016-02-26Correctly exit sway on errors.Mikkel Oscar Lyderik
2016-02-25Fix for when sway_abort doesn't exitYacine Hmito