Add findutils
Change hyprland editor bind to call value of EDITOR variable
This commit is contained in:
parent
d885f51818
commit
fa88c9ad83
|
@ -18,6 +18,7 @@
|
||||||
|
|
||||||
# Language-specific requirements
|
# Language-specific requirements
|
||||||
ispell
|
ispell
|
||||||
|
findutils
|
||||||
sqlite
|
sqlite
|
||||||
pandoc
|
pandoc
|
||||||
gfortran
|
gfortran
|
||||||
|
|
|
@ -132,7 +132,7 @@ in {
|
||||||
bind = SUPER SHIFT, P, exec, pkill rofi || ${pkgs.rofi-wayland}/bin/rofi -show power-menu
|
bind = SUPER SHIFT, P, exec, pkill rofi || ${pkgs.rofi-wayland}/bin/rofi -show power-menu
|
||||||
|
|
||||||
# Common program shortcuts
|
# Common program shortcuts
|
||||||
bind = SUPER ALT, E, exec, ${pkgs.emacs}/bin/emacsclient -c -a 'emacs'
|
bind = SUPER ALT, E, exec, $EDITOR
|
||||||
bind = SUPER ALT, W, exec, ${pkgs.firefox-wayland}/bin/firefox
|
bind = SUPER ALT, W, exec, ${pkgs.firefox-wayland}/bin/firefox
|
||||||
bind = SUPER ALT, F, exec, ${pkgs.xfce.thunar}/bin/thunar
|
bind = SUPER ALT, F, exec, ${pkgs.xfce.thunar}/bin/thunar
|
||||||
bind = SUPER ALT, Z, exec, ${pkgs.zotero}/bin/zotero
|
bind = SUPER ALT, Z, exec, ${pkgs.zotero}/bin/zotero
|
||||||
|
|
Loading…
Reference in a new issue