From ed0d54cac2702bb3b952973b33ff2ede436dcfd4 Mon Sep 17 00:00:00 2001
From: Joshua Yun
Since wayland does not have support for xcape, we need to use interception with a plugin instead. -The following link goes over how to install and use the interception plugin.
+Since wayland does not have support for xcape, we need to use interception with a plugin instead.
+The following part goes over how to install and use the interception plugin.
These are the configurations for my setup:
/etc/interception/dual-function-keys/mappings.yml:
MAPPINGS:
@@ -860,6 +973,23 @@ The following link goes over how to install and use the interception plugin.
To get the device name: see the reference link.
References:
+keyd
+Example keyd config that maps all keyboards to caps lock single press escape, hold super key
+[ids]
+
+*
+
+[main]
+
+# Maps capslock to escape when pressed and control when held.
+capslock = overload(meta, esc)
+
+References:
+
+Multi-Monitor Hotplug
+Kanshi: a monitor hot plug program
+Multi-Monitor Tags for Hyprland
+
@@ -906,10 +1036,12 @@ The following link goes over how to install and use the interception plugin.
-
+
+
+
-
+