Thread

Zero-JS Hypermedia Browser

Relays: 5
Replies: 4
Generated: 04:41:47
Agreed. Windows 11 will technically work with only 4GB of memory, but you can only have one or two programs open at a time and large web apps will be close to unusable. So quadrupling the memory was a good thing to do. I wouldn't have upgraded to Windows 11 if the customer hadn't agreed to the memory upgrade. Speaking of resource intensive... i3wm is the opposite of that. I am enjoying it on my ThinkPad X270. I have to familiarize myself with it more. Sound is broken. I think the script didn't play well with Devuan. I should be able to fix it myself when I dedicate some time to it.
2025-03-27 01:00:47 from 1 relay(s) ↑ Parent 4 replies ↓
Login to reply

Replies (4)

these commands could be helpful too.. sed -i 's/systemctl/loginctl/g' $HOME/.config/i3/laptop.conf sed -i 's/systemctl/loginctl/g' $HOME/.local/bin/rofi-power.sh sed -i 's/systemctl/loginctl/g' $HOME/.local/bin/stay-awake.sh sed -i 's/systemctl/loginctl/g' $HOME/.bashrc ..run as user (not as root), then reboot
2025-03-27 01:37:45 from 1 relay(s) ↑ Parent Reply
if you need to set the default mute and a default volume level.. ..add these two lines to the `$HOME/.config/i3/config` file.. exec --no-startup-id sleep 1 && pactl set-sink-mute @DEFAULT_SINK@ false && $refresh_i3status exec --no-startup-id sleep 6 && pactl set-sink-volume @DEFAULT_SINK@ 15% && $refresh_i3status
2025-03-27 01:57:11 from 1 relay(s) ↑ Parent Reply