logo

dotfiles

My dotfiles, one branch per machine, rebased on base
commit: d6eab7b42f0128764cf3ad29ed27a852f14c4528
parent: 538586cee8b4a60e67e6d9bed528f406334f9fdd
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