From 972768c21aae20295bcb91c37bcf95ae3b0262ef Mon Sep 17 00:00:00 2001 From: Vidhu Kant Sharma Date: Sat, 10 May 2025 19:56:13 +0530 Subject: patched dwm-bar-height-6.2.diff --- config.def.h | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'config.def.h') diff --git a/config.def.h b/config.def.h index 8051317..c128ea2 100644 --- a/config.def.h +++ b/config.def.h @@ -2,6 +2,7 @@ static const unsigned int borderpx = 2; static const unsigned int snap = 32; static const int showbar = 1; static const int topbar = 1; +static const int user_bh = 32; static const char *fonts[] = { "Noto Sans:size=16" }; static const unsigned int gappx = 8; static const char col_gray1[] = "#222222"; @@ -103,10 +104,10 @@ static const Key keys[] = { /* move floating windows from the keyboard */ - { MODKEY|ControlMask, XK_up, movekeyboard_y, {.i = -20}}, - { MODKEY|ControlMask, XK_down, movekeyboard_y, {.i = 20}}, - { MODKEY|ControlMask, XK_left, movekeyboard_x, {.i = -20}}, - { MODKEY|ControlMask, XK_right, movekeyboard_x, {.i = 20}}, + { MODKEY|ControlMask, XK_Up, movekeyboard_y, {.i = -20}}, + { MODKEY|ControlMask, XK_Down, movekeyboard_y, {.i = 20}}, + { MODKEY|ControlMask, XK_Left, movekeyboard_x, {.i = -20}}, + { MODKEY|ControlMask, XK_Right, movekeyboard_x, {.i = 20}}, /* modify gaps on runtime */ { MODKEY, XK_minus, setgaps, {.i = -1 } }, -- cgit v1.2.3