fix: checkupdates script for fastfetch causing delays; chore: removed bspwm and picom since I haven't been using or maintaining them
3 lines
67 B
Bash
Executable File
3 lines
67 B
Bash
Executable File
#!/bin/bash
|
|
exec checkupdates | wc -l > /tmp/checkupdates & disown
|