summaryrefslogtreecommitdiff
path: root/.config
diff options
context:
space:
mode:
Diffstat (limited to '.config')
-rwxr-xr-x.config/lf/lfrc2
-rw-r--r--.config/sxhkd/sxhkdrc3
2 files changed, 3 insertions, 2 deletions
diff --git a/.config/lf/lfrc b/.config/lf/lfrc
index c1353e0..bca6fc2 100755
--- a/.config/lf/lfrc
+++ b/.config/lf/lfrc
@@ -21,7 +21,7 @@ set ifs "\n"
set scrolloff 10
set icons
set period 1
-set hiddenfiles ".*:*.aux:*.log:*.bbl:*.bcf:*.blg:*.run.xml"
+set hiddenfiles ".*:*.aux:*.log:*.bbl:*.bcf:*.blg:*.run.xml:tags"
set cleaner '~/.config/lf/cleaner'
set previewer '~/.config/lf/scope'
set autoquit true
diff --git a/.config/sxhkd/sxhkdrc b/.config/sxhkd/sxhkdrc
index be0e7c0..e35821f 100644
--- a/.config/sxhkd/sxhkdrc
+++ b/.config/sxhkd/sxhkdrc
@@ -27,7 +27,8 @@ super + shift + q
dwmc quit
## Quit Current/focused App
super + q
- kill -15 `xdotool getwindowfocus getwindowpid`
+ quitapp
+ # kill -15 `xdotool getwindowfocus getwindowpid`
## Toggle the dwm bar
super + b
dwmc togglebar