Skip to content
  • 2 Votes
    1 Posts
    74 Views
    andersgoA
    One of my biggest "frustrations" when migrating from OpenBSD to FreeBSD as my daily driver, was the loss of of working media keys on my Das Keyboard - especially the very convenient volume jog wheel. After some poking around i confirmed that the usbhid driver was working - and also default enabled in FreeBSD15 kernel. Xev tool printed the correct keycode events keycode 122 = XF86AudioLowerVolume keycode 123 = XF86AudioRaiseVolume keycode 172 = XF86AudioPlay The problem narrowed down to how to map these event to something useful I found a working solution in this discussion thread, by using the x11/sxhkd daemon to pass the events to mixer(8) https://forums.freebsd.org/threads/howto-enabling-multimedia-keys-gamepads-joysticks-for-desktop-usbhid.84464/ I had to tweak the sxhkd config a bit to work properly with mixer ~/.config/sxhkd/sxhkdrc XF86Audio{Play,LowerVolume,RaiseVolume} mixer {vol.mute="toggle",vol="-3%", vol="+3%"} Then I invoke the sxhkd daemon from my ~/.xsession file sxhkd & exec /usr/local/bin/fvwm3 Viola! #FreeBSD #Solved #X11 #FVWM3 #Xorg #AskFedi
  • 1 Votes
    3 Posts
    76 Views
    grahamperrinG
    That explains it perfectly – "in the body" – thanks! Tag: solved
  • Introductions – category

    Comments & Feedback enhan solved
    8
    2 Votes
    8 Posts
    218 Views
    TionislaT
    @stefano thanks s lot! ️
  • Addressing outsiders

    Test Area solved
    4
    0 Votes
    4 Posts
    145 Views
    grahamperrinG
    @amigagpu hey, this autocompletion is thought-provoking: [image: 1775376564781-83e19d9c-1241-4634-957b-6c4b724b0233-image.jpeg] paste Radio_Azureus@ioc.exchange prepend with @ neither result is @radio_azureus@ioc.exchange – observed whilst drafting https://billboard.bsd.cafe/post/143.
  • 0 Votes
    2 Posts
    75 Views
    grahamperrinG
    The problem here was auto-fill. The normal hint is automatically hidden by my real email address (pixelated in the screenshot below): [image: 1775270267359-6404e482-4e9b-4ed8-99ce-17d9e0b61814-image.jpeg] Keyword in the screenshot above: whatever. My email address is used for the Mastodon instance, but does not identify the instance. Whatever. After clearing the auto-fill, the hint is visible: [image: 1775270520828-85e70b11-6b73-4649-8a46-757476cfbf2c-image.jpeg] Eg username@mastodon.social The opening post is solved (tagged), I have flagged it for a move to the test area. Apologies for the noise.