mirror of
https://github.com/swaywm/sway.git
synced 2025-11-01 22:58:41 -04:00
Added in default_orientation handling
This commit is contained in:
parent
0a74364656
commit
acb3fbdfb5
5 changed files with 36 additions and 1 deletions
|
|
@ -5,6 +5,7 @@
|
|||
#include <wlc/wlc.h>
|
||||
#include <xkbcommon/xkbcommon.h>
|
||||
#include "list.h"
|
||||
#include "layout.h"
|
||||
|
||||
struct sway_variable {
|
||||
char *name;
|
||||
|
|
@ -42,6 +43,8 @@ struct sway_config {
|
|||
list_t *output_configs;
|
||||
struct sway_mode *current_mode;
|
||||
uint32_t floating_mod;
|
||||
enum swayc_layouts default_orientation;
|
||||
enum swayc_layouts default_layout;
|
||||
|
||||
// Flags
|
||||
bool focus_follows_mouse;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue