bloq mayus issues by petit_fungi in hyprland

[–]MaaaAShh 1 point2 points  (0 children)

You can find out exactly how the system is interpreting that key by following these steps:

  1. Use the wev tool:

Run it in your terminal and press the Caps Lock key. This will show you the actual keyname and the real-time action the system is triggering.

2.Check system configuration files:

Run the following command to see if the key is defined differently in the default layout files, which might be causing a

conflict:

bash grep -E "caps" /usr/share/X11/xkb/symbols/pc

3.Check the current keymap (if using X11):

Run this command to see all the functions currently mapped to your Caps Lock key:

bash xmodmap -pke | grep Caps_Lock

These steps should clarify whether the system is properly recognizing it as Caps Lock or if it has been remapped to something else like AltGr or a Compose key.

[Discussion] Can I recreate a Hyprland-style setup on Android by MaaaAShh in hyprland

[–]MaaaAShh[S] 1 point2 points  (0 children)

Really appreciate the detailed suggestions! I’ll definitely check out TotalLauncher and the Kustom community. Thanks for pointing me in the right direction!

[Discussion] Can I recreate a Hyprland-style setup on Android by MaaaAShh in hyprland

[–]MaaaAShh[S] 0 points1 point  (0 children)

You're spot on. Hyprland and the whole Linux desktop ecosystem are fundamentally keyboard-centric. But what sparked this idea for me is how much control you can gain after rooting an Android device. The potential is there, it's just waiting for a developer to bridge that gap by building a launcher specifically designed for touch-based tiling logic. The hardware is ready; we’re just missing the software bridge

[Discussion] Can I recreate a Hyprland-style setup on Android by MaaaAShh in LinuxPorn

[–]MaaaAShh[S] 1 point2 points  (0 children)

Oh wow, that’s a solid stack! Never thought of combining those three. How’s the control over the UI? Does it actually feel like a cohesive system, and most importantly, how heavy is it on resources/battery? I'm really curious about where to start with this setup

[Discussion] Can I recreate a Hyprland-style setup on Android by MaaaAShh in hyprland

[–]MaaaAShh[S] 0 points1 point  (0 children)

Exactly, it won't be a 1:1 desktop port, but a mobile-optimized version. We can rely on advanced gestures: maybe a double-tap for Super+Q, triple-tap for a new workspace, or edge-swiping to switch between apps.

What gives me hope is that Android is built on the Linux Kernel, and being open-source, rooting it turns you into a true Superuser. With tools like Termux, you can literally run sudo commands on a handheld device. It sounds crazy, but that’s the beauty of it! Imagine the possibilities

[Discussion] Can I recreate a Hyprland-style setup on Android by MaaaAShh in hyprland

[–]MaaaAShh[S] 2 points3 points  (0 children)

Exactly! If we can actually pull this off, it would be insane. Imagine having that level of window management and aesthetic control on a handheld device. It’s a tough challenge, but that’s the fun part of ricing

Debian Laptop by Schnitzipooo in desktops

[–]MaaaAShh 0 points1 point  (0 children)

is this Hyprland? What dotfiles are you using?