1
Fork 0

Tried to add plover & updated vimclip to support wayland

This commit is contained in:
Matei Adriel 2023-06-04 08:12:51 +02:00
parent b0c2153807
commit 2246ae3eaa
No known key found for this signature in database
9 changed files with 115 additions and 56 deletions
home/features
neovim
wayland/hyprland
xorg

View file

@ -146,6 +146,7 @@ in
home.packages = [
neovim
neovide
pkgs.vimclip
];
# }}}
# {{{ Firenvim

View file

@ -12,8 +12,8 @@ decoration {
blur = true
blur_size = 10
blur_passes = 3
active_opacity = 0.9
inactive_opacity = 0.9
active_opacity = 1.0
inactive_opacity = 1.0
}
input {

View file

@ -10,6 +10,5 @@
home.packages = with pkgs; [
xclip # Clipboard stuff
spectacle # Take screenshots
vimclip # Vim anywhere!
];
}