fix gitignore, exclude firefox from unclutter
This commit is contained in:
parent
bcebec2c71
commit
45febd001c
|
@ -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/**
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
#!/bin/sh
|
||||
exec 2>&1
|
||||
|
||||
exec unclutter -noevents -idle 3
|
||||
exec unclutter -noevents -idle 3 -not Firefox
|
||||
|
|
Loading…
Reference in New Issue