Update README.md

This commit is contained in:
2026-03-08 21:32:52 +00:00
parent 330f2fbe21
commit ffec87c518

View File

@@ -71,9 +71,12 @@ Note: a similar effect could be achived via crontab by making an entry along the
### Modifying .desktop entries ### Modifying .desktop entries
.desktop files are used within graphical Linux shells to launch programs .desktop files are used within graphical Linux shells to launch programs
Simply put when you a program is ran through an application launcher the .desktop file is what is what is being read from and executed in the background Simply put when you a program is ran through an application launcher the .desktop file is what is what is being read from and executed in the background
They are typically located within ~/.local/share/applications They are typically located within ~/.local/share/applications
An example of a program which I want to deny network access to due to its persistent and bothersome connections is Lutris An example of a program which I want to deny network access to due to its persistent and bothersome connections is Lutris
Before modification it's Exec value will likely look something like Before modification it's Exec value will likely look something like
``` ```
Exec=/usr/bin/lutris Exec=/usr/bin/lutris