···6262bindd = SUPER SHIFT, grave, Toggle locking on idle, exec, omarchy-toggle-idle
6363# Also check out ~/.dotfiles/helpers/bin/caffeinate to turn off for Xminuts with `caffeinate 30` or `caffeinate off`
64646565+unbind = SUPER, BACKSPACE
6666+bindd = SUPER ALT SHIFT, B, Toggle window transparency, exec, hyprctl dispatch setprop "address:$(hyprctl activewindow -j | jq -r '.address')" opaque toggle
65676668bind = SUPER, N, exec, $toggle obsidian "obsidian --disable-gpu"
6769# bind = SUPER, N, exec, uwsm app -- obsidian -disable-gpu
+1-1
hypr/.config/hypr/looknfeel.conf
···2626# Just dash of opacity
2727windowrule {
2828 name = windowrule-1
2929- opacity = 0.99 0.97
2929+ opacity = 0.99 0.98
3030 match:class = .*
3131}
3232
+5-5
nvim/.config/nvim/lua/sspaeti/plugins/ai.lua
···142142 config = function()
143143 local _99 = require("99")
144144145145- -- SSP: Workaround: Ensure tmp directory exists (plugin bug - should create automatically)
146146- local tmp_dir = vim.uv.cwd() .. "/tmp"
147147- if vim.fn.isdirectory(tmp_dir) == 0 then
148148- vim.fn.mkdir(tmp_dir, "p")
149149- end
145145+ -- -- SSP: Workaround: Ensure tmp directory exists (plugin bug - should create automatically)
146146+ -- local tmp_dir = vim.uv.cwd() .. "/tmp"
147147+ -- if vim.fn.isdirectory(tmp_dir) == 0 then
148148+ -- vim.fn.mkdir(tmp_dir, "p")
149149+ -- end
150150151151 -- For logging that is to a file if you wish to trace through requests
152152 -- for reporting bugs, i would not rely on this, but instead the provided