diff options
Diffstat (limited to 'etc')
| -rwxr-xr-x | etc/autostart.sh | 2 | ||||
| -rw-r--r-- | etc/ns.conf | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/etc/autostart.sh b/etc/autostart.sh index 74ba151..f646755 100755 --- a/etc/autostart.sh +++ b/etc/autostart.sh @@ -2,6 +2,6 @@ # A script run by dwm when it starts feh --bg-fill ~/.config/wallpaper.jpg -dwmblocks & +dwmblocks & picom --experimental-backends & dunst & diff --git a/etc/ns.conf b/etc/ns.conf index 47eb03c..4d83a91 100644 --- a/etc/ns.conf +++ b/etc/ns.conf @@ -11,5 +11,5 @@ # # CONFIG="/etc/wpa_supplicant.conf" -INTERFACE="wlan0" -CONFIG="wlp3s0" +INTERFACE="wlp0s16u3u3" +CONFIG="/etc/wpa_supplicant.conf" |