about summary refs log tree commit diff stats
path: root/hosts/apzu/default.nix
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--hosts/apzu/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/hosts/apzu/default.nix b/hosts/apzu/default.nix
index e0418587..639f70ef 100644
--- a/hosts/apzu/default.nix
+++ b/hosts/apzu/default.nix
@@ -79,11 +79,11 @@
               "<Meta+Shift-0>" = {command = ["set-view-tags" (builtins.toString ((baseLib.pow 2 32) - 1))];};
 
               # Mouse
-              "<MOUSE_LEFT>" = {
+              "<Meta-<MOUSE_LEFT>>" = {
                 command = ["move-view"];
                 map_mode = "MapMouse";
               };
-              "<MOUSE_RIGHT>" = {
+              "<Meta-<MOUSE_RIGHT>>" = {
                 command = ["resize-view"];
                 map_mode = "MapMouse";
               };