Skip to content

Commit

Permalink
Enable wayland for wezterm
Browse files Browse the repository at this point in the history
  • Loading branch information
arunoruto committed Oct 7, 2024
1 parent 2d280c9 commit 68f2f41
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 = true
config.enable_wayland = false
config.hide_tab_bar_if_only_one_tab = true
-- config.window_decorations = 'TITLE | RESIZE'
config.window_decorations = 'RESIZE'
Expand Down

0 comments on commit 68f2f41

Please sign in to comment.