mirror of
https://github.com/swaywm/sway.git
synced 2025-11-01 22:58:41 -04:00
Change how security config is loaded
This commit is contained in:
parent
14d9200e4e
commit
1172566d4e
9 changed files with 37 additions and 57 deletions
|
|
@ -373,4 +373,9 @@ struct bar_config *default_bar_config(void);
|
|||
*/
|
||||
extern struct sway_config *config;
|
||||
|
||||
/**
|
||||
* Config file currently being read.
|
||||
*/
|
||||
extern const char *current_config_path;
|
||||
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue