diff options
| author | Brahmajit Das <listout@listout.xyz> | 2025-06-11 19:31:25 +0000 |
|---|---|---|
| committer | Brahmajit Das <listout@listout.xyz> | 2025-06-11 19:31:25 +0000 |
| commit | e82959317c9cd7508c820ed5c30c6e47056be87f (patch) | |
| tree | 0fe404a7551f8c208ea70531a9376c9ab8ae080f | |
| parent | 17a1ba018a15fc0c7ed40dea4698b6b2934bd45c (diff) | |
| download | dots-e82959317c9cd7508c820ed5c30c6e47056be87f.tar.gz | |
sway: set default terminal window size to 900x600
Signed-off-by: Brahmajit Das <listout@listout.xyz>
Diffstat (limited to '')
| -rw-r--r-- | .config/sway/config | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.config/sway/config b/.config/sway/config index 90e7a8e..1192414 100644 --- a/.config/sway/config +++ b/.config/sway/config @@ -168,7 +168,7 @@ bindsym $mod+r mode "resize" bindsym $mod+ctrl+shift+q [workspace=__focused__] kill for_window [app_id = "io.github.celluloid_player.Celluloid"] border none -for_window [app_id = "Alacritty"] floating enable, resize set 1000 900 +for_window [app_id = "Alacritty"] floating enable, resize set 900 600 for_window [app_id = "firefox"] border none for_window [app_id = "floating"] floating enable for_window [app_id = "floating_update"] floating enable, resize set width 1000px height 600px |
