technically more hypr
This commit is contained in:
parent
e82257e0fb
commit
e65ce81e6f
1 changed files with 5 additions and 4 deletions
|
@ -1,11 +1,12 @@
|
||||||
local wezterm = require("wezterm")
|
local wezterm = require("wezterm")
|
||||||
local catppuccin = require("colors/catppuccin").setup({})
|
local catppuccin = require("colors/catppuccin").setup({})
|
||||||
local keys = require("keys")
|
local keys = require("keys")
|
||||||
-- add wezterm to title for wm usage
|
|
||||||
wezterm.on("format-window-title", function()
|
|
||||||
return " - Wezterm"
|
|
||||||
end)
|
|
||||||
|
|
||||||
|
-- -- add wezterm to title for wm usage
|
||||||
|
-- wezterm.on("format-window-title", function()
|
||||||
|
-- return " - Wezterm"
|
||||||
|
-- end)
|
||||||
|
--
|
||||||
local padding = 10
|
local padding = 10
|
||||||
return {
|
return {
|
||||||
-- -- window_background_opacity = 0.9,
|
-- -- window_background_opacity = 0.9,
|
||||||
|
|
Loading…
Reference in a new issue