1
0
mirror of https://codeberg.org/vyivel/dulcepan/ synced 2025-12-22 17:56:49 +02:00

Add customizable keybinds

This commit is contained in:
Kirill Primak
2024-06-20 19:26:38 +03:00
parent 8e8cdf1f32
commit eba288479e
4 changed files with 27 additions and 9 deletions

View File

@@ -5,6 +5,7 @@
#include <stdbool.h>
#include <stddef.h>
#include <wayland-util.h>
#include <xkbcommon/xkbcommon.h>
// Per-output
#define DP_SWAPCHAIN_LEN 2
@@ -125,6 +126,8 @@ struct dp_config {
pixman_color_t unselected_color;
pixman_color_t selected_color;
pixman_color_t border_color;
xkb_keysym_t quit_key;
xkb_keysym_t save_key;
int border_size; // 0 if disabled
int png_compression;
bool quick_select;