updates
This commit is contained in:
parent
36a8b8ab96
commit
e1029017cf
3 changed files with 9 additions and 9 deletions
6
flake.lock
generated
6
flake.lock
generated
|
@ -1630,11 +1630,11 @@
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1747229462,
|
"lastModified": 1747257326,
|
||||||
"narHash": "sha256-JC/M6MboP7K0auO+A6MND+D7oPzB4E8J3YPHOVArPQU=",
|
"narHash": "sha256-OD2oKwS9k5jmyGYPizg7oQB8PxERf/rQDyTRkC5ihX0=",
|
||||||
"owner": "0xc000022070",
|
"owner": "0xc000022070",
|
||||||
"repo": "zen-browser-flake",
|
"repo": "zen-browser-flake",
|
||||||
"rev": "a15a4d2772feb280d0ae2edaddf79dbf7894d594",
|
"rev": "ceaeae595124939a4c8b80dce2d02144ca3107ce",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
|
|
|
@ -74,8 +74,8 @@
|
||||||
{ on = "!"; run = "shell '$SHELL' --block"; desc = "Open shell here"; }
|
{ 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" "d"]; run = "shell 'ripdrag \"$@\" -x 2>/dev/null &' --confirm"; desc = "Drag selection";}
|
||||||
{ on = ["c" "c"]; run = "yank"; desc = "Copy file"; }
|
{ 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"]; }
|
{ 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" "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"; }
|
{ on = ["g" "p"]; run = "cd ~/Projects"; desc = "Go to ~/Projects"; }
|
||||||
|
|
|
@ -7,7 +7,7 @@ sep_left = { open = "", close = "" }
|
||||||
sep_right = { open = "", close = "" }
|
sep_right = { open = "", close = "" }
|
||||||
|
|
||||||
[tabs]
|
[tabs]
|
||||||
active = { bg = "blue", bold = true }
|
active = { fg = "blue", bg = "#282C34" }
|
||||||
inactive = { fg = "blue", bg = "#282C34" }
|
inactive = { fg = "#666666", bg = "#111111", dim = true }
|
||||||
sep_inner = { open = " ", close = " " }
|
sep_inner = { open = " ", close = " " }
|
||||||
sep_outer = { open = " ", close = " " }
|
sep_outer = { open = " ", close = " " }
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue