mirror of
https://github.com/swaywm/sway.git
synced 2026-04-29 06:46:22 -04:00
removed binding mode state variable from bar config
This commit is contained in:
parent
904f004bc9
commit
b23fd02fb6
1 changed files with 0 additions and 7 deletions
|
|
@ -116,13 +116,6 @@ struct bar_config {
|
||||||
*
|
*
|
||||||
* In "show" mode, it will always be shown on top of the active workspace.
|
* In "show" mode, it will always be shown on top of the active workspace.
|
||||||
*/
|
*/
|
||||||
char *mode;
|
|
||||||
/**
|
|
||||||
* Current keybinding mode
|
|
||||||
*
|
|
||||||
* Names should probably be reworked at some point, but I'm keeping it for now
|
|
||||||
* Don't think this does anything at the moment
|
|
||||||
*/
|
|
||||||
char *hidden_state;
|
char *hidden_state;
|
||||||
/**
|
/**
|
||||||
* Id name used to identify the bar through IPC.
|
* Id name used to identify the bar through IPC.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue