Skip to content

Commit

Permalink
Tweak wezterm
Browse files Browse the repository at this point in the history
  • Loading branch information
arunoruto committed Oct 5, 2024
1 parent ec47698 commit 4889be0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/home-manager/pc/terminal/wezterm.nix
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
local wezterm = require 'wezterm'
local config = {}
config.audible_bell = "Disabled"
config.enable_wayland = false
config.enable_wayland = true
config.hide_tab_bar_if_only_one_tab = true
-- config.window_decorations = 'TITLE | RESIZE'
config.window_decorations = 'RESIZE'
Expand Down

0 comments on commit 4889be0

Please sign in to comment.