Skip to content

Instantly share code, notes, and snippets.

@dword4
Created August 26, 2025 00:35
Show Gist options
  • Save dword4/44b104b15c6de0600671dda9451474ba to your computer and use it in GitHub Desktop.
Save dword4/44b104b15c6de0600671dda9451474ba to your computer and use it in GitHub Desktop.
simple workaround for t14s gen6 AMD laptops not suspending properly
# cat /usr/lib/systemd/system-sleep/nm-suspend.sh
#!/bin/bash
case $1 in
pre)
nmcli radio wifi off
;;
post)
nmcli radio wifi on
;;
esac
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment