Compare commits

...

3 commits

Author SHA1 Message Date
Emmet 3e631349a3 More natural workspace scrolling 2024-07-30 12:16:09 -05:00
Emmet 186246dc24 Removes old unnecessary function def 2024-07-30 12:15:56 -05:00
Emmet ab8d092e9d Removed nextcloud sync client 2024-07-29 18:15:27 -05:00
4 changed files with 2 additions and 19 deletions

View file

@ -178,7 +178,6 @@
libffi zlib
nodePackages.ungit
ventoy
nextcloud-client
]) ++ ([ pkgs-kdenlive.kdenlive ]);
home.file.".local/share/pixmaps/nixos-snowflake-stylix.svg".source =

View file

@ -732,14 +732,6 @@ If the path from LINK does not exist, nil is returned."
(dired org-roam-directory))
)
(defun org-roam-open-inbox ()
"Capture info in ${org-roam-directory}/inbox.org (I use this naming convention to create dashboards for each of my org roam maps)"
(interactive)
(if (file-exists-p (concat org-roam-directory "/inbox.org"))
(org-open-file (concat org-roam-directory "/inbox.org"))
(message "No inbox found, capture something with M-x org-roam-capture-inbox"))
)
(defun org-roam-open-inbox ()
"Open ${org-roam-directory}/dashboard.org (I use this naming convention to create dashboards for each of my org roam maps)"
(interactive)

View file

@ -871,14 +871,6 @@ exit
(dired org-roam-directory))
)
(defun org-roam-open-inbox ()
"Capture info in ${org-roam-directory}/inbox.org (I use this naming convention to create dashboards for each of my org roam maps)"
(interactive)
(if (file-exists-p (concat org-roam-directory "/inbox.org"))
(org-open-file (concat org-roam-directory "/inbox.org"))
(message "No inbox found, capture something with M-x org-roam-capture-inbox"))
)
(defun org-roam-open-inbox ()
"Open ${org-roam-directory}/dashboard.org (I use this naming convention to create dashboards for each of my org roam maps)"
(interactive)

View file

@ -854,8 +854,8 @@ in
"scratch_pavucontrol" = "_󰍰";
};
"on-click" = "activate";
"on-scroll-up" = "hyprctl dispatch workspace e+1";
"on-scroll-down" = "hyprctl dispatch workspace e-1";
"on-scroll-up" = "hyprnome";
"on-scroll-down" = "hyprnome --previous";
"all-outputs" = false;
"active-only" = false;
"ignore-workspaces" = ["scratch" "-"];