about summary refs log tree commit diff
diff options
context:
space:
mode:
authorsternenseemann <0rpkxez4ksa01gb3typccl0i@systemli.org>2021-05-17 15:45:41 +0200
committersternenseemann <0rpkxez4ksa01gb3typccl0i@systemli.org>2021-05-23 22:26:51 +0200
commit70c0dd985d257dd0fa46aac17ee4bd7829e79e07 (patch)
tree552872042db26b8ea628ae82b99b48c98972753a
parent9ca41938857bb5aa6066eb6b52639c6f6cb7f5c4 (diff)
machines/sternenseemann/wolfgang: disable ctrl+shift+e urlselect
foot has this feature natively now using ctrl+shift+u.
-rw-r--r--machines/sternenseemann/desktop-sway.nix12
1 files changed, 1 insertions, 11 deletions
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 = {