summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorLines
2016-03-30Remove leftover comment0.2Furkan Sahin-1/+0
2016-03-30New feature: adjust gaps with floating_mod+scrollFurkan Sahin-0/+34
I made this configurable but I didn't make the command for it. That's left as an exercise to an eager contributor. mod_scroll_behavior [gaps inner|gaps outer] Would merge implementions of more behaviors for mod+scroll, if anyone has some neato ideas.
2016-03-30Update README screenshotFurkan Sahin-1/+1
2016-03-30Merge pull request #551 from mikkeloscar/window-bordersFurkan Sahin-47/+655
Implement Window borders
2016-03-30Merge pull request #555 from mikkeloscar/mode-name-spacesFurkan Sahin-9/+3
Allow surrounding spaces in mode name
2016-03-30Allow surrounding spaces in mode nameFurkan Sahin-9/+3
This makes it possible to define a mode name with surrounding spaces if so desired. e.g.: mode " hello " { }
2016-03-30Fix borders with floating windowsFurkan Sahin-9/+50
2016-03-30Update window title when it changesFurkan Sahin-5/+18
2016-03-30Mark focused view focus_inactive on unfocused outputFurkan Sahin-0/+9
2016-03-29Handle swaybar using sway fontFurkan Sahin-1/+3
2016-03-29Comment endiannessFurkan Sahin-2/+2
2016-03-29Merge pull request #553 from Hummer12007/masterFurkan Sahin-1/+1
Fix a typo in swaygrab manual
2016-03-29Fix a typo in swaygrab manualFurkan Sahin-1/+1
2016-03-29Implement bordersFurkan Sahin-149/+386
The borders are implemented as a surface/buffer attached to each view which is sent to and rendered by wlc in the view_pre_render callback. All the drawing logic is handled in sway/border.c and all the logic for calculating the geometry of the border/view is handled in `update_geometry` in sway/layout.c (same place as gaps are calculated).
2016-03-29Add border <none|normal|toggle|pixel> configFurkan Sahin-4/+69
2016-03-29Implement parsing of hide_edge_bordersFurkan Sahin-0/+39
2016-03-28Make client/pango.h not depend on client/window.hFurkan Sahin-28/+26
2016-03-28Merge pull request #549 from Hummer12007/patch-1Furkan Sahin-1/+1
Add -R option to getopt opt_string
2016-03-28Added -R option to getopt opt_stringFurkan Sahin-1/+1
2016-03-28Make pango: prefix optional for font configFurkan Sahin-7/+7
2016-03-28Add default border colorsFurkan Sahin-0/+51
2016-03-27Update default configFurkan Sahin-9/+11
2016-03-27Loosen restrictions on commands, update docsFurkan Sahin-16/+22
Closes #531
2016-03-27Update sway(1)Furkan Sahin-2/+2
2016-03-27Squash warning about uninitialized variableFurkan Sahin-1/+1
2016-03-26Update default config to suggest includeFurkan Sahin-0/+8
2016-03-26Merge pull request #546 from mikkeloscar/include-handle-dirFurkan Sahin-0/+6
Don't try to read config if not a file.
2016-03-26Don't try to read config if not a file.Furkan Sahin-0/+6
2016-03-26Merge pull request #544 from mikkeloscar/add-include-commandFurkan Sahin-39/+163
Add include command
2016-03-26Add config path to error msgFurkan Sahin-2/+2
2016-03-26Load correct config on reloadFurkan Sahin-1/+3
2016-03-26Document include commandFurkan Sahin-0/+4
2016-03-26Implement include commandFurkan Sahin-37/+155
The include command (`include <path>`) makes it possible to include sub config files from the main config file (or from within other sub config files). The include command uses the following rules for including config files: * the `path` can be either a full path or a path that is relative to the parent config. Shell expansion is supported, so it's possible to do `include ~/.config/sway.d/*`. * The same config file can only be included once (to prevent include cycles). If a config is included multiple times it will just be ignored after it has been included once. * Including a sub config file is the same as inserting the content of that file into the parent config, thus rules about overwriting bindsyms etc. works the same as for a single config. Implement #542
2016-03-25Update README.mdFurkan Sahin-2/+1
2016-03-25Update README.md packaging infoFurkan Sahin-3/+3
2016-03-25Fix link to PGP keyFurkan Sahin-1/+1
2016-03-25Merge pull request #543 from fluxchief/masterFurkan Sahin-74/+253
Add graphical feedback to swaylock (#526)
2016-03-25Add graphical feedback to swaylock (#526)Furkan Sahin-74/+253
2016-03-24Merge pull request #538 from nuew/display-imagesFurkan Sahin-38/+132
Add choice of display to --image.
2016-03-24Replace with in swaylockFurkan Sahin-6/+5
2016-03-24Merge branch 'master' into display-imagesFurkan Sahin-0/+5
2016-03-24Change 'display' to 'output' in swaylock error messages where necessaryFurkan Sahin-4/+4
2016-03-24Change 'display' to 'output' in swaylock docs where necessaryFurkan Sahin-9/+9
2016-03-24Add choice of display to --image.Furkan Sahin-37/+132
Additionally - Made background colors display when an image is enabled if a --color is specified. - Link CJson to swaylock. - Add the --socket option to swaylock.
2016-03-24CMake: add missing wlc include dir for common and swaygrabFurkan Sahin-0/+5
2016-03-24Merge pull request #537 from mikkeloscar/exit-on-config-missingFurkan Sahin-3/+8
Gracefully exit when config is not found
2016-03-24Gracefully exit when config is not foundFurkan Sahin-3/+8
This makes sure that sway will gracefully exit if the config is not found or sway is unable to read it.
2016-03-24Make the nvidia warning louderFurkan Sahin-0/+1
2016-03-24Merge pull request #536 from jcaesar/masterFurkan Sahin-0/+8
swaylock: Interpret XKB_KEY_BackSpace as a deletion instead of a normal key.
2016-03-24swaylock: Interpret XKB_KEY_BackSpace as a deletion instead of a normal key.Furkan Sahin-0/+8