From 40392af92dbb40a208e29aa880284d4a0b64aac3 Mon Sep 17 00:00:00 2001 From: dongdigua Date: Tue, 9 Aug 2022 19:36:10 +0800 Subject: [PATCH] finished obs issue, just don't mind the rss --- _config.yml | 2 ++ org/Makefile | 4 ++-- org/wayland.org | 5 ++++- 3 files changed, 8 insertions(+), 3 deletions(-) diff --git a/_config.yml b/_config.yml index 1b49d68..c1fed9b 100644 --- a/_config.yml +++ b/_config.yml @@ -4,3 +4,5 @@ plugins: title: Dongdigua's Blog description: Computer Science NOT Code Salary author: dongdigua +plugins: + - jekyll-feed diff --git a/org/Makefile b/org/Makefile index 0835bff..7a7b574 100644 --- a/org/Makefile +++ b/org/Makefile @@ -10,5 +10,5 @@ html: @echo "HTML generation done" clean: - rm ./../org-html/*.html - rm ~/.org-timestamps/org-pages.cache + rm ./../org_html/*.html + rm ~/.org-timestamps/org-pages.cache diff --git a/org/wayland.org b/org/wayland.org index 2550d3b..3325204 100644 --- a/org/wayland.org +++ b/org/wayland.org @@ -12,7 +12,8 @@ probably wayfire? =sudo -E= ** cannot start sway on lightdm in =/etc/lightdm/lightdm.conf= uncomment =sessions-directory= line -** TODO obs +** obs +don't remove the =include= line!!! * Ref ** [[https://coda.world/sway-explore-and-giveup][Sway: 从尝试到放弃]] @@ -21,3 +22,5 @@ in =/etc/lightdm/lightdm.conf= uncomment =sessions-directory= line ** [[https://github.com/emersion/xdg-desktop-portal-wlr/wiki/Screencast-Compatibility#obs][xdg-desktop-portal wiki: obs]] ** [[https://www.reddit.com/r/swaywm/comments/jdoo8m/how_do_i_find_out_the_names_of_certain_keys/][prtsc is Print]] =xev= is helpful +** [[https://github.com/ziap/dotfiles]] +a great config