This commit is contained in:
2025-10-23 21:08:24 -07:00
parent 918b5ccaec
commit 3f622c3298
3 changed files with 8 additions and 6 deletions

View File

@@ -257,10 +257,11 @@ misc {
windowrule = float, class:discord
windowrule = float, class:mpv
windowrule = float, class:steam
windowrule = float, class:anki
windowrule = float, class:python, title:Import
windowrule = workspace 10 silent, class:discord
windowrule = workspace 9 silent, class:steam
windowrule = size 2118 1182, class:anki
windowrule = float, class:anki
windowrule = workspace 8 silent, class:anki
windowrule = opacity 0.88, class:.* fullscreen:0
windowrule = opacity 1, class:mpv fullscreen:0

View File

@@ -67,11 +67,11 @@ return {
-- all notifications are stored in history
level = vim.log.levels.TRACE,
icons = {
error = "",
warn = "",
info = "",
debug = "",
trace = "",
error = " ",
warn = " ",
info = " ",
debug = " ",
trace = " ",
},
keep = function(notif)
return vim.fn.getcmdpos() > 0

View File

@@ -1,3 +1,4 @@
export BROWSER=zen-browser
export XCURSOR_THEME=dracula
export XCURSOR_SIZE=24
export GDK_SCALE=1