mirror of
https://github.com/semere-meb/dotfiles-nix.git
synced 2026-08-03 10:24:36 +00:00
niri configuration added
This commit is contained in:
parent
0a4fb0c4d3
commit
6f3c035316
6 changed files with 178 additions and 9 deletions
|
|
@ -118,7 +118,7 @@ static const enum libinput_config_tap_button_map button_map = LIBINPUT_CONFIG_TA
|
|||
/* commands */
|
||||
static const char *termcmd[] = { "foot", NULL };
|
||||
static const char *browsercmd[] = { "zen-beta", NULL };
|
||||
static const char *menucmd[] = { "wmenu-run", NULL };
|
||||
static const char *menucmd[] = { "fuzzel", NULL };
|
||||
|
||||
static const char *volup[] = { "pamixer", "-i", "5", NULL };
|
||||
static const char *voldown[] = { "pamixer", "-d", "5", NULL };
|
||||
|
|
@ -136,7 +136,7 @@ const Key keys[] = {
|
|||
|
||||
{ 0, XF86XK_MonBrightnessUp, spawn, {.v = brightup} },
|
||||
{ 0, XF86XK_MonBrightnessDown, spawn, {.v = brightdown} },
|
||||
{ 0, XKB_KEY_Print, spawn, SHCMD("grim -g \"$(slurp)\" - | wl-copy") },
|
||||
/* { 0, XKB_KEY_Print, spawn, SHCMD("grim -g \"$(slurp)\" - | wl-copy") }, */
|
||||
|
||||
{ MODKEY, XKB_KEY_p, spawn, {.v = menucmd} },
|
||||
{ MODKEY, XKB_KEY_w, spawn, {.v = browsercmd} },
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue