1
Fork 0

Vimclip finally runs + hyprland keybind for it

This commit is contained in:
Matei Adriel 2023-06-04 08:55:52 +02:00
parent f35d3de42a
commit ce66cf430d
No known key found for this signature in database
2 changed files with 3 additions and 2 deletions

View file

@ -63,6 +63,7 @@ bind = $mod, Q, exec, wlogout # Show logout menu
bind = $mod, L, exec, loginctl lock-session # Lock screen
bind = $mod, P, exec, wofi --show drun # Launch app
bind = $mod, B, exec, wlsunset-toggle # Toggle blue light filter thingy
bind = $mod, V, exec, vimclip # Vim anywhere!
# Work with the special workspace
bind = $mod, x, togglespecialworkspace,

View file

@ -1,13 +1,13 @@
{ pkgs, lib, ... }:
let vimclip = pkgs.stdenv.mkDerivation rec {
name = "vimclip";
rev = "7f53433";
rev = "52003cc31e6e1d20550cdf6b7d3bf1a019a34fa0";
src = pkgs.fetchFromGitHub {
inherit rev;
owner = "hrantzsch";
repo = "vimclip";
sha256 = "cl5y7Lli5frwx823hoN17B2aQLNY7+njmKEDdIbhc4Y=";
sha256 = "1ifsiiafvby8z9gp1x6fpfwklr6k9mg5vrajw9di06yixmrxzw7g";
};
installPhase = ''