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
/
commands
/
bar
/
mode.c
Age
Commit message (
Expand
)
Author
2021-11-25
ipc: make `bar <bar_id> mode|hidden_state` behave as documented
Aleksei Bavshin
2019-09-04
swaybar: complete barconfig_update event handling
Brian Ashworth
2019-02-24
swaybar: add overlay mode (fix #1620)
Milkey Mouse
2019-02-10
fix double free for mode toggle if bar was invisible
Rouven Czerwinski
2019-01-21
Replace wlr_log with sway_log
M Stoeckl
2019-01-14
Remove now-unused "input" argument of cmd_results_new
M Stoeckl
2018-11-25
Replace _XOPEN_SOURCE with _POSIX_C_SOURCE
emersion
2018-10-23
commands: replace EXPECTED_LESS_THAN with EXPECTED_AT_MOST
Ian Fan
2018-10-14
commands: fix sending bar mode/hidden_state updates to all bars
Ian Fan
2018-07-09
Update for swaywm/wlroots#1126
emersion
2018-03-29
Clean up imported bar commands
Drew DeVault
2018-03-29
Add bar configuration commands
Drew DeVault
2017-11-18
Move everything to sway/old/
Drew DeVault
2017-03-10
UnGNUify the codebase
Drew DeVault
2016-09-02
merge in latest commits
Zandr Martin
2016-09-01
refactor commands.c
Zandr Martin