diff options
| author | Xander Swan <email> | 2025-12-03 10:00:41 -0500 |
|---|---|---|
| committer | Xander Swan <email> | 2025-12-03 10:00:41 -0500 |
| commit | a9543507cd947954a28e68d967f981cf389f4ee9 (patch) | |
| tree | 59a71faba8e6dc68e01837bc18ab80772c34734f /.config/i3/config | |
| parent | 4f0f219358743a8455d5c2d828dd737f8bb9a329 (diff) | |
Picom
Diffstat (limited to '.config/i3/config')
| -rw-r--r-- | .config/i3/config | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.config/i3/config b/.config/i3/config index b87e63a..2a534fe 100644 --- a/.config/i3/config +++ b/.config/i3/config @@ -11,6 +11,7 @@ exec --no-startup-id xss-lock --transfer-sleep-lock -- i3lock --nofork exec --no-startup-id nm-applet exec --no-startup-id nitrogen --restore exec --no-startup-id setxkbmap -option caps:super +exec --no-startup-id picom exec_always --no-startup-id sh ~/.config/polybar/launch.sh exec --no-startup-id discord @@ -33,6 +34,9 @@ floating_modifier $mod for_window [class="love"] floating enable for_window [instance="Godot_Engine"] floating enable +gaps outer 2 +gaps inner 6 + tiling_drag modifier titlebar bindsym $mod+Return exec i3-sensible-terminal |
