From 84c351f8fca3989bb1dd6bdc4bc22c7fc1617674 Mon Sep 17 00:00:00 2001 From: ElnuDev Date: Thu, 25 May 2023 11:38:34 -0700 Subject: [PATCH] Revert "i3: disable middle mouse paste" This reverts commit 015a277c4774fdb6ca421d12b778b2f5b5890d08. --- modules/i3/default.nix | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/modules/i3/default.nix b/modules/i3/default.nix index a6fc8c4..08c06e2 100644 --- a/modules/i3/default.nix +++ b/modules/i3/default.nix @@ -10,19 +10,8 @@ in with theme.colors; { wmctrl # For rofi power menu xborders # Active window borders maim xdotool unclutter # Active window screenshots - xbindkeys xsel xdotool # Disable middle mouse paste ]; - home.file = { - # Disable middle mouse paste - # May require running xbindkeys -p first time after rebuild - # https://unix.stackexchange.com/a/277488 - ".xbindkeysrc".text = '' - "echo -n | xsel -n -i; pkill xbindkeys; xdotool click 2; xbindkeys" - b:2 + Release - ''; - }; - # Screenshots services.flameshot = { enable = true;