mirror of
https://codeberg.org/dwl/dwl.git
synced 2026-04-05 07:15:31 -04:00
apply kblayout patch
This commit is contained in:
parent
bd0503927b
commit
035bc3b1a1
2 changed files with 72 additions and 1 deletions
|
|
@ -47,6 +47,12 @@ static const char kblayout_file[] = "/tmp/dwl-keymap";
|
|||
static const char *kblayout_cmd[] = {"pkill", "-RTMIN+1", "someblocks", NULL};
|
||||
static const int kblayout_perclient = 0;
|
||||
|
||||
/* keyboard layout change notification for status bar */
|
||||
/* example using someblocks:
|
||||
static const char kblayout_file[] = "/tmp/dwl-keymap";
|
||||
static const char *kblayout_cmd[] = {"pkill", "-RTMIN+1", "someblocks", NULL};
|
||||
*/
|
||||
|
||||
static const Rule rules[] = {
|
||||
/* app_id title tags mask isfloating opacity monitor */
|
||||
// { "firefox", NULL, 1 << 8, 0, -1, -1 },
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue