From 3f622c329816db4f31b5b4c01513a5cb2f171534 Mon Sep 17 00:00:00 2001 From: sudacode Date: Thu, 23 Oct 2025 21:08:24 -0700 Subject: [PATCH] update --- .config/hypr/hyprland.conf | 3 ++- .config/nvim/lua/plugins/snacks.lua | 10 +++++----- .config/uwsm/env | 1 + 3 files changed, 8 insertions(+), 6 deletions(-) diff --git a/.config/hypr/hyprland.conf b/.config/hypr/hyprland.conf index 4189cd0..bf68cf2 100644 --- a/.config/hypr/hyprland.conf +++ b/.config/hypr/hyprland.conf @@ -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 diff --git a/.config/nvim/lua/plugins/snacks.lua b/.config/nvim/lua/plugins/snacks.lua index f051cfc..16adf0b 100644 --- a/.config/nvim/lua/plugins/snacks.lua +++ b/.config/nvim/lua/plugins/snacks.lua @@ -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 diff --git a/.config/uwsm/env b/.config/uwsm/env index cfb3d5e..a868364 100644 --- a/.config/uwsm/env +++ b/.config/uwsm/env @@ -1,3 +1,4 @@ +export BROWSER=zen-browser export XCURSOR_THEME=dracula export XCURSOR_SIZE=24 export GDK_SCALE=1