From 0a1e7bf5a8c0640f4c6280cef441b3cc3a246b55 Mon Sep 17 00:00:00 2001 From: Erin Abicht Date: Fri, 31 Mar 2023 10:20:57 -0400 Subject: [PATCH] Ignore a bunch of shit --- .gitignore | 53 +++++++++++++++++++++++++++++++++++++++++++++++++++ xplr/init.lua | 1 + 2 files changed, 54 insertions(+) diff --git a/.gitignore b/.gitignore index 883b74e..9696cc5 100644 --- a/.gitignore +++ b/.gitignore @@ -6,3 +6,56 @@ mpd/state # Swaylock photos swaylock/logo-ed_screen.png swaylock/screen.jpg + +# Unwanted configs +BetterDiscord/ +BetterDiscord\ Installer/ +FreeTube/ +GIMP/ +Kvantum/ +MusicBrainz/ +QRProject.conf/ +Thunar/ +bat/ +borg/ +bottom/ +browsh/ +dconf/ +discord/ +fish.bak/ +flutter/ +gajim/ +glib-2.0/ +gobang/ +godot/ +gomuks/ +gtk-2.0/ +gtk-3.0/ +gtk-4.0/ +QtProject.conf +inkscape/ +keepassxc/ +libreoffice/ +liferea/ +manyverse/ +manyverse/ +mimeapps.list +nicotine/ +obsidian/ +profanity/ +pulse/ +rofi/ +syncthing/ +syncthing-gtk/ +termusic/ +torbrowser/ +ttyper/ +user-dirs.dirs +user-dirs.locale +vacuum-tube/ +vimb/ +vivid/ +xenmotif/ +xfce4/ +xplr/plugins/ +yad/ diff --git a/xplr/init.lua b/xplr/init.lua index 21130f8..797f23c 100644 --- a/xplr/init.lua +++ b/xplr/init.lua @@ -50,6 +50,7 @@ xplr.config.modes.builtin.default.key_bindings.on_key.z = { }, }, } + -- Set it to `true` if you want to enable a safety feature that will save you -- from yourself when you type recklessly. --