aboutsummaryrefslogtreecommitdiffstats
path: root/notes
diff options
context:
space:
mode:
Diffstat (limited to 'notes')
-rw-r--r--notes/i3-refresh-rate.org17
-rw-r--r--notes/index.org1
-rw-r--r--notes/tags/emacs.org2
-rw-r--r--notes/tags/technology.org1
4 files changed, 20 insertions, 1 deletions
diff --git a/notes/i3-refresh-rate.org b/notes/i3-refresh-rate.org
new file mode 100644
index 0000000..099b4fd
--- /dev/null
+++ b/notes/i3-refresh-rate.org
@@ -0,0 +1,17 @@
+#+title: i3刷新率问题
+#+filetags: :technology:
+#+SETUPFILE: ~/niwa/template/setup/minimal.setup
+#+EXPORT_FILE_NAME: /home/yingyu5658/niwa/public/i3-refresh-rate.html
+
+查看当前显示器名称
+
+#+BEGIN_SRC
+xrandr
+#+END_SRC
+
+输出可能包含类似 =HDMI-0= 或 =DP-0=
+
+#+BEGIN_SRC
+xrandr --output DP-0 --mode 2560x1080 --rate 200
+glxgears -info # 查看帧数
+#+END_SRC
diff --git a/notes/index.org b/notes/index.org
index 5733541..8052f7b 100644
--- a/notes/index.org
+++ b/notes/index.org
@@ -9,6 +9,7 @@ This is a [[https://motherfuckingwebsite.com/][motherfucking-website]].
这里是 Verdant 的杂物间,[[https://www.glowisle.me/][映屿]]的一部分,也是「[[./radical-minimalist-web-design.org][激进极简主义网页设计]]」的实验田。内容的风格上更像数字花园。会发布一些半成品文章、某些问题的解决方案或笔记。如果你对这个站点使用了什么技术感兴趣,可以阅读[[./how-do-i-build-this-site.org][《我是如何构建这个站点的》]]。
** 最近更新
+- [[./i3-refresh-rate.org][i3-wm刷新率问题]]
- [[./generate-tag-pages.org][生成标签页面]]
- [[./how-do-i-build-this-site.org][我是如何构建这个站点的]]
- [[./radical-minimalist-web-design.org][激进极简主义网页设计]]
diff --git a/notes/tags/emacs.org b/notes/tags/emacs.org
index 86399c4..40bfec3 100644
--- a/notes/tags/emacs.org
+++ b/notes/tags/emacs.org
@@ -2,4 +2,4 @@
#+SETUPFILE: ../../template/setup/minimal.setup
- [[file:../how-do-i-build-this-site.org][我是如何构建这个站点的]]
-- [[../generate-tag-pages.org][生成标签页面]]
+- [[file:../generate-tag-pages.org][生成标签页面]]
diff --git a/notes/tags/technology.org b/notes/tags/technology.org
index 140e897..f0eab24 100644
--- a/notes/tags/technology.org
+++ b/notes/tags/technology.org
@@ -1,5 +1,6 @@
#+title: #technology
#+SETUPFILE: ../../template/setup/minimal.setup
+- [[file:../i3-refresh-rate.org][i3刷新率问题]]
- [[file:../how-do-i-build-this-site.org][我是如何构建这个站点的]]
- [[file:../generate-tag-pages.org][生成标签页面]]