mirror of
https://github.com/swaywm/sway.git
synced 2025-04-04 03:17:46 +03:00
style
This commit is contained in:
parent
f6e002fb8b
commit
f5fde7c45c
9 changed files with 35 additions and 35 deletions
|
@ -11,7 +11,7 @@ enum swayc_types{
|
|||
C_WORKSPACE,
|
||||
C_CONTAINER,
|
||||
C_VIEW,
|
||||
//Keep last
|
||||
// Keep last
|
||||
C_TYPES,
|
||||
};
|
||||
|
||||
|
@ -22,7 +22,7 @@ enum swayc_layouts{
|
|||
L_STACKED,
|
||||
L_TABBED,
|
||||
L_FLOATING,
|
||||
//Keep last
|
||||
// Keep last
|
||||
L_LAYOUTS,
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue