JaKooLit / Debian-Hyprland

Automated Hyprland installer for Debian 13 Trixie and Debian SID (unstable)
GNU General Public License v3.0
682 stars 64 forks source link

Key bindings not working #33

Closed Adi1912-pro closed 4 months ago

Adi1912-pro commented 7 months ago

I have installed the hyprland (on UBUNTU 23.1) as per the instructions and after successful installation some keybindings do not work, unable to edit keybindings and also app launcher doesn't show up.

Some of the key bindings that do not work are:-

  1. Super key + W
  2. super key (stand alone)
  3. super key + E
  4. super key + D
JaKooLit commented 7 months ago

quite possibly rofi-wayland was not installed properly

Adi1912-pro commented 7 months ago

Is there any solution to resolve this issue ?

JaKooLit commented 4 months ago

have you tried re-running the script?

Adi1912-pro commented 4 months ago

I have reinstalled hyperland multiple times by formating the disk and then installed it on fresh ubuntu 23.1. But same error every time.

JaKooLit commented 4 months ago

https://github.com/JaKooLit/Debian-Hyprland/commit/c19b76fb01e63dd5b2eec26e772a20d5508327e9

I have updated to latest Hyprland v0.39.1

however, it does not work with 23.10 anymore. Will work on Ubuntu 24.04 LTS though

l3ifk commented 3 months ago

I just installed hyprland with this script in Ubuntu 24.04LTS and have the same issue... is there a way to install missing packages manually?

JaKooLit commented 3 months ago

did you use the ubuntu branch?

l3ifk commented 3 months ago

yes just like it's mentioned in the docs

JaKooLit commented 3 months ago

yes just like it's mentioned in the docs

just to be clear, you logout and then choose Hyprland on login manager? Just covering basic here since Ive seen on occasion they start Hyprland on tty while running Ubuntu-Gnome

l3ifk commented 3 months ago

Yeah of course. I also did an update and reboot. I can't close windows other than the key binding window and cant even open the app launcher along with many other bindings

JaKooLit commented 3 months ago

can you attach a screeenshot?

l3ifk commented 3 months ago

I'm sorry if it is obvious, but what do you want a screenshot of?

l3ifk commented 3 months ago

I uninstalled hyprland with sudo make uninstall inside the 'Hyprland' folder and then rerun the script. Now it works better but still no keybinds... For example touchpad gestures for Workspace switching work now and I can resize windows, which was not possible before. Still not App Launcher or Wallpaper choosing etc. Edit: Closing windows with ESC also does not work

JaKooLit commented 3 months ago

I'm sorry if it is obvious, but what do you want a screenshot of?

your whole screen...

im just trying to grasp the situation

l3ifk commented 3 months ago

Screenshot_27-May_22-47-33_4496

JaKooLit commented 3 months ago

open kitty (Super enter) and then type this

rofi -show drun -modi drun,filebrowser,run,window

any output? error?

l3ifk commented 3 months ago

yeah the error was that rofi was not installed. After installing it, it works now thanks! Is rofi not a part of the install script?

Edit: Can't close windows still with ESC Edit2: Nevermind Super+Q quits windows... That means it works now But Super+W does not open the wallpaper menu

JaKooLit commented 3 months ago

you should install rofi-wayland

rofi can be use but you will have some issues

rofi-wayland is included in the install-script

JaKooLit commented 3 months ago

https://github.com/JaKooLit/Debian-Hyprland/blob/Ubuntu-24.04-LTS/install-scripts/rofi-wayland.sh

l3ifk commented 3 months ago

okay thanks

l3ifk commented 3 months ago

Ah I see the problem is there the package is not available and that's why the script couldn't install it E: Unable to locate package rofi-wayland

JaKooLit commented 3 months ago

Ah I see the problem is there the package is not available and that's why the script couldn't install it E: Unable to locate package rofi-wayland

you need to manually compile it...

Debian / Ubuntu dont have it in their repo

https://github.com/lbonn/rofi

l3ifk commented 3 months ago

sorry to bother you, rofi works now thank you for your help! I just have a question what part is responsible for the wallpaper selector since it still is unavailable and I couldn't figure out which command would launch it

JaKooLit commented 3 months ago

kindly review contents of directories inside

~/.config/hypr

I have also created a small wiki

https://github.com/JaKooLit/Hyprland-Dots/wiki

in which this link is in the readme