moved away from system san fransisco, moved back to 1 display on the desktop and some generic fixes.

This commit is contained in:
2021-01-21 09:03:11 +01:00
parent ae134cd087
commit f5fe41f555
10 changed files with 16 additions and 9 deletions

View File

@@ -6,3 +6,10 @@ insync start
# Wait for the programs to start then remove attention (e.g red blinking)
sleep 1
wmctrl -r "Enpass" -b remove,demands_attention
# Start gkraken if the command exists
if command -v gkraken &> /dev/null
then
gkraken --hide-window &
fi