index
:
sway.git
master
fork of sway with action binder commands
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sway
/
config.c
Age
Commit message (
Expand
)
Author
2024-02-23
Define _POSIX_C_SOURCE globally
Simon Ser
2024-02-08
config: use format_str() instead of hand-rolled snprintf()
Simon Ser
2024-02-05
sway/config.c: only reset primary_selection at launch
Violet Purcell
2024-02-03
Drop old security config remnants
Simon Ser
2023-11-29
sway/config.c: use `memcpy()` for known buffer size
Sergei Trofimovich
2023-04-14
Use format_str() throughout
Simon Ser
2023-01-11
input: enable user xkb configs with cap_sys_nice
Ronan Pigott
2022-12-05
Add `primary_selection` config option
Aidan Dang
2022-07-01
Reject font values that are invalid for pango
Hugo Osvaldo Barrera
2022-05-30
sway: add bindgesture command
Florian Franzen
2021-12-10
Add focused_tab_title
Vsevolod
2021-10-29
Add smart_gaps inverse_outer command
bR3iN
2021-09-20
Drop hardcoded font metric values
Hugo Osvaldo Barrera
2021-09-20
Avoid unecessary font metric calculations
Hugo Osvaldo Barrera
2021-08-26
Use fixed titlebar heights
Hugo Osvaldo Barrera
2021-07-23
Fix crash when starting without HOME
Tobias Stoeckmann
2021-05-10
cairo: Replace <cairo/cairo.h> by <cairo.h>
Issam E. Maghni
2021-03-25
config: allow whitespaces in config path
columbarius
2021-01-17
Log when config file is not found
Simon Ser
2021-01-17
Raise verbosity of error message in load_main_config
Simon Ser
2020-07-07
Reload command now matches i3's implementation
Geoffrey Casper
2020-05-21
Remove code related to the security features
Érico Rolim
2020-04-04
config: fix unfocused text color
Thomas Hebb
2020-03-29
Change focus_on_window_activation default to urgent
Simon Ser
2020-02-11
config: fix validation exit code and log level
Brian Ashworth
2019-12-28
cmd_client_*: refactor duplicated code
Brian Ashworth
2019-12-04
config: apply input type configs on reload
Brian Ashworth
2019-11-27
config: improvements to the reload validation
Brian Ashworth
2019-11-04
smart_borders: separate smartness from edge types
Ronan Pigott
2019-11-01
Fix various memory leaks
lbonn
2019-10-31
Skip line continuation when it is a comment
Robert Günzler
2019-08-20
cmd_xwayland: add force for immediate launch
Brian Ashworth
2019-07-09
cmd_bindswitch: add option to execute on reload
Brian Ashworth
2019-06-19
config/xwayland: retain xwayland status on reload
Brian Ashworth
2019-06-12
bindings: defer while initiailizing
Brian Ashworth
2019-05-04
Destroy swaybg client on reload
Brian Ashworth
2019-04-26
config: fix clang warning
Konstantin Pospelov
2019-04-26
bindsym: change xkb_rule_names initialization
Konstantin Pospelov
2019-04-26
bindsym: consider xkb_rule_names for --to-code
Konstantin Pospelov
2019-04-26
bindsym: change default keymap for --to-code
Konstantin Pospelov
2019-04-26
config: simplify keysym translation fields
Konstantin Pospelov
2019-04-26
Implement bindsym --to-code
Konstantin Pospelov
2019-04-14
Implement input type configs (#3784)
Benjamin Cheng
2019-04-14
Spawn swaynag as a wayland client
Brian Ashworth
2019-04-04
swaybg: one instance for all outputs
Brian Ashworth
2019-03-19
Support WLR_INPUT_DEVICE_SWITCH in sway
Ryan Walklin
2019-02-24
add --i3 flag to hide_edge_borders
db
2019-02-24
Make load_include_configs void. Fix some cases where WD would not be restored.
Connor E
2019-02-16
Fix reload freeze when not modsetting current mode
Brian Ashworth
2019-02-11
fix misc memory leaks
Brian Ashworth
[next]