1
0
Fork 0

fix gitignore, exclude firefox from unclutter

This commit is contained in:
Luca Bilke 2024-06-12 01:17:54 +02:00
parent bcebec2c71
commit 45febd001c
No known key found for this signature in database
GPG Key ID: C9E851809C1A5BDE
2 changed files with 2 additions and 2 deletions

2
.gitignore vendored
View File

@ -1,7 +1,7 @@
.config/zsh/.zcompdump
.config/zsh/completions/_kube
.config/zsh/configs/host-setup
.local/share/service
.config/nvim/lazyvim.json
.config/nvim/lua/config/secrets.lua
.local/share/xkb/compiled/keymap
.local/share/service/**/supervise/**

View File

@ -1,4 +1,4 @@
#!/bin/sh
exec 2>&1
exec unclutter -noevents -idle 3
exec unclutter -noevents -idle 3 -not Firefox