From 026a293f1e0c6a3f55bbd96dc2cb96b2fa848d90 Mon Sep 17 00:00:00 2001 From: ElnuDev Date: Fri, 15 Dec 2023 21:08:29 -0800 Subject: [PATCH] Re-enable middle mouse paste --- modules/i3/default.nix | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/modules/i3/default.nix b/modules/i3/default.nix index 810c407..bf1b520 100644 --- a/modules/i3/default.nix +++ b/modules/i3/default.nix @@ -10,7 +10,7 @@ in with theme.colors; { wmctrl # For rofi power menu xborders # Active window borders maim xdotool unclutter # Active window screenshots - xsel # Disable middle mouse paste + #xsel # Disable middle mouse paste ]; # Screenshots @@ -89,6 +89,7 @@ in with theme.colors; { always = true; notification = false; } + /* { # Disable middle mouse paste # https://unix.stackexchange.com/a/501445 @@ -99,6 +100,7 @@ in with theme.colors; { always = true; notification = false; } + */ ]; keybindings = lib.mkOptionDefault { "${mod}+Return" = "exec kitty";