diff options
author | Luca Matei Pintilie <lucafulger@gmail.com> | 2023-02-18 16:48:16 +0000 |
---|---|---|
committer | Luca Matei Pintilie <lucafulger@gmail.com> | 2023-02-18 16:56:43 +0000 |
commit | 74808e9032d6044e067b01ce764677c795dcf26d (patch) | |
tree | 8f0648ce930946bf85aa7ae3e42ce7f37d5bd7f3 /.config/sway | |
parent | 938e3fc26f7cddf3c2173f326be2a6b8bf1326f3 (diff) | |
download | dotfiles-74808e9032d6044e067b01ce764677c795dcf26d.tar dotfiles-74808e9032d6044e067b01ce764677c795dcf26d.tar.gz dotfiles-74808e9032d6044e067b01ce764677c795dcf26d.tar.bz2 dotfiles-74808e9032d6044e067b01ce764677c795dcf26d.tar.lz dotfiles-74808e9032d6044e067b01ce764677c795dcf26d.tar.xz dotfiles-74808e9032d6044e067b01ce764677c795dcf26d.tar.zst dotfiles-74808e9032d6044e067b01ce764677c795dcf26d.zip |
Add more LSP plugins
Diffstat (limited to '.config/sway')
-rw-r--r-- | .config/sway/config | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.config/sway/config b/.config/sway/config index 6e71f05..885e846 100644 --- a/.config/sway/config +++ b/.config/sway/config @@ -55,7 +55,8 @@ client.placeholder $color0 $color0 $color5 $color0 $color0 client.background $color7 default_border pixel 8 -xwayland enable +#xwayland enable +xwayland disable # Applications set $term $(which alacritty || which footclient) |