feat(wezterm): add wezterm
This commit is contained in:
parent
a4bff2a186
commit
210bc59571
2 changed files with 45 additions and 1 deletions
|
@ -51,7 +51,6 @@ in
|
|||
|
||||
environment = {
|
||||
etc = {
|
||||
"i3/config".source = ../dotfiles/i3/config;
|
||||
"sway/config".source = ../dotfiles/sway/config;
|
||||
"sway/status.toml".source = ../dotfiles/sway/status.toml;
|
||||
"xdg/alacritty/alacritty.yml".text = ''
|
||||
|
@ -87,6 +86,7 @@ in
|
|||
key_bindings:
|
||||
- { key: Escape, mods: Control, action: ToggleViMode }
|
||||
'';
|
||||
"wezterm.lua".source = ../dotfiles/wezterm.lua;
|
||||
};
|
||||
};
|
||||
|
||||
|
@ -175,6 +175,7 @@ in
|
|||
pulseeffects-pw
|
||||
qrencode
|
||||
uxplay
|
||||
wezterm
|
||||
|
||||
solaar
|
||||
gdk-pixbuf
|
||||
|
@ -203,6 +204,7 @@ in
|
|||
export QT_QPA_PLATFORM=wayland-egl
|
||||
export QT_WAYLAND_FORCE_DPI=96
|
||||
export SDL_VIDEODRIVER=wayland
|
||||
export WEZTERM_CONFIG_FILE=/etc/wezterm.lua
|
||||
export XDG_CURRENT_DESKTOP=sway
|
||||
export XDG_DATA_DIRS=${datadir}:$XDG_DATA_DIRS
|
||||
export XDG_SESSION_TYPE=wayland
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue