Skip to content

Commit

Permalink
sway: Fix floating windows
Browse files Browse the repository at this point in the history
  • Loading branch information
juanibiapina committed Dec 5, 2024
1 parent e9c4f5b commit b716529
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions dotfiles/sway/.config/sway/config
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,23 @@ assign [app_id="^org.gnome.Nautilus$"] 9

assign [app_id="^Alacritty-Runner$"] 12

### Floating windows

for_window [window_role = "pop-up"] floating enable
for_window [window_role = "bubble"] floating enable
for_window [window_role = "dialog"] floating enable
for_window [window_role = "task_dialog"] floating enable

for_window [window_type = "dialog"] floating enable
for_window [window_type = "menu"] floating enable

for_window [app_id = "floating"] floating enable
for_window [app_id = "floating_update"] floating enable, resize set width 1000px height 600px

for_window [class = "(?i)pinentry"] floating enable

for_window [class = "Godot" title = "Please Confirm..."] floating enable

### Autostart applications

set $cmd1 "firefox-developer-edition"
Expand Down

0 comments on commit b716529

Please sign in to comment.