m8hero
trwnh opened this issue · 2 comments
trwnh commented
QT_QPA_PLATFORMTHEME=qt5ct
and installqt5ct
instead ofkvantum-qt5
-- kvantum causes bugs with quassel forgetting action custom color, and taking several seconds to open settings- so far installing just
pulseaudio pavucontrol
seems to work with my mixer and not cause the weird issue i was having previously. monitor this to see ifinstallinglmfao nope it's happening just withpulseaudio-alsa
orcadence
is what causes the bugpulseaudio andpavucontrol. heck. it's definitely a bug in pavucontrol, but not happening on the ux301 (maybe it's due to multiple sound cards?)jack2 python2-dbus cadence pulseaudio-jack pulseaudio-alsa
, addaudio
to groups when creating user?- maybe just
pulseaudio-alsa
- downgrading to pavucontrol 3.0 did the trick! It's working fine now.
swapfilehonestly not worth it bc for some reason hibernate/hybrid-sleepcause a restart instead of working properly? ah it needs a kernel param https://wiki.archlinux.org/index.php/Power_management/Suspend_and_hibernate#Hibernation_into_swap_file
fallocate -l 33G /mnt/swapfile
chmod 600 /mnt/swapfile
mkswap -L "Swap" /mnt/swapfile
swapon /mnt/swapfile
echo "vm.swappiness=1" > /mnt/etc/sysctl.conf
OFFSET=$(filefrag -v /mnt/swapfile | awk '{ if($1=="0:"){print $4} }')
[...]
options root=LABEL=Arch rw resume=LABEL=Swap resume-offset=$OFFSET
sgdisk -n 1:0:+512M -t 1:ef00 -c 1:"ESP" $ROOTDEV \
-n 2:0:+33G -t 2:8200 -c 2:"Swap" $ROOTDEV \
-n 3:0:0 -t 2:8300 -c 2:"Root" $ROOTDEV
[...]
mkswap -L "Swap" /dev/disk/by-partlabel/Swap
swapon /dev/disk/by-partlabel/Swap
[...]
options root=LABEL=Arch rw resume=LABEL=Swap
- looks like hybrid sleep causes a black screen in x when waking up from "hybrid sleep"
- looks like hibernate still doesn't work agh... at least with this swapfile
and without the two dots
trwnh commented
xfce clock widget
tooltip %A, %B %d, %Y | %H:%M:%S %z (%Z)
clock format %A %Y/%m/%d @ %H:%M:%S %Z
trwnh commented
xdg_desktop_portal
? xdg-user-dirs
?