From 8c4d4b911c5667b2d5231d06a028b2c54141f8ff Mon Sep 17 00:00:00 2001 From: depsterr Date: Sun, 15 Sep 2024 19:52:52 +0200 Subject: [PATCH] fix --- home-manager/plasma.nix | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/home-manager/plasma.nix b/home-manager/plasma.nix index 9c7ee5a..d8e48d6 100644 --- a/home-manager/plasma.nix +++ b/home-manager/plasma.nix @@ -21,20 +21,20 @@ hotkeys.commands."eye" = { name = "eye zoom"; - key = "Alt+PageUp"; + key = "Alt+PgUp"; command = "${extra.eyezoom} eye"; }; hotkeys.commands."default" = { name = "default zoom"; - key = "Alt+PageDown"; + key = "Alt+PgDown"; command = "${extra.eyezoom} default"; }; hotkeys.commands."thin" = { name = "thin zoom"; - key = "Alt+Home"; - command = "${extra.eyezoom} eye"; + key = "Alt+End"; + command = "${extra.eyezoom} tiktok"; }; hotkeys.commands."cpypsk" = {