wezterm: fancy translucent windows, paired with "blur my shell" gnome extension

This commit is contained in:
Daniel Lundin 2022-12-03 15:47:16 +01:00
parent d630359104
commit fe346c2d10
2 changed files with 7 additions and 5 deletions
.local/share/applications

View file

@ -7,4 +7,4 @@ TryExec=/usr/bin/wezterm
Icon=org.wezfurlong.wezterm
Terminal=false
Categories=System;TerminalEmulator;
Exec=/usr/bin/wezterm --config 'default_prog={"ssh", "-q", "dln-dev", "--", "tmux", "-u", "new-session", "-As1", "-t0"}' --config font_size=9 start --class=wezterm-dln-dev-secondary
Exec=/usr/bin/wezterm --config 'default_prog={"ssh", "-q", "dln-dev", "--", "tmux", "-u", "new-session", "-As1", "-t0"}' --config font_size=9 --config=window_background_opacity=0.4 start --class=wezterm-dln-dev-secondary