Unix & Linux Stack Exchange
Q&A for users of Linux, FreeBSD and other Unix-like operating systems
Latest Questions
0
votes
2
answers
7645
views
How can i get nerd fonts in kitty terminal
i can't get beautiful font of codding in terminal: [![firacode][1]][1] i am reading [documentation of fonts][2] in voidlinux.org and i'm installing alacritty and kitty and st , but not work my conf of alacritty is: ``` font: normal: family: Fira Code style: Medium bold: family: Fira Code style: Semi...
i can't get beautiful font of codding in terminal:
i am reading documentation of fonts in voidlinux.org
and i'm installing alacritty and kitty and st , but not work
my conf of alacritty is:
* my font now is:

font:
normal:
family: Fira Code
style: Medium
bold:
family: Fira Code
style: SemiBold
italic:
family: Fira Code
style: Light
size: 10
but if i'm try to use this symbols and font : it's not work:

$ fc-list | grep -i "fira"|awk -F: '{print $2}' |sort|uniq
Fira Code
Fira Code,Fira Code Light
Fira Code,Fira Code Medium
Fira Code,Fira Code Retina
Fira Code,Fira Code SemiBold
FiraCode Nerd Font
FiraCode Nerd Font Mono
FiraMono Nerd Font
FiraMono Nerd Font Mono
nextloop
(296 rep)
Jun 24, 2021, 02:16 PM
• Last activity: Jul 29, 2025, 02:43 PM
0
votes
1
answers
2481
views
Running Void glibc as guest on VirtualBox
I installed from `void-live-x86_64-20210218-xfce.iso` into latest Virtualbox on macOS Big Sur. After installation I installed `xbps-install -Sv virtualbox-ose-guest ` Virtual Box Guest Additions and did a reboot. I now get the error: VBoxClient: Failed to get display change request, rc=VERR_INVALID_...
I installed from
How to run Void Linux glibc in Virtualbox?
void-live-x86_64-20210218-xfce.iso
into latest Virtualbox on macOS Big Sur. After installation I installed `xbps-install -Sv virtualbox-ose-guest
` Virtual Box Guest Additions and did a reboot.
I now get the error:
VBoxClient: Failed to get display change request, rc=VERR_INVALID_HANDLE
VBoxClient: Failure waiting for event, rc=VERR_INVALID_HANDLE
Screenshot:

Sybil
(1983 rep)
Apr 1, 2021, 05:31 AM
• Last activity: Jul 27, 2025, 01:06 AM
1
votes
1
answers
1889
views
Cannot find bridge device with ifupdown
Please note that I am using Void Linux. Here is my `/etc/network/interfaces.d/br0` file: ``` auto br0 iface br0 inet dhcp bridge_ports eth0 bridge_stp off bridge_waitport 0 bridge_fd 0 ``` However on boot I get this error: ``` => Bringing up the network Internet Systems Consortium DHCP Client 4.4.2...
Please note that I am using Void Linux.
Here is my
/etc/network/interfaces.d/br0
file:
auto br0
iface br0 inet dhcp
bridge_ports eth0
bridge_stp off
bridge_waitport 0
bridge_fd 0
However on boot I get this error:
=> Bringing up the network
Internet Systems Consortium DHCP Client 4.4.2
Copyright 2004-2020 Internet Systems Consortium.
All rights reserved.
For info, please visit https://www.isc.org/software/dhcp/
Cannot find device "br0"
Failed to get interface index: No such device
If you think you have received this message due to a bug rather
than a configuration issue please read the section on submitting
bugs on either our web page at www.isc.org or in the README file
before submitting a bug. These pages explain the proper
process and the information we find helpful for debugging.
exiting.
ifup: failed to bring up br0
I have confirmed that I have bridge-utils
installed. I am at a loss for what the problem here is. I would appreciate help.
Nicholas Hubbard
(111 rep)
Feb 13, 2021, 04:23 PM
• Last activity: Jul 15, 2025, 04:46 AM
0
votes
1
answers
2067
views
Successfully initialized wpa_supplicant yet got errors and not connected
**i'm using #*Void_linux*. Before i was using *Ethernet*. I've never used *wireless* before...** # ip link show 1: lo: mtu 65536 qdisc noqueue state UNKNOWN mode DEFAULT group default qlen 1000 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 2: enp12s0: mtu 1500 qdisc mq state UP mode DEFAULT...
**i'm using #*Void_linux*. Before i was using *Ethernet*. I've never used *wireless* before...**
# ip link show
1: lo: mtu 65536 qdisc noqueue state UNKNOWN mode DEFAULT group default qlen 1000
link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
2: enp12s0: mtu 1500 qdisc mq state UP mode DEFAULT group default qlen 1000
link/ether d4:be:d9:71:98:bc brd ff:ff:ff:ff:ff:ff
3: wwp0s29u1u6i6: mtu 1500 qdisc pfifo_fast state UNKNOWN mode DEFAULT
group default qlen 1000
link/ether 06:0a:7e:d4:64:b6 brd ff:ff:ff:ff:ff:ff
**so i created a config file here :**
# touch /etc/wpa_supplicant/wpa_supplicant-wwp0s29u1u6i6.conf
# vi /etc/wpa_supplicant/wpa_supplicant-wwp0s29u1u6i6.conf
edition :
1. ctrl_interface=/run/wpa_supplicant
2. update_config=1
(save & exit)
**and after done editing, i applied my wifi name and password into config file.**
# wpa_passphrase >> /etc/wpa_supplicant/wpa_supplicant-wwp0s29u1u6i6.conf
# vi /etc/wpa_supplicant/wpa_supplicant-wwp0s29u1u6i6.conf
ctrl_interface=/run/wpa_supplicant
update_config=1
network={
ssid="Wifi"
#psk="01632413440"
psk=84195e97272a26e42479c32d36e10eef82f347530aba8bd6ec2bc65dbe2fadd8
}
**Here last cmnd,**
# wpa_supplicant -B -i wwp0s29u1u6i6 -c /etc/wpa_supplicant/wpa_supplicant-wwp0s29u1u6i6.conf
**and after that i got all this Errors output :**
Successfully initialized wpa_supplicant
nl80211: Driver does not support authentication/association or connect commands
nl80211: deinit ifname=wwp0s29u1u6i6 disabled_11b_rates=0
wwp0s29u1u6i6: Failed to initialize driver interface
**Here i don't know what to do ? Please give me instruction,
***Thank you* :)**
Lidan Suidan
(1 rep)
Oct 7, 2020, 05:00 AM
• Last activity: Jul 13, 2025, 08:07 PM
5
votes
4
answers
13131
views
Void linux XBPS broke: certificate verification failed
I installed my first distro: Void Linux, the version without any desktop environment. I got my wifi to work and the package manager (xbps) worked fine; I installed things like htop, i3, etc without problem. I booted my PC today and wanted to install git. sudo xbps-install -S git The same holds for a...
I installed my first distro: Void Linux, the version without any desktop environment. I got my wifi to work and the package manager (xbps) worked fine; I installed things like htop, i3, etc without problem. I booted my PC today and wanted to install git.
sudo xbps-install -S git
The same holds for any install command, such as:
sudo xbps-install -Su
I have the same problem in root or as a normal user.
It says:
Updating (some url) ...
Certificate verification failed for (some other url)
SSL_connect returned 1
ERROR: failed to fetch file (url of first line): Operation not permitted.
I did not change anything since yesterday, when it worked fine.
I only found this on google:
https://github.com/voidlinux/void-packages/issues/14465
https://github.com/voidlinux/xbps/issues/224
For the first link, I do not have xtools and I do not have this file:
/var/cache/xbps/ca-certificates-20170717_2.noarch.xbps
so I cannot copy it.
For the second link:
sudo update-ca-certificates
did not fix anything. It says:
0 added, 0 removed; Done.
I tried using another repo mirror but it doesn't seem to recognise those.
I use https://alpha.de.repo.voidlinux.org/current
I don't know what to do from this point.
ocdy1001
(53 rep)
Jan 1, 2019, 02:49 PM
• Last activity: May 26, 2025, 04:15 AM
1
votes
1
answers
2763
views
/usr/bin/grub-probe: error: failed to get canonical path of `/'
I'm trying to install GRUB from a live USB onto a different drive. While `grub-install` works fine, `grub-mkconfig -o /mnt/boot/grub/grub.cfg` (`/mnt` being the mount-point of the drive I'm installing to) keeps returning an error: ``` /usr/bin/grub-probe: error: failed to get canonical path of `/'....
I'm trying to install GRUB from a live USB onto a different drive. While
grub-install
works fine, grub-mkconfig -o /mnt/boot/grub/grub.cfg
(/mnt
being the mount-point of the drive I'm installing to) keeps returning an error:
/usr/bin/grub-probe: error: failed to get canonical path of `/'.
The advice I found online suggested running update-grub
in a chroot might help, but the same error appears.
My question is twofold:
- How do I resolve this error? Seriously, I need to get this working
- (more importantly) *Why* does this solution fix the issue?
That second part is important because it would be useful for debugging if someone here explained the mechanics of what causes this issue, thus allowing more meaningful debugging in cases where the well-known solutions don't work.
On the off chance that it's somehow meaningful to my issue, the system I'm installing from is a live ISO of Void Musl, and the system I'm installing to is Void Musl with /
encrypted using LUKS, and encrypted /boot
.
NobodySpecial
(11 rep)
Jun 26, 2021, 07:10 AM
• Last activity: May 17, 2025, 08:05 PM
0
votes
2
answers
67
views
Void Linux TTY keeps pressing Enter on its own
This problem appears with kernels 6.12.18, 6.12.17, and 6.12.16. The OS boots, and then I am prompted to log in in the tty. I enter a username and press Enter. When I try to input a password, it enters a newline right when I enter the first letter. Sometimes it's the second letter. This is making it...
This problem appears with kernels 6.12.18, 6.12.17, and 6.12.16.
The OS boots, and then I am prompted to log in in the tty. I enter a username and press Enter. When I try to input a password, it enters a newline right when I enter the first letter. Sometimes it's the second letter. This is making it impossible to log into the system. I checked similar problems and they said an update or older kernel should fix it, but neither worked.
Alfie
(1 rep)
Mar 18, 2025, 04:32 PM
• Last activity: Apr 9, 2025, 01:16 PM
0
votes
1
answers
351
views
GRUB not detecting patched kernel on Void Linux?
I have a Void Linux partition on my MacBook Air. I followed [this guide][1] to compile a patched version of Linux 6.3.7_1. I built the kernel in `~/build` and everything went well but when I reboot the kernel is not detected as an option, even after running `sudo update-grub`. What did I do wrong? U...
I have a Void Linux partition on my MacBook Air.
I followed this guide to compile a patched version of Linux 6.3.7_1.
I built the kernel in
~/build
and everything went well but when I reboot the kernel is not detected as an option, even after running sudo update-grub
.
What did I do wrong?
Update:
- I added a custom menuentry.
- I’ll edit when I get it working
benman
(111 rep)
Jun 10, 2023, 08:08 AM
• Last activity: Mar 19, 2025, 11:36 AM
0
votes
1
answers
93
views
suckless dwm: a better file dialog?
I'm using DWM on Void Linux. The file dialog window used by GUI applications (Inkscape, Firefox, Audacity to name a few) is a bit of annoyance: missing buttons (OK, I can Enter or Esc), tiny font, no thumbnails, no preview. Picking a photo for upload is quite a hurdle, for instance. Is that an inevi...
I'm using DWM on Void Linux. The file dialog window used by GUI applications (Inkscape, Firefox, Audacity to name a few) is a bit of annoyance: missing buttons (OK, I can Enter or Esc), tiny font, no thumbnails, no preview. Picking a photo for upload is quite a hurdle, for instance.
Is that an inevitable trade-off of using a lean window manager, or is there a solution?
badbishop
(109 rep)
Mar 4, 2025, 03:28 PM
• Last activity: Mar 4, 2025, 10:47 PM
1
votes
1
answers
4524
views
Sway is not setting WAYLAND_DISPLAY
It seems that Sway is not setting `WAYLAND_DISPLAY`, which is causing `wl-clipboard` to not work. I start sway from `.zlogin` like this: ``` if [ "$(tty)" = "dev/tty1" ]; then exec dbus-run-session sway fi ``` I don't know what else might be relevant. I'm using Void Linux with elogind.
It seems that Sway is not setting
WAYLAND_DISPLAY
, which is causing wl-clipboard
to not work.
I start sway from .zlogin
like this:
if [ "$(tty)" = "dev/tty1" ]; then
exec dbus-run-session sway
fi
I don't know what else might be relevant. I'm using Void Linux with elogind.
user1283776
(111 rep)
Jun 10, 2023, 08:50 PM
• Last activity: Feb 2, 2025, 04:04 AM
4
votes
1
answers
493
views
What keeps modifying my /etc/group?
I am trying to add my user to several groups. I used `sudo usermod -G group1,group2` to add my user to the supplemental groups I had created myself. My username shows up in `/etc/group` then. However after reboot they are gone. The groups remain in `/etc/group` but my username is removed. Furthermor...
I am trying to add my user to several groups. I used
sudo usermod -G group1,group2
to add my user to the supplemental groups I had created myself. My username shows up in /etc/group
then. However after reboot they are gone. The groups remain in /etc/group
but my username is removed. Furthermore id
yields a supplemental group (let's name it group3
). In /etc/group
I'm not a member of it. Grepping over etc yielded files named /etc/group-
and /etc/gshadow-
containing my membership of group3
.
What's /etc/group-
and why are my supplemental group memberships removed from /etc/group
after reboot?
I am using Void Linux, and:
$ uname -a
Linux ojiisan 6.6.52_1 #1 SMP PREEMPT_DYNAMIC Sat Sep 21 15:47:36 UTC 2024 x86_64 GNU/Linux
The GUI is Gnome.
[ariser@ojiisan ~]$ grep group /etc/nsswitch.conf
group: files
Ariser
(303 rep)
Oct 8, 2024, 09:42 AM
• Last activity: Oct 8, 2024, 02:23 PM
0
votes
0
answers
64
views
How to get bootchart (or bootchart2) working on system with dracut and efistub?
Im trying to minimize boottime as much as possible. Currently im running Void Linux with an EFISTUB and dracut as the init manager. I now want to utilize bootchart to check where i can improve, but I cant get it to work. It seems that in older versions of dracut one could use `dracut -f -a bootchart...
Im trying to minimize boottime as much as possible.
Currently im running Void Linux with an EFISTUB and dracut as the init manager.
I now want to utilize bootchart to check where i can improve, but I cant get it to work.
It seems that in older versions of dracut one could use
dracut -f -a bootchart
to include the bootchart package and use rdinit=/sbin/bootchartd
to start it on boot, but dracut doesnt seem to have the bootchart module anymore.
Joffi
(1 rep)
Sep 22, 2024, 07:48 PM
1
votes
0
answers
83
views
Fixing broken keyboard configuration, debian on VirtualBox on void
I have debian running on Virtualbox. Host system is also Linux (void). Computer is Lenovo X220 with an US keyboard. On the host system keyboard works very well. All keys work as expected. Both host and guest run Xwayland with gnome-session. However on the guest system the keyboard is somewhat broken...
I have debian running on Virtualbox. Host system is also Linux (void). Computer is Lenovo X220 with an US keyboard.
On the host system keyboard works very well. All keys work as expected. Both host and guest run Xwayland with gnome-session.
However on the guest system the keyboard is somewhat broken. The number keys don't work at all, and so don't the special characters on those keys with shift pressed. When pressing q it yields /, / produces p and p delivers q. x and z are swapped and so on.
setxkbmap -query
brings
WARNING: Running setxkbmap against an Xwayland server
rules: evdev
model: pc105
layout: us
on host and guest as well!
I have absolutely lost any orientation. I miss any clue where to set the physical keyboard, which must make the difference here. As far as I understand VirtualBox relays all physical keycodes without altering to the guest. So there must be some differences in configuration but I really don't know how to set or even find them.
Ariser
(303 rep)
Jun 7, 2024, 07:15 PM
1
votes
1
answers
2941
views
Failing to change my keymap for X11 on void linux
I have installed a recent version of void linux on a Fujitsu Lifebook E751. - uname -a results in 4.12.11_1 #1 SMP PREEMPT Fri Sep 8 20:17:18 UTC 2017 x86_64 GNU/Linux. - Xorg version is 1.19.3, Protocol Ver. 11 After installations I had a us keyboard mapping. This is driving me nuts, hence I tried...
I have installed a recent version of void linux on a Fujitsu Lifebook E751.
- uname -a results in 4.12.11_1 #1 SMP PREEMPT Fri Sep 8 20:17:18 UTC 2017 x86_64 GNU/Linux.
- Xorg version is 1.19.3, Protocol Ver. 11
After installations I had a us keyboard mapping. This is driving me nuts, hence I tried to change it by writing several variants of a /etc/X11/xorg.conf. None worked.
After consulting google several times I followed the official Xorg guide. I concocted this configuration:
Section "InputClass"
Identifier "system-keyboard"
MatchIsKeyboard "on"
Option "XkbLayout" "neo"
Option "XkbModel" "pc105"
EndSection
But despite all efforts, the problem stays the same. I get
(EE) Error loading keymap /var/lib/xkb/server-0.xkm
(EE) XKB: Failed to load keymap. Loading default keymap instead.
In the end the US-keyboard is loaded.
This is driving me totally nuts!
Ariser
(303 rep)
Sep 17, 2017, 12:50 PM
• Last activity: May 7, 2024, 09:07 AM
0
votes
0
answers
132
views
How to enable Bluetooth on the Raspberry Pi 3B with Void Linux?
I have a **RPI 3B with Void Linux**, I've searched a lot on Google how to enable Bluetooth, but I can't find solutions.... Here are the things I have already done: Followed to the letter the indications https://docs.voidlinux.org/config/bluetooth.html I have already added the line `dtparam=krnbt=on`...
I have a **RPI 3B with Void Linux**, I've searched a lot on Google how to enable Bluetooth, but I can't find solutions.... Here are the things I have already done:
Followed to the letter the indications https://docs.voidlinux.org/config/bluetooth.html
I have already added the line
dtparam=krnbt=on
In /boot/config.txt
Rfkill shows the following:
$ rfkill
ID TYPE DEVICE SOFT HARD
0 bluetooth hci0 unlocked unlocked unlocked
1 wlan phy0 unlocked phy0 unlocked unlocked
Dmesg shows:
sudo dmesg | grep -i bluetooth
Password:
[ 4.036991] Bluetooth: Core ver 2.22
[4.037094] NET: PF_BLUETOOTH protocol family registered
[4.037099] Bluetooth: HCI device and connection manager initialized
[4.037119] Bluetooth: HCI Socket Layer Initialized
[4.037126] Bluetooth: L2CAP Socket Layer Initialized
[4.037140] Bluetooth: SCO Socket Layer Initialized
[5.262545] Bluetooth: HCI UART driver ver 2.3
[5.262572] Bluetooth: HCI UART protocol H4 registered
[5.263061] Bluetooth: HCI UART Three-wire (H5) protocol registered
[5.263329] Bluetooth: HCI UART Broadcom protocol registered
[7.520967] Bluetooth: hci0: 0xfc18 tx timeout command
[ 15.585064] Bluetooth: hci0: BCM: failed to write baudrate update (-110)
[ 15.585227] Bluetooth: hci0: Failure to set baudrate
[16.259899] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[16.259921] Bluetooth: BNEP filters: Multicast Protocol
[16.259941] Bluetooth: BNEP Socket Layer Initialized
[ 17.600974] Bluetooth: hci0: 0x0c03 tx timeout command
[ 25.824953] Bluetooth: hci0: BCM: Reset failed (-110)
I have installed Blueman-manager too, and it shows this when I tried to open in terminal:
$ sudo blueman-manager
Contraseña:
blueman-manager 23.07.59 ERROR Manager:147 on_dbus_name_appeared: Default adapter not found, trying first available.
blueman-manager 23.07.59 ERROR Manager:151 on_dbus_name_appeared: No adapter(s) found, exiting
List of my enabled services:
ls /var/service
agetty-tty1 agetty-tty5 bluetoothd dhcpcd ntpd udevd
agetty-tty2 agetty-tty6 cronie elogind rngd wpa_supplicant
agetty-tty3 agetty-ttyAMA0 cupsd fake-hwclock saned zramen
agetty-tty4 alsa dbus lxdm sshd
cdmline.txt:
snd_bcm2835.enable_headphones=1 snd_bcm2835.enable_compat_alsa=0 root=PARTUUID=3b479547-02 rw rootwait console=ttyAMA0,115200 kgdboc=ttyAMA0,115200 console=tty1 smsc95xx.turbo_mode=N dwc_otg.lpm_enable=0 loglevel=4 elevator=noop
And I have added the group bluetooth to my user...
What can I do more? Any help will be appreciated!
PD: If you ask me, WiFi is working perfectly...
Jamil Gomez
(58 rep)
Apr 22, 2024, 12:41 AM
1
votes
1
answers
97
views
How to get unmounted disk partitions in Places automatically?
I've 4 partitions on `/dev/sda`. During installation I've mounted `/dev/sda2` on `/`, `/dev/sda1` on `/boot/efi`, didn't to anything for `/dev/sda3` as well as `/dev/sda4`, that's what I did for all linux distros so far with plasma-desktop and I always got those listed on the left side (Places) of d...
I've 4 partitions on
/dev/sda
. During installation I've mounted /dev/sda2
on /
, /dev/sda1
on /boot/efi
, didn't to anything for /dev/sda3
as well as /dev/sda4
, that's what I did for all linux distros so far with plasma-desktop and I always got those listed on the left side (Places) of dolphin. I just had to click and put password to access those partitions BUT on void I don't see those in "Places" and to access those I've to mount those manually each time I start the system. There're no entries for those in /etc/fstab
:
UUID=c42ga189-e151-4g95-a5ee-5e6d360d796c / ext4 defaults 0 1
UUID=01C2-0E3D /boot/efi vfat defaults 0 2
tmpfs /tmp tmpfs defaults,nosuid,nodev 0 0
How can I get those in "Places" automatically?
user358527
Jul 20, 2019, 04:35 PM
• Last activity: Feb 8, 2024, 10:11 AM
0
votes
1
answers
315
views
disable wpa_supplicant service
I'am new user in base-void-linux and I need to enable NetworkManager. For that I need to disable `dhcpcd` and `wpa_supplicant` services. I need help for how to disable `wpa_supplicant` service.
I'am new user in base-void-linux and I need to enable NetworkManager.
For that I need to disable
dhcpcd
and wpa_supplicant
services. I need help for how to disable wpa_supplicant
service.
Mousa Abdo
(1 rep)
Dec 8, 2023, 08:52 PM
• Last activity: Dec 21, 2023, 11:51 AM
0
votes
1
answers
1191
views
How to set HDMI card - default audio card
Hello everyone I'm Use laptop + external monitors, and i need use monitor speaker and i can't see HDMI card in alsamixer, when reviewing command [ aplay -l ] result = [void@base ~]$ aplay -l **** List of PLAYBACK Hardware Devices **** card 0: PCH [HDA Intel PCH], device 0: CX20757 Analog [CX20757 An...
Hello everyone I'm Use laptop + external monitors, and i need use monitor speaker
and i can't see HDMI card in alsamixer,
when reviewing command [ aplay -l ] result =
[void@base ~]$ aplay -l
**** List of PLAYBACK Hardware Devices ****
card 0: PCH [HDA Intel PCH], device 0: CX20757 Analog [CX20757 Analog]
Subdevices: 0/1
Subdevice #0: subdevice #0
card 0: PCH [HDA Intel PCH], device 3: HDMI 0 [BenQ EX2710]
Subdevices: 1/1
Subdevice #0: subdevice #0
and when reviewing command
[void@base ~]$ cat /proc/asound/modules
0 snd_hda_intel
other thing : I'm using void-base system and some xorg services and dwm window manager
allright
i need know how to set HDM card to defult audio card
Mousa Abdo
(1 rep)
Dec 9, 2023, 01:20 PM
• Last activity: Dec 10, 2023, 03:36 PM
0
votes
1
answers
223
views
Wine uninstaller not working
I have installed many apps through Wine. Now, when I need to uninstall an installed app through Wine, normally, I use Wine unistaller. But I don't know why it suddenly stopped working. When I type `wine unistaller` in terminal, it gives the message: > ```text > Application could not be started, or n...
I have installed many apps through Wine.
Now, when I need to uninstall an installed app through Wine, normally, I use Wine unistaller. But I don't know why it suddenly stopped working.
When I type
wine unistaller
in terminal, it gives the message:
> > Application could not be started, or no application associated with the specified file.
> ShellExecuteEx failed: File not found.
>
md khaled
(3 rep)
Nov 25, 2023, 03:16 PM
• Last activity: Nov 28, 2023, 04:37 PM
0
votes
2
answers
463
views
How to bind the DAS keyboard volume knob in dwm / void linux?
My setup: Void Linux, xorg, dwm + dmenu + st, DAS keyboard. I can probably figure out how to bind some "normal" keys for volume control, but I really like this big round knob on my keyboard :). So, how to make the volume control to work from my keyboard?
My setup: Void Linux, xorg, dwm + dmenu + st, DAS keyboard.
I can probably figure out how to bind some "normal" keys for volume control, but I really like this big round knob on my keyboard :).
So, how to make the volume control to work from my keyboard?
badbishop
(109 rep)
Aug 18, 2023, 07:12 PM
• Last activity: Aug 23, 2023, 02:20 PM
Showing page 1 of 20 total questions