diff options
author | jao <jao@gnu.org> | 2022-09-03 02:12:16 +0100 |
---|---|---|
committer | jao <jao@gnu.org> | 2022-09-03 02:12:41 +0100 |
commit | 67a5c79a89db0d41bba4453943489f62b7b27022 (patch) | |
tree | 4c7eb57538950106cbbe6327047d906b53938a75 | |
parent | cfc235d79b9d207e6b3cfbd6efdd26457d985a92 (diff) | |
download | elibs-67a5c79a89db0d41bba4453943489f62b7b27022.tar.gz elibs-67a5c79a89db0d41bba4453943489f62b7b27022.tar.bz2 |
river nits
-rw-r--r-- | data/foot.ini | 8 | ||||
-rw-r--r-- | init.el | 10 |
2 files changed, 11 insertions, 7 deletions
diff --git a/data/foot.ini b/data/foot.ini index a8497a5..7732c22 100644 --- a/data/foot.ini +++ b/data/foot.ini @@ -2,10 +2,12 @@ font=DejaVu Sans Mono:size=5 font-bold=DejaVu Sans Mono:size=5:weight=semibold -underline-offset=10 -# font=Iosevka Comfy Fixed:size=5.5 -pad=5x1 +# font=Iosevka Comfy Fixed:size=6 +# font-bold=Iosevka Comfy Motion:size=6:weight=bold + +underline-offset=10 +pad=5x2 center # initial-window-size-pixels=700x500 # Or, # initial-window-size-chars=<COLSxROWS> @@ -247,12 +247,14 @@ :custom ((mailcap-user-mime-data - '((jao-icalendar-import-buffer "application/ics") + `((jao-icalendar-import-buffer "application/ics") (pdf-view-mode "application/pdf" (display-graphic-p)) ("zathura \"%s\"" "application/pdf") (image-mode "image/*" (display-graphic-p)) - ("firefox --private-window \"%s\"" "text/html" - (and jao-wayland-enabled (not (display-graphic-p)))) + (,(concat "riverctl toggle-focused-tags 64" + " && riverctl focus-view next" + " && qutebrowser \"%s\"") + "text/html" (and jao-wayland-enabled (not (display-graphic-p)))) ("swayimg \"%s\"" "image/*" jao-sway-enabled) ("imv-wayland \"%s\"" "image/*" jao-wayland-enabled) ("imv-x11 \"%s\"" "image/*" (display-graphic-p)))))) @@ -521,7 +523,7 @@ (when page (sit-for 0.2) (jao-wayland-type (format "%dg" page))))) (defun jao-river-set-wallpaper (f) - (jao-shell-exec (concat "swaybg -m fill -i " f))) + (jao-shell-exec (concat "swaybg -m fill -i " f " &"))) (defun jao-river-restart-i3bar () (interactive) |