Update
This commit is contained in:
parent
d32d061a7a
commit
68cc396b84
12 changed files with 21 additions and 10 deletions
|
|
@ -24,7 +24,7 @@
|
||||||
programs.home-manager.enable = true;
|
programs.home-manager.enable = true;
|
||||||
|
|
||||||
programs.zen-browser = {
|
programs.zen-browser = {
|
||||||
enable = true;
|
enable = false;
|
||||||
#setAsDefaultBrowser = true;
|
#setAsDefaultBrowser = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
||||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
|
|
@ -1,3 +1,3 @@
|
||||||
2026/04/22-18:05:20.718 278f6 Reusing MANIFEST /home/nicole/.config/kando/session/Local Storage/leveldb/MANIFEST-000001
|
2026/04/25-22:01:51.028 a9cc 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/25-22:01:51.030 a9cc Recovering log #3
|
||||||
2026/04/22-18:05:20.725 278f6 Reusing old log /home/nicole/.config/kando/session/Local Storage/leveldb/000003.log
|
2026/04/25-22:01:51.031 a9cc Reusing old log /home/nicole/.config/kando/session/Local Storage/leveldb/000003.log
|
||||||
|
|
|
||||||
|
|
@ -1,3 +1,3 @@
|
||||||
2026/04/21-20:15:44.426 25a4 Reusing MANIFEST /home/nicole/.config/kando/session/Local Storage/leveldb/MANIFEST-000001
|
2026/04/25-20:45:37.642 4e2ce 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/25-20:45:37.648 4e2ce Recovering log #3
|
||||||
2026/04/21-20:15:44.430 25a4 Reusing old log /home/nicole/.config/kando/session/Local Storage/leveldb/000003.log
|
2026/04/25-20:45:37.648 4e2ce Reusing old log /home/nicole/.config/kando/session/Local Storage/leveldb/000003.log
|
||||||
|
|
|
||||||
|
|
@ -46,3 +46,10 @@ post_hook = "touch ~/.cache/wal/.tb-reload"
|
||||||
input_path = "~/.config/matugen/templates/wal-colors"
|
input_path = "~/.config/matugen/templates/wal-colors"
|
||||||
output_path = "~/.cache/wal/colors"
|
output_path = "~/.cache/wal/colors"
|
||||||
|
|
||||||
|
[templates.mailspring]
|
||||||
|
input_path = "~/.config/matugen/templates/ui-variables"
|
||||||
|
output_path = "~/.config/Mailspring/packages/Matugen/styles/ui-variables.less"
|
||||||
|
|
||||||
|
[templates.millennium]
|
||||||
|
input_path = "~/.config/matugen/templates/millennium-material-matugen.css"
|
||||||
|
output_path = '~/.steam/steam/steamui/skins/Material-Theme/css/main/colors/matugen.css'
|
||||||
|
|
|
||||||
|
|
@ -137,8 +137,8 @@ spawn-at-startup "rbw" "unlock"
|
||||||
spawn-at-startup "bitwarden"
|
spawn-at-startup "bitwarden"
|
||||||
spawn-at-startup "Telegram"
|
spawn-at-startup "Telegram"
|
||||||
spawn-at-startup "vesktop"
|
spawn-at-startup "vesktop"
|
||||||
//spawn-at-startup "/home/nicole/.scripts/mailspring.sh"
|
spawn-at-startup "/home/nicole/.scripts/mailspring.sh"
|
||||||
spawn-at-startup "thunderbird"
|
//spawn-at-startup "thunderbird"
|
||||||
spawn-at-startup "nextcloud"
|
spawn-at-startup "nextcloud"
|
||||||
spawn-at-startup "msty-studio"
|
spawn-at-startup "msty-studio"
|
||||||
spawn-at-startup "sunshine"
|
spawn-at-startup "sunshine"
|
||||||
|
|
@ -216,6 +216,10 @@ window-rule {
|
||||||
window-rule {
|
window-rule {
|
||||||
match app-id="app.zen_browser.zen"
|
match app-id="app.zen_browser.zen"
|
||||||
open-on-workspace "browser"
|
open-on-workspace "browser"
|
||||||
|
background-effect {
|
||||||
|
blur true
|
||||||
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
window-rule {
|
window-rule {
|
||||||
match app-id=r#"^org\.telegram\.desktop$"#
|
match app-id=r#"^org\.telegram\.desktop$"#
|
||||||
|
|
@ -630,7 +634,7 @@ binds {
|
||||||
// === Screenshots ===
|
// === Screenshots ===
|
||||||
Mod+Shift+S { spawn-sh "grim -g \"$(slurp -d)\" - | wl-copy"; }
|
Mod+Shift+S { spawn-sh "grim -g \"$(slurp -d)\" - | wl-copy"; }
|
||||||
// Shift+Print { spawn-sh "grim -g \"$(slurp -d)\" - | swappy -f -"; }
|
// Shift+Print { spawn-sh "grim -g \"$(slurp -d)\" - | swappy -f -"; }
|
||||||
Shift+Print { spawn-sh "grim -g \"$(slurp -d)\" - | satty -f -"; }
|
Shift+Print { spawn-sh "grim -g \"$(slurp -d)\" - | satty --corner-roundness 0 --no-window-decoration --initial-tool blur --default-fill-shapes -f -"; }
|
||||||
Print { screenshot-screen; }
|
Print { screenshot-screen; }
|
||||||
//XF86Launch1 { screenshot; }
|
//XF86Launch1 { screenshot; }
|
||||||
//Ctrl+XF86Launch1 { screenshot-screen; }
|
//Ctrl+XF86Launch1 { screenshot-screen; }
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue