diff options
| author | Josh <joshott16@gmail.com> | 2025-01-05 15:15:03 -0500 |
|---|---|---|
| committer | Josh <joshott16@gmail.com> | 2025-01-05 15:15:03 -0500 |
| commit | 37aaa8ed78406ec3ace4fabab5b725fb11321526 (patch) | |
| tree | 9dba94faf899e51d3c5066cb2a6fba7c78ae639b /sway | |
| parent | b6bf5564076b4257ac16180dbcbcc302ad398719 (diff) | |
| download | dotfiles-37aaa8ed78406ec3ace4fabab5b725fb11321526.tar.gz dotfiles-37aaa8ed78406ec3ace4fabab5b725fb11321526.zip | |
added feishin to sway and fixed neovim indenting
Diffstat (limited to 'sway')
| -rw-r--r-- | sway/config | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sway/config b/sway/config index 78aa85b..dbaae44 100644 --- a/sway/config +++ b/sway/config @@ -205,6 +205,7 @@ 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="^feishin"] workspace number 8 assign [class="^discord"] workspace number 9 assign [class="^Slack"] workspace number 9 assign [app_id="^thunderbird"] workspace number 9 @@ -215,6 +216,7 @@ bar swaybar_command waybar exec dunst exec thunderbird exec keepassxc +exec feishin bindsym Print exec grim -g "$(slurp)" - | wl-copy -t image/png |