General Linux KB

Post Reply
Boss
Site Admin
Posts: 1764
Joined: Thu Sep 18, 2014 7:41 am
Contact:

Conky config sniplets

Post by Boss »

Code: Select all

conky.text = [[
${color D3DADF}${font Helvetica:size=20}
Киев: ${tztime Europe/Kiev %a %-d %b %H:%M}
Lyon: ${tztime Europe/Paris %a %-d %b %H:%M}
]]
Boss
Site Admin
Posts: 1764
Joined: Thu Sep 18, 2014 7:41 am
Contact:

Disable hybernate/resume

Post by Boss »

Code: Select all

/etc/initramfs-tools/conf.d/resume
and changed the line (there's only one)

Code: Select all

RESUME=UUID=75a1abae-a571-45e0-8ba8-2af714d13b59
by

Code: Select all

RESUME=none
Update initramfs

Code: Select all

update-initramfs -u -k all
Boss
Site Admin
Posts: 1764
Joined: Thu Sep 18, 2014 7:41 am
Contact:

Replace pulseaudio by ASLA + dmix

Post by Boss »

https://bbs.archlinux.org/viewtopic.php?id=177547

https://steemit.com/linux/@crokkon/fire ... pulseaudio

patchelf --set-rpath /usr/lib/apulse /usr/lib/firefox/libxul.so
APULSE_PLAYBACK_DEVICE=plug:dmix
Post Reply