mirror of
https://github.com/swaywm/sway.git
synced 2025-11-08 13:29:50 -05:00
Adding commands for configuring titlebar borders and padding
This commit is contained in:
parent
77554f545e
commit
7555c7efdc
11 changed files with 133 additions and 41 deletions
|
|
@ -10,12 +10,6 @@
|
|||
struct sway_view;
|
||||
struct sway_seat;
|
||||
|
||||
#define TITLEBAR_BORDER_THICKNESS 1
|
||||
|
||||
// Padding includes titlebar border
|
||||
#define TITLEBAR_H_PADDING 3
|
||||
#define TITLEBAR_V_PADDING 4
|
||||
|
||||
enum sway_container_layout {
|
||||
L_NONE,
|
||||
L_HORIZ,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue