diff --git a/hypr/.config/hypr/hosts/uconsole.conf b/hypr/.config/hypr/hosts/uconsole.conf index 46e19fa..733fc9b 100644 --- a/hypr/.config/hypr/hosts/uconsole.conf +++ b/hypr/.config/hypr/hosts/uconsole.conf @@ -12,6 +12,18 @@ monitor=DSI-2, 720x1280, 0x0, 1, transform, 1 env = WLR_NO_HARDWARE_CURSOR,1 +#################### +### KEYBOARD ### +#################### + +# The key with the house icon (between Fn and left Alt) IS Super_L. +# On uConsole: that bottom-row key left of spacebar = SUPER. +# If it doesn't work, use ALT instead: +# $mainMod = ALT (affects ALL binds below) +# +# Additional ALT bindings for convenience (work alongside SUPER): +# Note: SUPER+KEY and ALT+KEY both trigger the same action + #################### ### WORKSPACES ### ####################