12 May 2020 |
zimbi | [201~#1793d1" --tf "333333" --fn "pango:Ärzte Sans Mono Roman 12" --no-overlap' --term="sakura" --no-generic --display-binary | 14:39:30 |
zimbi | [201~#1793d1" --tf "333333" --fn "pango:Ärzte Sans Mono Roman 12" --no-overlap' --term="sakura" --no-generic --display-binary | 14:39:30 |
zimbi | In reply to @lorenb:matrix.org
Well, I figured out the keybindings by now by looking at the config file, but I can't seem to get dmenu to show up when i press $MOD-d I'm using j4-dmenu-desktop with bemenu, this is how configured this in my config file: ary | 14:39:40 |
zimbi | sorry something with copy/paste should read set $menuj4-dmenu-desktop --dmenu='bemenu -i -l 10 --scrollbar --scb"mycolor" --scf"myothercolor" --hb"morecolor" --hf"colorfull" --tb"" -tf.... | 14:43:17 |
zimbi | then you need a line bindsym $mod+d exec $menu | 14:44:08 |
zimbi | alternativly you can use wofi, which has some more eyecandy and easier to setup | 14:50:02 |
lorenb | OK thanks for the info | 15:18:26 |
lorenb | zimbi: Where can i find wofi? | 15:19:12 |
@duncanturk:synapse.duncanturk.com | I can confirm that wofi is easy to use, I have bindsym $mod+d exec --no-startup-id wofi -iS drun,run in my config | 16:39:43 |
@duncanturk:synapse.duncanturk.com | In reply to @lorenb:matrix.org
zimbi: Where can i find wofi? not sure how to install on ubuntu, only using sway on arch | 16:40:10 |
zimbi | In reply to @duncanturk:synapse.duncanturk.com not sure how to install on ubuntu, only using sway on arch per the info on the home page Ubunutu focal has wofi packaged in universe: https://hg.sr.ht/~scoopta/wofi | 18:02:56 |
14 May 2020 |
| lorenb left the room. | 01:30:26 |
15 May 2020 |
zimbi | just replaced lightdm with greeterd, which was the last application depending on xorg-xserver :-) | 11:26:32 |
m-hugo | where's greeterd ? | 11:56:41 |
zimbi | sorry it's greetd, installed from AUR, here's the link to the project: https://git.sr.ht/~kennylevinsen/greetd | 15:24:56 |
19 May 2020 |
| zimbi left the room. | 20:03:02 |
| zimbi joined the room. | 20:06:01 |
| zimbi left the room. | 20:06:17 |
21 May 2020 |
| logan12358 joined the room. | 22:47:17 |
23 May 2020 |
| tamz joined the room. | 16:05:38 |
| quantized joined the room. | 19:43:54 |
24 May 2020 |
| zimbi joined the room. | 12:43:10 |
zimbi | hi there, just noticed that my environment variables were not set correctly and qutebrowser is running under xwayland. However, when I set QT_QPA_PLATFORM=wayland-egl rendering is very sluggish and it always shows black blocks. Any ideas about this? | 12:44:43 |
@duncanturk:synapse.duncanturk.com | works fine for me, I have
# pacman -Q | grep wayland
egl-wayland 1.1.5-1
glew-wayland 2.2.0-1
glfw-wayland 3.3.2-1
lib32-wayland 1.18.0-2
qt5-wayland 5.14.2-1
wayland 1.18.0-2
wayland-protocols 1.20-1
xorg-server-xwayland 1.20.8-2
| 12:55:52 |
zimbi | I didn't have the glew- and glfx-wayland but that didn't help either. So when launching form a tremrinal I get the following errors, not sure if that's anything to do with it: 284946:285088:0524/162033.884370:ERROR:object_proxy.cc(619)] Failed to call method: org.freedesktop.DBus.Properties.Get: object_path= /org/freedesktop/UPower: org.freedesktop.DBus.Error.ServiceUnknown: The name org.freedesktop.UPower was not provided by any .service files
[284946:285088:0524/162033.884649:ERROR:object_proxy.cc(619)] Failed to call method: org.freedesktop.UPower.GetDisplayDevice: object_path= /org/freedesktop/UPower: org.freedesktop.DBus.Error.ServiceUnknown: The name org.freedesktop.UPower was not provided by any .service files
[284946:285088:0524/162033.884884:ERROR:object_proxy.cc(619)] Failed to call method: org.freedesktop.UPower.EnumerateDevices: object_path= /org/freedesktop/UPower: org.freedesktop.DBus.Error.ServiceUnknown: The name org.freedesktop.UPower was not provided by any .service files
| 14:22:37 |
25 May 2020 |
zimbi | Ha, it's the webengine backend causing the trouble, when running qutebrowser --backend webkit all's fine. Just need to figure out how to set the backend, :set and changing it seems not to work. | 14:45:25 |
@duncanturk:synapse.duncanturk.com | I think it must be passed on startup | 16:39:12 |
@duncanturk:synapse.duncanturk.com | I'm starting qutebrowser using sway shortcuts, so I added my params in the sway config. | 16:40:26 |
@duncanturk:synapse.duncanturk.com | But setting the backend wasn't necessary on my system | 16:41:18 |
| kaba0 joined the room. | 17:27:40 |