Openbox still, no more Conky. Now I am using Htop or Bpytop. …
fernandel what's the Time Out on the turntable, can you tell?
Last edited:
Openbox still, no more Conky. Now I am using Htop or Bpytop. …
% pkg_tree -r twm
selectwm-0.4.1_12
twm-1.0.12_1
\__ xorg-apps-7.7_4
% pkg rquery %o twm
x11-wm/twm
%
I think it started with Conky 1.19.7. I am not sure. They have Lixux Openbox-Tint 2 users problem too. But use of Htop and BpyTOP works for me more than enough.fernandel what's the Time Out on the turntable, can you tell?
% uptime
9:05a.m. up 16:14, 6 users, load averages: 2.04, 2.25, 2.00
% grep suspend\ at /var/log/messages
Apr 13 17:01:32 mowa219-gjp4-zbook-freebsd acpi[6314]: suspend at 20240413 17:01:32
Apr 13 17:52:08 mowa219-gjp4-zbook-freebsd acpi[9902]: suspend at 20240413 17:52:08
Apr 13 21:09:40 mowa219-gjp4-zbook-freebsd acpi[23589]: suspend at 20240413 21:09:40
Apr 13 21:18:47 mowa219-gjp4-zbook-freebsd acpi[24419]: suspend at 20240413 21:18:47
Apr 13 21:21:20 mowa219-gjp4-zbook-freebsd acpi[25321]: suspend at 20240413 21:21:20
Apr 13 21:23:22 mowa219-gjp4-zbook-freebsd acpi[26096]: suspend at 20240413 21:23:22
Apr 14 07:16:55 mowa219-gjp4-zbook-freebsd acpi[11395]: suspend at 20240414 07:16:55
Apr 14 08:41:59 mowa219-gjp4-zbook-freebsd acpi[18456]: suspend at 20240414 08:41:59
%
love itFreeBSD 14 with DWMView attachment 18386
ncmpcppPink floyd fan
Which audio player ?
Starcat thanks, what's FDX 24- 21?
I don't think SDDM supports Wayland yet... but I like the wallpaper! ?I wanted to get SDDM working, but have not yet.
I don't think SDDM supports Wayland yet... but I like the wallpaper! ?
[Wayland]
section in /usr/local/etc/sddm.conf. Here is my configuration:[General]
HaltCommand=/sbin/shutdown -p now
RebootCommand=/sbin/shutdown -r now
[X11]
SessionCommand=dbus-run-session
[Wayland]
SessionCommand=/usr/local/share/sddm/scripts/wayland-session
[Users]
MaximumUid=1001
MinimumUid=1000
[Theme]
Current=sddm-freebsd-black-theme
fish
, and the original one doesn't work. Furthermore, the session ( swayfx
) is started with the command exec ck-launch-session dbus-launch $@
(last line of that script).If that can be replicated, that belongs in the Handbook, IMHO!!!SDDM supports Wayland. You have to add a[Wayland]
section in /usr/local/etc/sddm.conf. Here is my configuration:
Code:[General] HaltCommand=/sbin/shutdown -p now RebootCommand=/sbin/shutdown -r now [X11] SessionCommand=dbus-run-session [Wayland] SessionCommand=/usr/local/share/sddm/scripts/wayland-session [Users] MaximumUid=1001 MinimumUid=1000 [Theme] Current=sddm-freebsd-black-theme
I use a modified version of /usr/local/share/sddm/scripts/wayland-session, because my shell isfish
, and the original one doesn't work. Furthermore, the session (swayfx
) is started with the commandexec ck-launch-session dbus-launch $@
(last line of that script).