logo

dotfiles

My dotfiles, one branch per machine, rebased on base
commit: 4ec130fbe6bc5055054150b1f62e912ac5f4416b
parent: 730e21ac6ea503a7b931891ffb6ce060bc2b2294
Author: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
Date:   Thu, 23 Apr 2020 05:30:22 +0200

hikari.conf: action-run

Diffstat:

M.config/hikari/hikari.conf2++
1 file changed, 2 insertions(+), 0 deletions(-)

diff --git a/.config/hikari/hikari.conf b/.config/hikari/hikari.conf @@ -47,6 +47,7 @@ actions { shell = "st" cage = "cage -- st" web = "badwolf" + run = "dmenu_run" } bindings { @@ -145,6 +146,7 @@ bindings { "L+Return" = action-shell "LS+Return" = action-cage "LA+Return" = action-web + "L+p" = action-run "CA+F1" = vt-switch-to-1 "CA+F2" = vt-switch-to-2