bluebyt

Results 45 comments of bluebyt

I am not able to reproduce the problem now, may its because Mesa Intel drivers update to version 24.0. I will continue to investigate.

I don't provide any installer, you have to know your way around on Linux system file. Maybe you can go on Wayfire dotfile and start to install wayfire, make sure...

This is just a guide I don't provide any installer, you need to do your research. A lot of package can be install by Arch and some other need to...

See the shortcut in config file $HOME/.config/wayfire.ini

I mentioned in the main page this guide is for Archlinux, you have to change the path according the distro you are using it.

I see, this is more a problem with Gnome applications then with the theme itself, I will try both solution and see which one is better, thanks for the quick...

@killown This script doesn't work. After I run it, I'm no longer able to switch the keyboard layout using the "Alt+Shift" shortcut as usual. I have to log out or...

Both script doesn't work for me. The first one does the same thing, after running it, the function xkb_layout stop to work: ``` #!/usr/bin/python3 from wayfire.ipc import WayfireSocket def cycle_keyboard_layout(sock):...

I tried to do a script for Ironbar to do that, I can change the current layout with this command: ``` hyprctl switchxkblayout logitech-craft next ``` But I cannot get...

The "--status" is working, but not "--toggle" ``` $airpod = { name = "airpod" type = "script" mode = "watch" interval = 2000 cmd = "~/.config/scripts/airpod3.sh --status" on_click = "!~/.config/scripts/airpod3.sh...