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 | |
| parent | b6bf5564076b4257ac16180dbcbcc302ad398719 (diff) | |
| download | dotfiles-37aaa8ed78406ec3ace4fabab5b725fb11321526.tar.gz dotfiles-37aaa8ed78406ec3ace4fabab5b725fb11321526.zip | |
added feishin to sway and fixed neovim indenting
| -rw-r--r-- | nvim/lua/options.lua | 3 | ||||
| -rw-r--r-- | sway/config | 2 |
2 files changed, 4 insertions, 1 deletions
diff --git a/nvim/lua/options.lua b/nvim/lua/options.lua index b555069..2a81dc2 100644 --- a/nvim/lua/options.lua +++ b/nvim/lua/options.lua @@ -6,7 +6,8 @@ vim.opt.softtabstop = 4 vim.opt.shiftwidth = 4 vim.opt.expandtab = true -vim.opt.smartindent = true +vim.opt.smartindent = false +vim.opt.autoindent = true vim.opt.wrap = false 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 |