From 2bcd8b8958678f4e270dbc6fc6151560ef2dd575 Mon Sep 17 00:00:00 2001 From: Daniel Lundin Date: Thu, 26 Aug 2021 16:23:55 +0200 Subject: [PATCH] onward --- .config/wezterm/wezterm.lua | 4 +++- .local/share/applications/plex.desktop | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/.config/wezterm/wezterm.lua b/.config/wezterm/wezterm.lua index dabe44d..4a55e29 100644 --- a/.config/wezterm/wezterm.lua +++ b/.config/wezterm/wezterm.lua @@ -119,7 +119,7 @@ return { bold_brightens_ansi_colors = false, font_size = 13.0, - line_height = 1.025, + line_height = 1.0, initial_cols = 100, initial_rows = 55, @@ -159,9 +159,11 @@ return { {key="k", mods="LEADER", action=wezterm.action{CloseCurrentTab={confirm=true}}}, {key="l", mods="LEADER", action="ShowLauncher"}, + --[[ {key="LeftArrow", 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="1", mods="ALT", action=wezterm.action{ActivateTab=0}}, {key="2", mods="ALT", action=wezterm.action{ActivateTab=1}}, diff --git a/.local/share/applications/plex.desktop b/.local/share/applications/plex.desktop index 05a0e77..49d5d49 100644 --- a/.local/share/applications/plex.desktop +++ b/.local/share/applications/plex.desktop @@ -2,7 +2,7 @@ Version=1.0 Name=plex 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 Icon=google-chrome Type=Application