diff options
| author | ottjk <joshott16@gmail.com> | 2025-01-03 20:45:18 -0500 |
|---|---|---|
| committer | ottjk <joshott16@gmail.com> | 2025-01-03 20:45:18 -0500 |
| commit | 093628495072af20a298de2b38ca86663aaae5df (patch) | |
| tree | c7fd00004c5a7f585d1617872841d38a13cc4fd1 | |
| parent | 7ced5eeaafdcde72029b9b5b08bc3f365a284d86 (diff) | |
| download | dotfiles-093628495072af20a298de2b38ca86663aaae5df.tar.gz dotfiles-093628495072af20a298de2b38ca86663aaae5df.zip | |
updated sway config
| -rw-r--r-- | sway/config | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/sway/config b/sway/config index 658a78f..78aa85b 100644 --- a/sway/config +++ b/sway/config @@ -204,9 +204,17 @@ for_window [app_id="xoppdoggin"] floating enable; resize set 1800 1000 for_window [class="Inkscape"] floating enable; resize set 1800 1000 for_window [class="vimscape"] floating enable; resize set 600 300; move down 300; move left 550 +assign [class="^Spotify"] workspace number 8 +assign [class="^discord"] workspace number 9 +assign [class="^Slack"] workspace number 9 +assign [app_id="^thunderbird"] workspace number 9 +assign [app_id="keepassxc"] workspace number 10 + bar swaybar_command waybar exec dunst +exec thunderbird +exec keepassxc bindsym Print exec grim -g "$(slurp)" - | wl-copy -t image/png |