fix gitignore, exclude firefox from unclutter
This commit is contained in:
parent
339209b24d
commit
e1885fdbc4
|
@ -1,7 +1,7 @@
|
||||||
.config/zsh/.zcompdump
|
.config/zsh/.zcompdump
|
||||||
.config/zsh/completions/_kube
|
.config/zsh/completions/_kube
|
||||||
.config/zsh/configs/host-setup
|
.config/zsh/configs/host-setup
|
||||||
.local/share/service
|
|
||||||
.config/nvim/lazyvim.json
|
.config/nvim/lazyvim.json
|
||||||
.config/nvim/lua/config/secrets.lua
|
.config/nvim/lua/config/secrets.lua
|
||||||
.local/share/xkb/compiled/keymap
|
.local/share/xkb/compiled/keymap
|
||||||
|
.local/share/service/**/supervise/**
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
exec 2>&1
|
exec 2>&1
|
||||||
|
|
||||||
exec unclutter -noevents -idle 3
|
exec unclutter -noevents -idle 3 -not Firefox
|
||||||
|
|
Loading…
Reference in New Issue