Commit 7f113f2
Changed files (6)
.config
nvim
lua
swaync
.local
share
applications
.wraith
scripts
.config/nvim/lua/options.lua
@@ -39,7 +39,7 @@ opt.shiftwidth = 2 -- Indent width (2 spaces)
opt.tabstop = 2 -- Tab width (2 spaces)
opt.shiftround = true -- Round indent to multiple of shiftwidth
opt.smartindent = true -- Smart auto-indenting
-opt.formatexpr = "v:lua.require'lazyvim.util'.format.formatexpr()"
+opt.formatexpr = ""
opt.formatoptions = "jcroqlnt" -- Auto-formatting options
-- ============================================
.config/swaync/config.json
@@ -29,12 +29,7 @@
"hide-on-clear": false,
"hide-on-action": true,
"script-fail-notify": true,
- "scripts": {
- "example-script": {
- "exec": "echo 'Do something...'",
- "urgency": "Normal"
- }
- },
+ "scripts": {},
"notification-visibility": {
"example-name": {
"state": "muted",
.wraith/scripts/arch-spring-cleanup.sh
@@ -49,6 +49,7 @@ gum_safe() {
export MOCHA_MAUVE="#cba6f7"
export MOCHA_LAVENDER="#b4befe"
export MOCHA_GREEN="#a6e3a1"
+export MOCHA_PEACH="#f5c2e7"
export MOCHA_RED="#f38ba8"
export MOCHA_TEXT="#cdd6f4"
export MOCHA_OVERLAY="#6c7086"
.wraith/scripts/mimetypes.sh
@@ -12,10 +12,10 @@ xdg-mime default imv.desktop image/tiff
# Open PDFs with the Document Viewer
xdg-mime default org.gnome.Evince.desktop application/pdf
-# Use zen as the default browser
-xdg-settings set default-web-browser zen.desktop
-xdg-mime default zen.desktop x-scheme-handler/http
-xdg-mime default zen.desktop x-scheme-handler/https
+# Use librewolf as the default browser
+xdg-settings set default-web-browser librewolf.desktop
+xdg-mime default librewolf.desktop x-scheme-handler/http
+xdg-mime default librewolf.desktop x-scheme-handler/https
# Open video files with mpv
xdg-mime default mpv.desktop video/mp4
.gitconfig
@@ -4,7 +4,7 @@
[init]
defaultBranch = main
[alias]
- lg = log --oneline --graph --all
+ gitlog = log --oneline --graph --all
[core]
editor = nvim
[fetch]