omarchy v3.1.4 update

This commit is contained in:
2025-10-28 14:59:26 -04:00
parent 9ea94deb54
commit b44eeb75eb
8 changed files with 82 additions and 33 deletions

View File

@@ -16,5 +16,7 @@ decorations = "None"
[keyboard]
bindings = [
{ key = "F11", action = "ToggleFullscreen" }
{ key = "F11", action = "ToggleFullscreen" },
{ key = "Insert", mods = "Shift", action = "Paste" },
{ key = "Insert", mods = "Control", action = "Copy" }
]