fixed workspace keybind, nvf uses system clipboard
had to do the system clipboard thing so i could share my solution to the workspace thing lmao, good to get the motivation also installed vim sleuth which sets the relevant tab options to use the correct indentation style depending on existing code and swap to autocomplete when it doesnt make sense to press tab, its great
This commit is contained in:
parent
d965253061
commit
661356a198
3 changed files with 16 additions and 13 deletions
|
@ -30,7 +30,7 @@
|
|||
services.gnome-keyring.enable = true; # used for nextcloud-client
|
||||
|
||||
home.sessionVariables = {
|
||||
DEFAULT_BROWSER = "${lib.getExe pkgs.floorp}";
|
||||
DEFAULT_BROWSER = "${lib.getExe pkgs.firefox}"; # even though im using floorp this still works, and pkgs.floorp doesnt
|
||||
# Allow XWayland apps to not be weird after turning off xwayland scaling in hyprland.conf
|
||||
GDK_SCALE = 1;
|
||||
XCURSOR_SIZE = 24;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue