aboutsummaryrefslogtreecommitdiffstats
path: root/include/sway/config.h
Commit message (Collapse)AuthorAge
* remove unused attachment configLibravatar Tony Crisci2018-04-02
|
* Implement focus_follows_mouseLibravatar Drew DeVault2018-03-31
| | | | | | | Also contains two other small changes: - Clicking any button will focus the container clicked (not just left) - Remove seamless_mouse (doesn't make sense on wlroots)
* Merge remote-tracking branch 'origin/wlroots' into swaybar-layersLibravatar Drew DeVault2018-03-30
|\
| * Revert "Merge pull request #1653 from swaywm/revert-1647-refactor-tree"Libravatar Tony Crisci2018-03-29
| | | | | | | | | | This reverts commit 472e81f35d689d67cda241acafda91c688d61046, reversing changes made to 6b7841b11ff4cd35f54d69dc92029855893e5ce0.
| * Revert "Refactor tree"Libravatar Drew DeVault2018-03-29
| |
| * rename container functionsLibravatar Tony Crisci2018-03-29
| |
| * remove swayc_t typedefLibravatar Tony Crisci2018-03-29
| |
| * move tree includes to their own directoryLibravatar Tony Crisci2018-03-29
| |
* | Spawn swaybars when outputs are addedLibravatar Drew DeVault2018-03-29
| |
* | Add swaybg_commandLibravatar Drew DeVault2018-03-29
| |
* | Move bar config into its own fileLibravatar Drew DeVault2018-03-29
| |
* | Implement enough IPC for swaybar to workLibravatar Drew DeVault2018-03-29
| |
* | Start port of swaybar to layer shellLibravatar Drew DeVault2018-03-29
|/ | | | | | This starts up the event loop and wayland display and shims out the basic top level rendering concepts. Also includes some changes to incorporate pango into the 1.x codebase properly.
* Merge pull request #1574 from acrisci/config-refactorLibravatar emersion2018-01-22
|\ | | | | Command criteria
| * basic command criteriaLibravatar Tony Crisci2018-01-20
| |
| * add kill commandLibravatar Tony Crisci2018-01-20
| |
| * seat config handler contextLibravatar Tony Crisci2018-01-20
| |
| * input config handler contextLibravatar Tony Crisci2018-01-20
| |
* | copy config references for input and seatLibravatar Tony Crisci2018-01-17
|/
* config: add 'set' commandLibravatar Dominique Martinet2018-01-05
|
* Merge pull request #1539 from acrisci/bindingsLibravatar Drew DeVault2018-01-04
|\ | | | | Bindings
| * Merge branch 'wlroots' into bindingsLibravatar Tony Crisci2018-01-04
| |\
| * | binding configLibravatar Tony Crisci2017-12-27
| | |
* | | Allow to configure outputs by their identifierLibravatar emersion2017-12-29
| |/ |/|
* | Refactor output command, add output enableLibravatar emersion2017-12-27
|/
* Merge branch 'wlroots' into feature/inputLibravatar Tony Crisci2017-12-18
|\
| * Add support for fractional output scaleLibravatar emersion2017-12-18
| |
* | seat fallback configLibravatar Tony Crisci2017-12-17
| |
* | rename config apply cmdsLibravatar Tony Crisci2017-12-16
| |
* | Merge branch 'wlroots' into feature/inputLibravatar Tony Crisci2017-12-16
|\|
| * Update output container box in event handlerLibravatar emersion2017-12-12
| |
| * Add new_output_config, update root container size on output hotplugLibravatar emersion2017-12-06
| |
| * Init, merge output config params, use wlr_output_layoutLibravatar emersion2017-12-06
| |
| * Add output configLibravatar emersion2017-12-06
| |
* | xkb configLibravatar Tony Crisci2017-12-15
| |
* | basic configurationLibravatar Tony Crisci2017-12-14
| |
* | seat configurationLibravatar Tony Crisci2017-12-12
| |
* | sway input deviceLibravatar Tony Crisci2017-12-12
|/
* Remove wlc includesLibravatar emersion2017-12-05
|
* Add minimal config subsystemLibravatar emersion2017-12-05
|
* Move everything to sway/old/Libravatar Drew DeVault2017-11-18
|
* Rework get_clipboard implementationLibravatar nyorain2017-07-07
|
* Implement ipc get_clipboardLibravatar nyorain2017-07-07
|
* Implement Tray IconsLibravatar Calvin Lee2017-06-07
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This commit implements the StatusNotifierItem protocol, and enables swaybar to show tray icons. It also uses `xembedsniproxy` in order to communicate with xembed applications. The tray is completely optional, and can be disabled on compile time with the `enable-tray` option. Or on runtime with the bar config option `tray_output none`. Overview of changes: In swaybar very little is changed outside the tray subfolder except that all events are now polled in `event_loop.c`, this creates no functional difference. Six bar configuration options were added, these are detailed in sway-bar(5) The tray subfolder is where all protocol implementation takes place and is organised as follows: tray/sni_watcher.c: This file contains the StatusNotifierWatcher. It keeps track of items and hosts and reports when they come or go. tray/tray.c This file contains the StatusNotifierHost. It keeps track of sway's version of the items and represents the tray itself. tray/sni.c This file contains the StatusNotifierItem struct and all communication with individual items. tray/icon.c This file implements the icon theme protocol. It allows for finding icons by name, rather than by pixmap. tray/dbus.c This file allows for asynchronous DBus communication. See #986 #343
* Implement no_focusLibravatar Drew DeVault2017-04-26
| | | | Ref #2
* Impliment i3-style marksLibravatar Calvin Lee2017-04-03
| | | | | | | | This commit adds three commands to sway: `show_marks`, `mark` and `unmark`. Marks are displayed right-aligned in the window border as i3 does. Marks may be found using criteria. Fixes #1007
* Read configs from /etc/sway/security.d/*Libravatar Drew DeVault2017-02-20
|
* Add * policies and fix bugLibravatar Drew DeVault2017-02-20
|
* Add initial support code for new IPC securityLibravatar Drew DeVault2017-02-20
|
* Implement hide_edge_borders smart (like in i3 4.13)Libravatar Frantisek Fladung2017-01-12
|