diff options
| author | ewy <ewy0@protonmail.com> | 2026-05-15 02:19:59 +0200 |
|---|---|---|
| committer | ewy <ewy0@protonmail.com> | 2026-05-15 02:19:59 +0200 |
| commit | 944ddd206af7fd7895d5b149203cd7affa64ca60 (patch) | |
| tree | f8e39637100d34d90c8dabc5b3d515196f7a86d4 /.config/sway/config.d/satty | |
| parent | 9be248d6caf5d5592883928276231548cd56c360 (diff) | |
a lot of stuff
Diffstat (limited to '.config/sway/config.d/satty')
| -rw-r--r-- | .config/sway/config.d/satty | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/.config/sway/config.d/satty b/.config/sway/config.d/satty index 3d776cd..1d20f41 100644 --- a/.config/sway/config.d/satty +++ b/.config/sway/config.d/satty @@ -1,9 +1,15 @@ + + +# Keyboard doesn't send print but sends Shift+Print :( bindsym $mod+Print exec uwushot +bindsym $mod+Shift+Print exec replay-sorcery save + + for_window [app_id="satty"] { fullscreen disable move container to output HDMI-A-2 - resize set width 660 - resize set height 400 + resize set width 1320 + resize set height 800 move position 32 32 border none } |
