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