mirror of
https://github.com/balkian/dotfiles.git
synced 2025-08-23 08:02:19 +00:00
Securing gitconfig, adding nm fix
This commit is contained in:
11
not_dots/network-manager-resume
Executable file
11
not_dots/network-manager-resume
Executable file
@@ -0,0 +1,11 @@
|
||||
#!/bin/sh
|
||||
|
||||
# This script gets NetworkManager out of suspend.
|
||||
case $1 in
|
||||
suspend|suspend_hybrid|hibernate)
|
||||
# No need to do anything here.
|
||||
;;
|
||||
resume|thaw)
|
||||
nmcli nm sleep false
|
||||
;;
|
||||
esac
|
Reference in New Issue
Block a user