This commit is contained in:
Matt Nish-Lapidus 2025-05-14 18:18:28 -04:00
parent 36a8b8ab96
commit e1029017cf
3 changed files with 9 additions and 9 deletions

6
flake.lock generated
View file

@ -1630,11 +1630,11 @@
]
},
"locked": {
"lastModified": 1747229462,
"narHash": "sha256-JC/M6MboP7K0auO+A6MND+D7oPzB4E8J3YPHOVArPQU=",
"lastModified": 1747257326,
"narHash": "sha256-OD2oKwS9k5jmyGYPizg7oQB8PxERf/rQDyTRkC5ihX0=",
"owner": "0xc000022070",
"repo": "zen-browser-flake",
"rev": "a15a4d2772feb280d0ae2edaddf79dbf7894d594",
"rev": "ceaeae595124939a4c8b80dce2d02144ca3107ce",
"type": "github"
},
"original": {

View file

@ -74,8 +74,8 @@
{ on = "!"; run = "shell '$SHELL' --block"; desc = "Open shell here"; }
{ on = ["c" "d"]; run = "shell 'ripdrag \"$@\" -x 2>/dev/null &' --confirm"; desc = "Drag selection";}
{ on = ["c" "c"]; run = "yank"; desc = "Copy file"; }
{ on = "y"; run = ["shell 'for path in \"$@\"; do echo \"file://$path\"; done | wl-copy -t text/uri-list'\n" "yank"]; }
{ on = ["c" "y"]; run = "yank"; desc = "Copy file (yank)"; }
{ on = "y"; run = ["shell 'for path in \"$@\"; do echo \"file://$path\"; done | wl-copy -t text/uri-list'\n" "yank"]; desc = "Yank selected files (copy)"; }
{ on = ["g" "r"]; run = "shell 'ya emit cd \"$(git rev-parse --show-toplevel)\"'\n"; desc = "Go to top of git repo"; }
{ on = ["g" "p"]; run = "cd ~/Projects"; desc = "Go to ~/Projects"; }

View file

@ -7,7 +7,7 @@ sep_left = { open = "", close = "" }
sep_right = { open = "", close = "" }
[tabs]
active = { bg = "blue", bold = true }
inactive = { fg = "blue", bg = "#282C34" }
active = { fg = "blue", bg = "#282C34" }
inactive = { fg = "#666666", bg = "#111111", dim = true }
sep_inner = { open = " ", close = " " }
sep_outer = { open = " ", close = " " }