clone of my dotfiles.ssp.sh
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

update

sspaeti ccdbad49 cbc1eae4

+8 -6
+2
hypr/.config/hypr/bindings.conf
··· 62 62 bindd = SUPER SHIFT, grave, Toggle locking on idle, exec, omarchy-toggle-idle 63 63 # Also check out ~/.dotfiles/helpers/bin/caffeinate to turn off for Xminuts with `caffeinate 30` or `caffeinate off` 64 64 65 + unbind = SUPER, BACKSPACE 66 + bindd = SUPER ALT SHIFT, B, Toggle window transparency, exec, hyprctl dispatch setprop "address:$(hyprctl activewindow -j | jq -r '.address')" opaque toggle 65 67 66 68 bind = SUPER, N, exec, $toggle obsidian "obsidian --disable-gpu" 67 69 # bind = SUPER, N, exec, uwsm app -- obsidian -disable-gpu
+1 -1
hypr/.config/hypr/looknfeel.conf
··· 26 26 # Just dash of opacity 27 27 windowrule { 28 28 name = windowrule-1 29 - opacity = 0.99 0.97 29 + opacity = 0.99 0.98 30 30 match:class = .* 31 31 } 32 32
+5 -5
nvim/.config/nvim/lua/sspaeti/plugins/ai.lua
··· 142 142 config = function() 143 143 local _99 = require("99") 144 144 145 - -- SSP: Workaround: Ensure tmp directory exists (plugin bug - should create automatically) 146 - local tmp_dir = vim.uv.cwd() .. "/tmp" 147 - if vim.fn.isdirectory(tmp_dir) == 0 then 148 - vim.fn.mkdir(tmp_dir, "p") 149 - end 145 + -- -- SSP: Workaround: Ensure tmp directory exists (plugin bug - should create automatically) 146 + -- local tmp_dir = vim.uv.cwd() .. "/tmp" 147 + -- if vim.fn.isdirectory(tmp_dir) == 0 then 148 + -- vim.fn.mkdir(tmp_dir, "p") 149 + -- end 150 150 151 151 -- For logging that is to a file if you wish to trace through requests 152 152 -- for reporting bugs, i would not rely on this, but instead the provided