From 9e4b2aff9242c3e72c714c3bf01c670b576e6627 Mon Sep 17 00:00:00 2001 From: Simon Ruderich Date: Sun, 9 Feb 2020 23:22:37 +0100 Subject: [PATCH] herbstluftwm/autostart: add bindings to run programs and select windows --- x11/herbstluftwm/autostart | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/x11/herbstluftwm/autostart b/x11/herbstluftwm/autostart index a9d530f..a077e31 100755 --- a/x11/herbstluftwm/autostart +++ b/x11/herbstluftwm/autostart @@ -70,6 +70,10 @@ hc keybind $mod-Shift-q quit # Lock the screen. hc keybind $mod-z spawn "$HOME/.xlockscreen" lock +# Run programs/select windows +hc keybind $mod-t spawn rofi -show run +hc keybind $mod-g spawn rofi -show window + # Tag key bindings. Create tags 1 to 0 with bindings to switch and move # windows to them. hc rename default 1 2>/dev/null || true -- 2.43.2