From 99e0a8343f88ebc684046f3ec5737681a817f9af Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Sun, 25 May 2025 11:46:40 +0100 Subject: [PATCH] Add keybinds to execute common command-line tools --- home/opdavies/t480.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/home/opdavies/t480.nix b/home/opdavies/t480.nix index bcfe5f11..1ecfe3c5 100644 --- a/home/opdavies/t480.nix +++ b/home/opdavies/t480.nix @@ -115,6 +115,7 @@ keybindings = { "{_,shift + ,super + }XF86MonBrightness{Down,Up}" = "${lib.getExe pkgs.brightnessctl} set {5%-,10%-,10%,+5%,+10%,100%}"; + "super + x; {1,2,3}" = "st {newsboat,nmtui,bluetuith"; }; }; }