diff options
| author | iceyrazor <iceyrazor@mailfence.com> | 2025-08-06 12:15:13 -0500 |
|---|---|---|
| committer | iceyrazor <iceyrazor@mailfence.com> | 2025-08-06 12:15:13 -0500 |
| commit | 968141f8a710627946be9566cf7bcec937f60f5c (patch) | |
| tree | 974b1e2f2990ac30d6c075cb27ca28a3b60ea916 /env/.config/sway/config | |
| parent | 83318afdb6280e9f0d4aefda22db6f55bc76124b (diff) | |
Squashed commit of the following:
- mpv
- i3
- changed zsh ps1
- added swapscape to backup-tol2
- removed floating
- show hidden on word search telescope
- added mod+r to leave resize
Diffstat (limited to 'env/.config/sway/config')
| -rw-r--r-- | env/.config/sway/config | 21 |
1 files changed, 5 insertions, 16 deletions
diff --git a/env/.config/sway/config b/env/.config/sway/config index ab4329f..ab3f18b 100644 --- a/env/.config/sway/config +++ b/env/.config/sway/config @@ -192,6 +192,7 @@ mode "resize" { # Return to default mode bindsym Return mode "default" bindsym Escape mode "default" + bindsym $mod+r mode "default" } bindsym $mod+r mode "resize" # @@ -214,35 +215,23 @@ gaps inner 8 # Gajim for_window [title="Gajim"] \ - floating enable, \ border pixel, \ - move to workspace 11, \ - resize set 1200 800, \ - move position 700 0 + move to workspace 11 # Vesktop for_window [class="vesktop"] \ - floating enable, \ border none, \ - move to workspace 11, \ - resize set 1800 1000, \ - move position 0 0 + move to workspace 11 # discord for_window [app_id="discord"] \ - floating enable, \ border none, \ - move to workspace 11, \ - resize set 1500 900, \ - move position 0 0 + move to workspace 11 # Mumble for_window [title="Mumble"] \ - floating enable, \ border pixel, \ - move to workspace 11, \ - resize set 1000 800, \ - move position 900 230 + move to workspace 11 # Steam Friends List #for_window [title="Friends List"] \ |
