Skip to content

Commit a7fe278

Browse files
committed
config: general update
1 parent e1583c8 commit a7fe278

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

config/wezterm/wezterm.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ local function set_padding(window, value)
1919
window:set_config_overrides(overrides)
2020
end
2121

22-
local default_opacity = 0.8
22+
local default_opacity = 0.7
2323
local function toggle_opacity(window)
2424
local overrides = window:get_config_overrides() or {}
2525
if not overrides.window_background_opacity then

modules/desktop/hyprland/config.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,8 @@ in {
3737
}
3838
3939
general {
40-
gaps_in=2
41-
gaps_out=4
40+
gaps_in=0
41+
gaps_out=0
4242
border_size=2
4343
4444
col.active_border=rgb(${palette.fg})

0 commit comments

Comments
 (0)