Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-01-05 | config: add 'set' command | Dominique Martinet | |
2018-01-04 | Merge pull request #1539 from acrisci/bindings | Drew DeVault | |
Bindings | |||
2018-01-04 | Merge branch 'wlroots' into bindings | Tony Crisci | |
2017-12-29 | Allow to configure outputs by their identifier | emersion | |
2017-12-27 | Refactor output command, add output enable | emersion | |
2017-12-27 | binding config | Tony Crisci | |
2017-12-18 | Merge branch 'wlroots' into feature/input | Tony Crisci | |
2017-12-18 | Add support for fractional output scale | emersion | |
2017-12-17 | seat fallback config | Tony Crisci | |
2017-12-16 | rename config apply cmds | Tony Crisci | |
2017-12-16 | Merge branch 'wlroots' into feature/input | Tony Crisci | |
2017-12-15 | xkb config | Tony Crisci | |
2017-12-14 | basic configuration | Tony Crisci | |
2017-12-12 | Update output container box in event handler | emersion | |
2017-12-12 | seat configuration | Tony Crisci | |
2017-12-12 | sway input device | Tony Crisci | |
2017-12-06 | Add new_output_config, update root container size on output hotplug | emersion | |
2017-12-06 | Init, merge output config params, use wlr_output_layout | emersion | |
2017-12-06 | Add output config | emersion | |
2017-12-05 | Remove wlc includes | emersion | |
2017-12-05 | Add minimal config subsystem | emersion | |
2017-11-18 | Move everything to sway/old/ | Drew DeVault | |
2017-07-07 | Rework get_clipboard implementation | nyorain | |
2017-07-07 | Implement ipc get_clipboard | nyorain | |
2017-06-07 | Implement Tray Icons | Calvin Lee | |
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 | |||
2017-04-26 | Implement no_focus | Drew DeVault | |
Ref #2 | |||
2017-04-03 | Impliment i3-style marks | Calvin Lee | |
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 | |||
2017-02-20 | Read configs from /etc/sway/security.d/* | Drew DeVault | |
2017-02-20 | Add * policies and fix bug | Drew DeVault | |
2017-02-20 | Add initial support code for new IPC security | Drew DeVault | |
2017-01-12 | Implement hide_edge_borders smart (like in i3 4.13) | Frantisek Fladung | |
2016-12-17 | Change how security config is loaded | Drew DeVault | |
2016-12-02 | Add ipc connection feature policy controls | Drew DeVault | |
2016-12-02 | Enforce IPC security policy | Drew DeVault | |
2016-12-02 | Add IPC policy to config | Drew DeVault | |
Also reduces enum abuse, cc @minus7 | |||
2016-12-01 | Implement policy lookups | Drew DeVault | |
2016-12-01 | Add config related code and initial headers | Drew DeVault | |
2016-11-02 | change bar colors from char[10] to *char | D.B | |
This commit removes has_* booleans from bar color struct. It also generalizes of functions in commands/bar/colors.c. | |||
2016-11-02 | add bar colours for focused_(workspace|statusline|separator) | D.B | |
If these aren't defined in config, color settings without 'focused_' prefix are used as a fallback. | |||
2016-11-02 | use urgent_ws color in swaybar if binding_mode is undefined | D.B | |
2016-10-25 | Add left_handed support for input devices | Michał Winiarski | |
Some users may want to switch buttons on their input devices, turns out libinput already supports it. Let's add a support for it in our config. Signed-off-by: Michał Winiarski <knr@hardline.pl> | |||
2016-10-07 | add force_focus_wrapping option | D.B | |
2016-09-01 | Reorganize includes | Drew DeVault | |