modified config to not be work specific
This commit is contained in:
@@ -33,9 +33,9 @@ config.window_padding = {
|
||||
top = 0,
|
||||
bottom = 0,
|
||||
}
|
||||
config.initial_rows = 50;
|
||||
-- config.initial_rows = 50;
|
||||
|
||||
wezterm.on('gui-startup', function(cmd)
|
||||
--[[wezterm.on('gui-startup', function(cmd)
|
||||
local tab, pane, window = mux.spawn_window(cmd or {})
|
||||
-- Create a split occupying the right 1/3 of the screen
|
||||
local loading_bar_pane = pane:split {
|
||||
@@ -45,8 +45,8 @@ wezterm.on('gui-startup', function(cmd)
|
||||
-- go to JavaUtils-Directory and prepare command
|
||||
loading_bar_pane:send_text 'cd JavaUtils/zeitlaeufer/target\njava de.szimnau.WorkLoadingBar'
|
||||
-- optionally: clear before preparing command
|
||||
-- loading_bar_pane:send_text 'cd JavaUtils\nc\njava LoadingBar'
|
||||
end)
|
||||
-- loading_bar_pane:send_text 'cd JavaUtils/zeitlaeufer/target\nc\njava de.szimnau.WorkLoadingBar'
|
||||
end)]]
|
||||
|
||||
config.keys = {
|
||||
-- This will create a new horizontal split and run your default program inside it
|
||||
|
Reference in New Issue
Block a user