From 70c0dd985d257dd0fa46aac17ee4bd7829e79e07 Mon Sep 17 00:00:00 2001 From: sternenseemann <0rpkxez4ksa01gb3typccl0i@systemli.org> Date: Mon, 17 May 2021 15:45:41 +0200 Subject: machines/sternenseemann/wolfgang: disable ctrl+shift+e urlselect foot has this feature natively now using ctrl+shift+u. --- machines/sternenseemann/desktop-sway.nix | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) (limited to 'machines') diff --git a/machines/sternenseemann/desktop-sway.nix b/machines/sternenseemann/desktop-sway.nix index ea1f4483..2494210f 100644 --- a/machines/sternenseemann/desktop-sway.nix +++ b/machines/sternenseemann/desktop-sway.nix @@ -11,8 +11,7 @@ let tep ; - bins = (getBins pkgs.xurls [ "xurls" ]) - // (getBins pkgs.bemenu [ "bemenu" "bemenu-run" ]) + bins = (getBins pkgs.bemenu [ "bemenu" "bemenu-run" ]) // (getBins tep [ "tep" ]) // (getBins pkgs.grim [ "grim" ]) // (getBins pkgs.slurp [ "slurp" ]) @@ -80,15 +79,6 @@ in font-increase = "Control+Shift+b"; font-decrease = "Control+Shift+t"; font-reset = "Control+Shift+0"; - pipe-visible = { - bind = "Control+Shift+e"; - cmd = ''sh -c "${lib.concatStringsSep " | " [ - bins.xurls - "tac" - "${bins.bemenu} -l 10" - "xargs -r $BROWSER" - ]}"''; - }; }; mouse-bindings = { -- cgit 1.4.1