hellium6
hellium6
Just also tried **Textadept 11.2 beta 3 (12 Jun 2021)** `gmake deps` gave me a slight hiccup: ``` inflating: scintilla/curses/scinterm-f8980f045c16b79b6d7b83c06db2c6195e89e3e6/jinx/jinx.c creating: scintilla/curses/scinterm-f8980f045c16b79b6d7b83c06db2c6195e89e3e6/patches/ inflating: scintilla/curses/scinterm-f8980f045c16b79b6d7b83c06db2c6195e89e3e6/patches/02-caretstyle_curses.patch make -C scintilla/curses patch *** Parse...
> Imo this is not an ideal approach, as it would require the Desktop app to emit system-wide keyboard events.. right? > > Why not simply do the same with...
> @hellium6 Have you tried this? https://stackoverflow.com/a/67842921/966338 I tried running `export DISPLAY=$(cat /etc/resolv.conf | grep nameserver | awk '{print $2}'):0` and then running the appimage but got the same error....
I was able to make it work on both X11 and Wayland with this trick: ```sh mkdir -p /tmp/bc-mod cp Buttercup-linux-x86_64.AppImage /tmp/bc-mod/Buttercup-linux-x86_64.AppImage cd /tmp/bc-mod "./Buttercup-linux-x86_64.AppImage" --appimage-extract cd squashfs-root ``` I...
If this is too much work, try passing the .appimage file to this script: https://gist.github.com/hellium6/fd90d75002e98befa29492ecdf9e42ed This way: ```sh wayland-mod.sh /path/to/buttercup.appimage ``` It will automatically apply the modification, re-create the appimage...
I just started using sfwbar, so have no understanding what might be best. Looking forward to the feature.
Sorry for late. I was surprised to see that there is no sfwbar-git AUR package. I had to [make one myself](https://gist.github.com/hellium6/3debde05e046842d3417ca8bdb02a983). Although disclaimer, I'm not experienced with AUR packaging. I'm...
Thanks. It works now. Thanks for implementing this in a short time. The changes I made: ``` taskbar "target" { ... button { ... #action = Function "ShowDesktop" action[0] =...
I'm using labwc 0.5.3-1 from AUR.
@LBCrion > Would you mind posting your full config, so I can check if I'm missing anything? Sure, no problem. I tried to copy from `/usr/share/sfwbar/sfwbar.config` to `~/.config/sfwbar/sfwbar.config` and put...