Skip to content

Commit

Permalink
let scratchpad wezterm start at nix-config dir
Browse files Browse the repository at this point in the history
  • Loading branch information
WeissP committed Nov 12, 2024
1 parent f7618e7 commit 0fb2c4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/WeissScratchpad.hs
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ termNSP, timeNSP, pavuNSP, scratchNSP :: NamedScratchpad
termNSP =
NS
"wezterm"
(myTerminal <> " --config-file $XDG_CONFIG_HOME/wezterm/scratch.lua")
(myTerminal <> " --config-file $XDG_CONFIG_HOME/wezterm/scratch.lua start --cwd $HOME/nix-config")
(title ^=? "[Scratchpad]" <&&> (className =? "org.wezfurlong.wezterm"))
niceFloating
timeNSP =
Expand Down

0 comments on commit 0fb2c4b

Please sign in to comment.