mirror of
https://codeberg.org/vyivel/dulcepan/
synced 2025-12-22 17:56:49 +02:00
Add customizable keybinds
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user