onward
This commit is contained in:
parent
252dd24935
commit
2bcd8b8958
2 changed files with 4 additions and 2 deletions
|
@ -119,7 +119,7 @@ return {
|
||||||
bold_brightens_ansi_colors = false,
|
bold_brightens_ansi_colors = false,
|
||||||
|
|
||||||
font_size = 13.0,
|
font_size = 13.0,
|
||||||
line_height = 1.025,
|
line_height = 1.0,
|
||||||
|
|
||||||
initial_cols = 100,
|
initial_cols = 100,
|
||||||
initial_rows = 55,
|
initial_rows = 55,
|
||||||
|
@ -159,9 +159,11 @@ return {
|
||||||
{key="k", mods="LEADER", action=wezterm.action{CloseCurrentTab={confirm=true}}},
|
{key="k", mods="LEADER", action=wezterm.action{CloseCurrentTab={confirm=true}}},
|
||||||
{key="l", mods="LEADER", action="ShowLauncher"},
|
{key="l", mods="LEADER", action="ShowLauncher"},
|
||||||
|
|
||||||
|
--[[
|
||||||
{key="LeftArrow", mods="CTRL", action=wezterm.action{ActivateTabRelative=-1}},
|
{key="LeftArrow", mods="CTRL", action=wezterm.action{ActivateTabRelative=-1}},
|
||||||
{key="RightArrow", mods="CTRL", action=wezterm.action{ActivateTabRelative=1}},
|
{key="RightArrow", mods="CTRL", action=wezterm.action{ActivateTabRelative=1}},
|
||||||
{key="RightArrow", mods="CTRL|SHIFT", action=wezterm.action{SpawnTab="CurrentPaneDomain"}},
|
{key="RightArrow", mods="CTRL|SHIFT", action=wezterm.action{SpawnTab="CurrentPaneDomain"}},
|
||||||
|
]]
|
||||||
|
|
||||||
--[[ {key="1", mods="ALT", action=wezterm.action{ActivateTab=0}},
|
--[[ {key="1", mods="ALT", action=wezterm.action{ActivateTab=0}},
|
||||||
{key="2", mods="ALT", action=wezterm.action{ActivateTab=1}},
|
{key="2", mods="ALT", action=wezterm.action{ActivateTab=1}},
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
Version=1.0
|
Version=1.0
|
||||||
Name=plex
|
Name=plex
|
||||||
StartupWMClass=plex.aarn.shelman.io
|
StartupWMClass=plex.aarn.shelman.io
|
||||||
Exec=/usr/bin/google-chrome-stable --profile-directory='Profile 2' --app-id=llnnnpamphjdahhjbplmgfangbkgfonf
|
Exec=/usr/bin/google-chrome-stable --profile-directory='Profile 2' --app=https://plex.home:32400/web/index.html
|
||||||
Terminal=false
|
Terminal=false
|
||||||
Icon=google-chrome
|
Icon=google-chrome
|
||||||
Type=Application
|
Type=Application
|
||||||
|
|
Loading…
Reference in a new issue