diff --git a/.config/home-manager/flake.lock b/.config/home-manager/flake.lock index 6965b08..8bf8521 100644 --- a/.config/home-manager/flake.lock +++ b/.config/home-manager/flake.lock @@ -77,11 +77,11 @@ "quickshell": "quickshell" }, "locked": { - "lastModified": 1776691679, - "narHash": "sha256-vvK3PmDgOdRtSt5oZQ3A5ENCoFTWK2Ssb48wWm0HCLI=", + "lastModified": 1776868325, + "narHash": "sha256-p5IqaxTTVB7mOpsKENNJbmKoqGiW5KBv4JfZ4VtV6lE=", "owner": "AvengeMedia", "repo": "DankMaterialShell", - "rev": "9139fd2fb1d8e381f6eb8d0f84f20d59575f0fb2", + "rev": "97fa86d8f0f73232119040dca264566f1dc22772", "type": "github" }, "original": { @@ -203,11 +203,11 @@ ] }, "locked": { - "lastModified": 1776777932, - "narHash": "sha256-0R3Yow/NzSeVGUke5tL7CCkqmss4Vmi6BbV6idHzq/8=", + "lastModified": 1776869996, + "narHash": "sha256-1OBvTrMpG3aVYkfRv3reM+vGWS5zQCUpuOZ1HCc46ig=", "owner": "nix-community", "repo": "home-manager", - "rev": "5d5640599a0050b994330328b9fd45709c909720", + "rev": "afd5607108220437abc9d9568538fdda5347a6f8", "type": "github" }, "original": { @@ -228,11 +228,11 @@ "xwayland-satellite-unstable": "xwayland-satellite-unstable" }, "locked": { - "lastModified": 1776714033, - "narHash": "sha256-O+34yexfSxigXyb5usuzqac7vRHy6gYv7BtNtzDhQNo=", + "lastModified": 1776856212, + "narHash": "sha256-+ctOPF22mhj1CxUuZ8Qog1O4p3Cl8l8sFpUKqcb0RKA=", "owner": "sodiboo", "repo": "niri-flake", - "rev": "32bed686f4fd8274a5e4a58d071687a74e19821e", + "rev": "a27f4b9943c2cf48bfcf83f147522741f28cb512", "type": "github" }, "original": { @@ -261,11 +261,11 @@ "niri-unstable": { "flake": false, "locked": { - "lastModified": 1776706941, - "narHash": "sha256-nnv27JD0FOOqs1Hh67kydXFzZoEu8e0QyMf0R9AXaIw=", + "lastModified": 1776853441, + "narHash": "sha256-mSxfoEs7DiDhMCBzprI/1K7UXzMISuGq0b7T06LVJXE=", "owner": "YaLTeR", "repo": "niri", - "rev": "e9c182a13c1d12762351ec01ce0ec711d41b0337", + "rev": "74d2b18603366b98ec9045ecf4a632422f472365", "type": "github" }, "original": { @@ -307,11 +307,11 @@ }, "nixpkgs-stable": { "locked": { - "lastModified": 1776434932, - "narHash": "sha256-gyqXNMgk3sh+ogY5svd2eNLJ6oEwzbAeaoBrrxD0lKk=", + "lastModified": 1776560675, + "narHash": "sha256-p68udKWWh7+V4ZPpcMDq0gTHWNZJnr4JPI+kHPPE40o=", "owner": "NixOS", "repo": "nixpkgs", - "rev": "c7f47036d3df2add644c46d712d14262b7d86c0c", + "rev": "e07580dae39738e46609eaab8b154de2488133ce", "type": "github" }, "original": { @@ -375,11 +375,11 @@ ] }, "locked": { - "lastModified": 1776761300, - "narHash": "sha256-0CTVYyznIl8QC6PpMoOSM2Qo4sIdHp3j3wV8lU7wON8=", + "lastModified": 1776854048, + "narHash": "sha256-lLbV66V3RMNp1l8/UelmR4YzoJ5ONtgvEtiUMJATH/o=", "ref": "refs/heads/master", - "rev": "d60498adc038526b3d155e8ad61e51e78e6e32eb", - "revCount": 804, + "rev": "783c953987dc56ff0601abe6845ed96f1d00495a", + "revCount": 806, "type": "git", "url": "https://git.outfoxxed.me/outfoxxed/quickshell" }, @@ -397,7 +397,8 @@ "nix-monitor": "nix-monitor", "nixpkgs": "nixpkgs", "quickshell": "quickshell_2", - "stylix": "stylix" + "stylix": "stylix", + "zen-browser": "zen-browser" } }, "stylix": { @@ -544,6 +545,29 @@ "repo": "xwayland-satellite", "type": "github" } + }, + "zen-browser": { + "inputs": { + "home-manager": [ + "home-manager" + ], + "nixpkgs": [ + "nixpkgs" + ] + }, + "locked": { + "lastModified": 1776844129, + "narHash": "sha256-DaYSEBVzTvUhTuoVe70NHphoq5JKUHqUhlNlN5XnTuU=", + "owner": "0xc000022070", + "repo": "zen-browser-flake", + "rev": "90706e6ab801e4fb7bc53343db67583631936192", + "type": "github" + }, + "original": { + "owner": "0xc000022070", + "repo": "zen-browser-flake", + "type": "github" + } } }, "root": "root", diff --git a/.config/home-manager/flake.nix b/.config/home-manager/flake.nix index a97e528..8aae135 100644 --- a/.config/home-manager/flake.nix +++ b/.config/home-manager/flake.nix @@ -31,9 +31,17 @@ nix-monitor = { url = "github:antonjah/nix-monitor"; }; + zen-browser = { + url = "github:0xc000022070/zen-browser-flake"; + inputs = { + # IMPORTANT: To ensure compatibility with the latest Firefox version, use nixpkgs-unstable. + nixpkgs.follows = "nixpkgs"; + home-manager.follows = "home-manager"; + }; + }; }; - outputs = inputs@{ nixpkgs, home-manager, stylix, dankMaterialShell, niri, dgop, quickshell, nix-monitor, ... }: + outputs = inputs@{ nixpkgs, home-manager, stylix, dankMaterialShell, niri, dgop, quickshell, nix-monitor, zen-browser, ... }: let system = "x86_64-linux"; pkgs = nixpkgs.legacyPackages.${system}; diff --git a/.config/home-manager/home.nix b/.config/home-manager/home.nix index c3b307f..9ed8a8d 100644 --- a/.config/home-manager/home.nix +++ b/.config/home-manager/home.nix @@ -5,6 +5,7 @@ ./theme.nix ./firefox.nix ./dms.nix + inputs.zen-browser.homeModules.beta ]; nixpkgs = { @@ -22,6 +23,11 @@ programs.home-manager.enable = true; + programs.zen-browser = { + enable = true; + #setAsDefaultBrowser = true; + }; + services.linux-wallpaperengine = { enable = false; assetsPath = "/mnt/storage/SteamLibrary/steamapps/common/wallpaper_engine/assets"; diff --git a/.config/kando/config.json b/.config/kando/config.json index dc9e589..a6ebbdf 100644 --- a/.config/kando/config.json +++ b/.config/kando/config.json @@ -1,4 +1,5 @@ { + "version": "2.1.2", "locale": "auto", "showIntroductionDialog": false, "menuTheme": "default", @@ -19,13 +20,16 @@ "enableDarkModeForMenuThemes": false, "soundTheme": "simple-clicks", "soundVolume": 0.5, + "enableVersionCheck": true, "ignoreWriteProtectedConfigFiles": false, "settingsWindowColorScheme": "system", "settingsWindowFlavor": "sakura-system", "trayIconFlavor": "color", + "hardwareAcceleration": true, "lazyInitialization": false, - "enableVersionCheck": true, "zoomFactor": 1.3, + "hideSettingsButton": true, + "settingsButtonPosition": "bottom-right", "centerDeadZone": 50, "minParentDistance": 150, "dragThreshold": 15, @@ -46,7 +50,5 @@ "gamepadBackButton": 1, "gamepadCloseButton": 2, "sameShortcutBehavior": "nothing", - "useDefaultOsShowSettingsHotkey": true, - "hideSettingsButton": true, - "settingsButtonPosition": "bottom-right" + "useDefaultOsShowSettingsHotkey": true } diff --git a/.config/kando/menus.json b/.config/kando/menus.json index 1b6c674..51d910c 100644 --- a/.config/kando/menus.json +++ b/.config/kando/menus.json @@ -1,12 +1,7 @@ { + "version": "2.1.2", "menus": [ { - "shortcut": "", - "shortcutID": "default-menu", - "centered": false, - "anchored": false, - "hoverMode": false, - "tags": [], "root": { "type": "submenu", "name": "Default Menu", @@ -15,90 +10,90 @@ "children": [ { "type": "hotkey", - "name": "Toggle Float", - "icon": "float_landscape_2", - "iconTheme": "material-symbols-rounded", "data": { "hotkey": "MetaLeft+ShiftLeft+KeyT", "delayed": true - } + }, + "name": "Toggle Float", + "icon": "float_landscape_2", + "iconTheme": "material-symbols-rounded" }, { "type": "command", - "name": "Up", - "icon": "arrow_circle_up", - "iconTheme": "material-symbols-rounded", "data": { "command": "niri msg action focus-workspace-up", "detached": true, "isolated": false, "delayed": false }, + "name": "Up", + "icon": "arrow_circle_up", + "iconTheme": "material-symbols-rounded", "angle": 0 }, { "type": "submenu", + "data": {}, "name": "Media", "icon": "headphones", "iconTheme": "material-symbols-rounded", - "data": {}, "children": [ { "type": "hotkey", - "name": "Next", - "icon": "skip_next", - "iconTheme": "material-symbols-rounded", "data": { "hotkey": "MediaTrackNext", "delayed": true - } + }, + "name": "Next", + "icon": "skip_next", + "iconTheme": "material-symbols-rounded" }, { "type": "hotkey", - "name": "Play|Pause", - "icon": "play_pause", - "iconTheme": "material-symbols-rounded", "data": { "hotkey": "MediaPlayPause", "delayed": true - } + }, + "name": "Play|Pause", + "icon": "play_pause", + "iconTheme": "material-symbols-rounded" }, { "type": "hotkey", - "name": "Previous", - "icon": "skip_previous", - "iconTheme": "material-symbols-rounded", "data": { "hotkey": "MediaTrackPrevious", "delayed": true - } + }, + "name": "Previous", + "icon": "skip_previous", + "iconTheme": "material-symbols-rounded" } ], "angle": 90 }, { "type": "command", - "name": "Down", - "icon": "arrow_circle_down", - "iconTheme": "material-symbols-rounded", "data": { "command": "niri msg action focus-workspace-down", "detached": true, "isolated": false, "delayed": false }, + "name": "Down", + "icon": "arrow_circle_down", + "iconTheme": "material-symbols-rounded", "angle": 180 } ] - } - }, - { + }, "shortcut": "", - "shortcutID": "zen-browser", + "shortcutID": "default-menu", "centered": false, "anchored": false, "hoverMode": false, - "tags": [], + "tags": [] + }, + { "root": { "type": "submenu", "name": "Zen Browser", @@ -107,76 +102,76 @@ "children": [ { "type": "hotkey", - "name": "Compact Mode", - "icon": "view_compact_alt", - "iconTheme": "material-symbols-rounded", "data": { "hotkey": "ControlLeft+AltLeft+KeyC", "delayed": true - } + }, + "name": "Compact Mode", + "icon": "view_compact_alt", + "iconTheme": "material-symbols-rounded" }, { "type": "hotkey", - "name": "Forward", - "icon": "arrow_circle_right", - "iconTheme": "material-symbols-rounded", "data": { "hotkey": "AltLeft+ArrowRight", "delayed": true }, + "name": "Forward", + "icon": "arrow_circle_right", + "iconTheme": "material-symbols-rounded", "angle": 90 }, { "type": "hotkey", - "name": "Split V", - "icon": "split_scene_up", - "iconTheme": "material-symbols-rounded", "data": { "hotkey": "ControlLeft+AltLeft+KeyH", "delayed": true - } + }, + "name": "Split V", + "icon": "split_scene_up", + "iconTheme": "material-symbols-rounded" }, { "type": "hotkey", - "name": "Unsplit", - "icon": "tab", - "iconTheme": "material-symbols-rounded", "data": { "hotkey": "ControlLeft+AltLeft+KeyU", "delayed": true - } + }, + "name": "Unsplit", + "icon": "tab", + "iconTheme": "material-symbols-rounded" }, { "type": "hotkey", - "name": "Split H", - "icon": "split_scene_left", - "iconTheme": "material-symbols-rounded", "data": { "hotkey": "ControlLeft+AltLeft+KeyV", "delayed": true - } + }, + "name": "Split H", + "icon": "split_scene_left", + "iconTheme": "material-symbols-rounded" }, { "type": "hotkey", - "name": "Back", - "icon": "arrow_circle_left", - "iconTheme": "material-symbols-rounded", "data": { "hotkey": "AltLeft+ArrowLeft", "delayed": true }, + "name": "Back", + "icon": "arrow_circle_left", + "iconTheme": "material-symbols-rounded", "angle": 270 } ] - } - }, - { + }, "shortcut": "", - "shortcutID": "gimp-menu", + "shortcutID": "zen-browser", "centered": false, "anchored": false, "hoverMode": false, - "tags": [], + "tags": [] + }, + { "root": { "type": "submenu", "name": "GIMP", @@ -191,53 +186,53 @@ "children": [ { "type": "hotkey", - "name": "New Layer", - "icon": "add", - "iconTheme": "material-symbols-rounded", "data": { "hotkey": "ShiftLeft+ControlLeft+KeyN", "delayed": true - } + }, + "name": "New Layer", + "icon": "add", + "iconTheme": "material-symbols-rounded" }, { "type": "hotkey", - "name": "Duplicate Layer", - "icon": "content_copy", - "iconTheme": "material-symbols-rounded", "data": { "hotkey": "ShiftLeft+ControlLeft+KeyD", "delayed": true - } + }, + "name": "Duplicate Layer", + "icon": "content_copy", + "iconTheme": "material-symbols-rounded" }, { "type": "hotkey", - "name": "Merge Down", - "icon": "merge_type", - "iconTheme": "material-symbols-rounded", "data": { "hotkey": "ControlLeft+KeyE", "delayed": true - } + }, + "name": "Merge Down", + "icon": "merge_type", + "iconTheme": "material-symbols-rounded" }, { "type": "hotkey", - "name": "Merge Visible", - "icon": "layers_clear", - "iconTheme": "material-symbols-rounded", "data": { "hotkey": "ShiftLeft+ControlLeft+KeyM", "delayed": true - } + }, + "name": "Merge Visible", + "icon": "layers_clear", + "iconTheme": "material-symbols-rounded" }, { "type": "hotkey", - "name": "New from Visible", - "icon": "auto_fix_high", - "iconTheme": "material-symbols-rounded", "data": { "hotkey": "ShiftLeft+ControlLeft+AltLeft+KeyN", "delayed": true - } + }, + "name": "New from Visible", + "icon": "auto_fix_high", + "iconTheme": "material-symbols-rounded" } ] }, @@ -249,98 +244,104 @@ "children": [ { "type": "hotkey", - "name": "Paintbrush", - "icon": "brush", - "iconTheme": "material-symbols-rounded", "data": { "hotkey": "KeyP", "delayed": true - } + }, + "name": "Paintbrush", + "icon": "brush", + "iconTheme": "material-symbols-rounded" }, { "type": "hotkey", - "name": "Eraser", - "icon": "cleaning_services", - "iconTheme": "material-symbols-rounded", "data": { "hotkey": "ShiftLeft+KeyE", "delayed": true - } + }, + "name": "Eraser", + "icon": "cleaning_services", + "iconTheme": "material-symbols-rounded" }, { "type": "hotkey", - "name": "Move", - "icon": "open_with", - "iconTheme": "material-symbols-rounded", "data": { "hotkey": "KeyM", "delayed": true - } + }, + "name": "Move", + "icon": "open_with", + "iconTheme": "material-symbols-rounded" }, { "type": "hotkey", - "name": "Rectangle Select", - "icon": "rectangle", - "iconTheme": "material-symbols-rounded", "data": { "hotkey": "KeyR", "delayed": true - } + }, + "name": "Rectangle Select", + "icon": "rectangle", + "iconTheme": "material-symbols-rounded" }, { "type": "hotkey", - "name": "Ellipse Select", - "icon": "lens", - "iconTheme": "material-symbols-rounded", "data": { "hotkey": "KeyE", "delayed": true - } + }, + "name": "Ellipse Select", + "icon": "lens", + "iconTheme": "material-symbols-rounded" }, { "type": "hotkey", - "name": "Color Picker", - "icon": "colorize", - "iconTheme": "material-symbols-rounded", "data": { "hotkey": "KeyO", "delayed": true - } + }, + "name": "Color Picker", + "icon": "colorize", + "iconTheme": "material-symbols-rounded" }, { "type": "hotkey", - "name": "Zoom", - "icon": "zoom_in", - "iconTheme": "material-symbols-rounded", "data": { "hotkey": "KeyZ", "delayed": true - } + }, + "name": "Zoom", + "icon": "zoom_in", + "iconTheme": "material-symbols-rounded" }, { "type": "hotkey", - "name": "Text", - "icon": "text_fields", - "iconTheme": "material-symbols-rounded", "data": { "hotkey": "KeyT", "delayed": true - } + }, + "name": "Text", + "icon": "text_fields", + "iconTheme": "material-symbols-rounded" } ] }, { "type": "hotkey", - "name": "Ruler", - "icon": "align_flex_end", - "iconTheme": "material-symbols-rounded", "data": { "hotkey": "ControlLeft+ShiftLeft+KeyR", "delayed": true - } + }, + "name": "Ruler", + "icon": "align_flex_end", + "iconTheme": "material-symbols-rounded" } ] - } + }, + "shortcut": "", + "shortcutID": "gimp-menu", + "centered": false, + "anchored": false, + "hoverMode": false, + "tags": [] } ], "collections": [ diff --git a/.config/kando/session/DawnGraphiteCache/data_1 b/.config/kando/session/DawnGraphiteCache/data_1 index bdd752b..b950695 100644 Binary files a/.config/kando/session/DawnGraphiteCache/data_1 and b/.config/kando/session/DawnGraphiteCache/data_1 differ diff --git a/.config/kando/session/DawnGraphiteCache/index b/.config/kando/session/DawnGraphiteCache/index index e0b8eb9..d06f611 100644 Binary files a/.config/kando/session/DawnGraphiteCache/index and b/.config/kando/session/DawnGraphiteCache/index differ diff --git a/.config/kando/session/DawnWebGPUCache/data_1 b/.config/kando/session/DawnWebGPUCache/data_1 index 880db16..883444a 100644 Binary files a/.config/kando/session/DawnWebGPUCache/data_1 and b/.config/kando/session/DawnWebGPUCache/data_1 differ diff --git a/.config/kando/session/DawnWebGPUCache/index b/.config/kando/session/DawnWebGPUCache/index index 2396c91..f66d18c 100644 Binary files a/.config/kando/session/DawnWebGPUCache/index and b/.config/kando/session/DawnWebGPUCache/index differ diff --git a/.config/kando/session/GPUCache/data_0 b/.config/kando/session/GPUCache/data_0 index 40dc0ee..394be5e 100644 Binary files a/.config/kando/session/GPUCache/data_0 and b/.config/kando/session/GPUCache/data_0 differ diff --git a/.config/kando/session/GPUCache/data_1 b/.config/kando/session/GPUCache/data_1 index 5dff199..02fda52 100644 Binary files a/.config/kando/session/GPUCache/data_1 and b/.config/kando/session/GPUCache/data_1 differ diff --git a/.config/kando/session/GPUCache/data_2 b/.config/kando/session/GPUCache/data_2 index e052061..3c52fa2 100644 Binary files a/.config/kando/session/GPUCache/data_2 and b/.config/kando/session/GPUCache/data_2 differ diff --git a/.config/kando/session/GPUCache/index b/.config/kando/session/GPUCache/index index 12e8235..83156b7 100644 Binary files a/.config/kando/session/GPUCache/index and b/.config/kando/session/GPUCache/index differ diff --git a/.config/kando/session/Local Storage/leveldb/000003.log b/.config/kando/session/Local Storage/leveldb/000003.log index 29de7e9..cacb19e 100644 Binary files a/.config/kando/session/Local Storage/leveldb/000003.log and b/.config/kando/session/Local Storage/leveldb/000003.log differ diff --git a/.config/kando/session/Local Storage/leveldb/LOG b/.config/kando/session/Local Storage/leveldb/LOG index b503fc3..f7e412c 100644 --- a/.config/kando/session/Local Storage/leveldb/LOG +++ b/.config/kando/session/Local Storage/leveldb/LOG @@ -1,3 +1,3 @@ -2026/04/21-16:46:43.425 12ee Reusing MANIFEST /home/nicole/.config/kando/session/Local Storage/leveldb/MANIFEST-000001 -2026/04/21-16:46:43.429 12ee Recovering log #3 -2026/04/21-16:46:43.430 12ee Reusing old log /home/nicole/.config/kando/session/Local Storage/leveldb/000003.log +2026/04/22-18:05:20.718 278f6 Reusing MANIFEST /home/nicole/.config/kando/session/Local Storage/leveldb/MANIFEST-000001 +2026/04/22-18:05:20.725 278f6 Recovering log #3 +2026/04/22-18:05:20.725 278f6 Reusing old log /home/nicole/.config/kando/session/Local Storage/leveldb/000003.log diff --git a/.config/kando/session/Local Storage/leveldb/LOG.old b/.config/kando/session/Local Storage/leveldb/LOG.old index c8b4180..a66cdee 100644 --- a/.config/kando/session/Local Storage/leveldb/LOG.old +++ b/.config/kando/session/Local Storage/leveldb/LOG.old @@ -1,3 +1,3 @@ -2026/04/17-21:04:17.999 721fe Reusing MANIFEST /home/nicole/.config/kando/session/Local Storage/leveldb/MANIFEST-000001 -2026/04/17-21:04:18.006 721fe Recovering log #3 -2026/04/17-21:04:18.006 721fe Reusing old log /home/nicole/.config/kando/session/Local Storage/leveldb/000003.log +2026/04/21-20:15:44.426 25a4 Reusing MANIFEST /home/nicole/.config/kando/session/Local Storage/leveldb/MANIFEST-000001 +2026/04/21-20:15:44.430 25a4 Recovering log #3 +2026/04/21-20:15:44.430 25a4 Reusing old log /home/nicole/.config/kando/session/Local Storage/leveldb/000003.log diff --git a/.config/kando/session/Preferences b/.config/kando/session/Preferences index dfc3205..61b2c7f 100644 --- a/.config/kando/session/Preferences +++ b/.config/kando/session/Preferences @@ -1 +1 @@ -{"migrated_user_scripts_toggle":true,"partition":{"per_host_zoom_levels":{"14360168047744253002":{"file:///nix/store/2r27pyvj0wgabvwfj2gf8ydqcf186ck5-kando-2.0.0/share/kando/resources/app/.webpack/renderer/menu_window/index.html":1.4390194395059626,"file:///nix/store/ig0wfwb84wszjb3hx9n4kaxzqjn4a4q0-kando-2.0.0/share/kando/resources/app/.webpack/renderer/menu_window/index.html":1.4390194395059626,"file:///nix/store/q1l4nillnfcm0r0bnrvhpfgxch1vsj9z-kando-2.0.0/share/kando/resources/app/.webpack/renderer/menu_window/index.html":1.4390194395059626,"file:///nix/store/rr5r5snlg97m5smaj45aqfi4i143drn5-kando-2.0.0/share/kando/resources/app/.webpack/renderer/menu_window/index.html":1.4390194395059626,"file:///nix/store/w379y70szfig26r0vdgm3bh3qjr6dc93-kando-2.0.0/share/kando/resources/app/.webpack/renderer/menu_window/index.html":1.4390194395059626,"file:///nix/store/ziq65xivv36nx3p8i28l2bgl8ig5m2wv-kando-2.0.0/share/kando/resources/app/.webpack/renderer/menu_window/index.html":1.4390194395059626,"file:///nix/store/zvw5cimvyl5v02191haj8vrv4fkg4lj1-kando-2.0.0/share/kando/resources/app/.webpack/renderer/menu_window/index.html":1.4390194395059626}}},"spellcheck":{"dictionaries":["en-US"],"dictionary":""}} \ No newline at end of file +{"migrated_user_scripts_toggle":true,"partition":{"per_host_zoom_levels":{"14360168047744253002":{"file:///nix/store/2r27pyvj0wgabvwfj2gf8ydqcf186ck5-kando-2.0.0/share/kando/resources/app/.webpack/renderer/menu_window/index.html":1.4390194395059626,"file:///nix/store/3rqiz2nbg8y83b1ay8j2q1k2p2kw38ff-kando-2.1.2/share/kando/resources/app/.webpack/renderer/menu_window/index.html":1.4390194395059626,"file:///nix/store/ig0wfwb84wszjb3hx9n4kaxzqjn4a4q0-kando-2.0.0/share/kando/resources/app/.webpack/renderer/menu_window/index.html":1.4390194395059626,"file:///nix/store/q1l4nillnfcm0r0bnrvhpfgxch1vsj9z-kando-2.0.0/share/kando/resources/app/.webpack/renderer/menu_window/index.html":1.4390194395059626,"file:///nix/store/rr5r5snlg97m5smaj45aqfi4i143drn5-kando-2.0.0/share/kando/resources/app/.webpack/renderer/menu_window/index.html":1.4390194395059626,"file:///nix/store/w379y70szfig26r0vdgm3bh3qjr6dc93-kando-2.0.0/share/kando/resources/app/.webpack/renderer/menu_window/index.html":1.4390194395059626,"file:///nix/store/ziq65xivv36nx3p8i28l2bgl8ig5m2wv-kando-2.0.0/share/kando/resources/app/.webpack/renderer/menu_window/index.html":1.4390194395059626,"file:///nix/store/zvw5cimvyl5v02191haj8vrv4fkg4lj1-kando-2.0.0/share/kando/resources/app/.webpack/renderer/menu_window/index.html":1.4390194395059626}}},"spellcheck":{"dictionaries":["en-US"],"dictionary":""}} \ No newline at end of file diff --git a/.config/kando/session/Session Storage/000003.log b/.config/kando/session/Session Storage/000003.log index 22fe909..1c83533 100644 Binary files a/.config/kando/session/Session Storage/000003.log and b/.config/kando/session/Session Storage/000003.log differ diff --git a/.config/kando/session/Session Storage/LOG b/.config/kando/session/Session Storage/LOG index 145c5d7..48a0b49 100644 --- a/.config/kando/session/Session Storage/LOG +++ b/.config/kando/session/Session Storage/LOG @@ -1,3 +1,3 @@ -2026/04/18-09:35:22.456 721fe Reusing MANIFEST /home/nicole/.config/kando/session/Session Storage/MANIFEST-000001 -2026/04/18-09:35:22.456 721fe Recovering log #3 -2026/04/18-09:35:22.456 721fe Reusing old log /home/nicole/.config/kando/session/Session Storage/000003.log +2026/04/22-22:11:13.551 278d0 Reusing MANIFEST /home/nicole/.config/kando/session/Session Storage/MANIFEST-000001 +2026/04/22-22:11:13.552 278d0 Recovering log #3 +2026/04/22-22:11:13.552 278d0 Reusing old log /home/nicole/.config/kando/session/Session Storage/000003.log diff --git a/.config/kando/session/Session Storage/LOG.old b/.config/kando/session/Session Storage/LOG.old index b23aeb2..eaa0284 100644 --- a/.config/kando/session/Session Storage/LOG.old +++ b/.config/kando/session/Session Storage/LOG.old @@ -1,3 +1,3 @@ -2026/04/16-19:22:42.346 1fcd7 Reusing MANIFEST /home/nicole/.config/kando/session/Session Storage/MANIFEST-000001 -2026/04/16-19:22:42.346 1fcd7 Recovering log #3 -2026/04/16-19:22:42.346 1fcd7 Reusing old log /home/nicole/.config/kando/session/Session Storage/000003.log +2026/04/21-20:17:05.322 2581 Reusing MANIFEST /home/nicole/.config/kando/session/Session Storage/MANIFEST-000001 +2026/04/21-20:17:05.322 2581 Recovering log #3 +2026/04/21-20:17:05.322 2581 Reusing old log /home/nicole/.config/kando/session/Session Storage/000003.log diff --git a/.config/kitty/kitty.conf b/.config/kitty/kitty.conf index c786ce5..8cdc0a8 100644 --- a/.config/kitty/kitty.conf +++ b/.config/kitty/kitty.conf @@ -4,4 +4,4 @@ include ./dank-tabs.conf background_opacity 0.8 confirm_os_window_close 0 -cursor_shape underline +cursor_shape beam diff --git a/.config/matugen/config.toml b/.config/matugen/config.toml index 90b54df..8ec2023 100644 --- a/.config/matugen/config.toml +++ b/.config/matugen/config.toml @@ -45,3 +45,4 @@ post_hook = "touch ~/.cache/wal/.tb-reload" [templates.wal-colors] input_path = "~/.config/matugen/templates/wal-colors" output_path = "~/.cache/wal/colors" + diff --git a/.config/niri/config.kdl b/.config/niri/config.kdl index 8d27349..bf71d9e 100644 --- a/.config/niri/config.kdl +++ b/.config/niri/config.kdl @@ -209,6 +209,9 @@ window-rule { open-on-workspace "terminal" open-maximized false default-column-width { proportion 0.33333; } + background-effect { + blur true + } } window-rule { match app-id="app.zen_browser.zen" @@ -257,6 +260,18 @@ window-rule { open-floating true } +// ZE BIG BLUR +window-rule { + opacity 0.9 + background-effect { + blur true + } + match app-id=r#"^org\.gnome\.Nautilus$"# + match app-id="fsearch" + match app-id="feishin" + match app-id="MstyStudio" +} + window-rule { match app-id="Jan" open-maximized false @@ -273,7 +288,6 @@ window-rule { default-column-width { proportion 0.3; } default-window-height { proportion 1.0; } default-floating-position x=0 y=0 relative-to="bottom-left" - opacity 0.99 open-on-workspace "special" }