2023-03-09
- FlyPie
- 新朋友
- Pellaeon
- jeffgen0x4
- RJ
- 哲佑
- twan
- Mat
- Neal
- 阿寬
topics
- 出差歸國 & on-site 工廠的趣聞, by 哲佑
- AutoTeaMaker 自動泡茶器測試, by Mat
- macOS 裡每次開啟新下載程式都會送去 apple 的神秘封包
- 電腦遇到螢幕亮度的問題, by twan
- 問題, 關於 Linux 上螢幕色彩校正
- trace
xbacklight
的底層機制, by 哲佑 - “Wearable Microphone Jamming”, by twan and FlyPie
- 問題, Linux 下 hotkeys 設定跟 libinput 的底層如何運作, by 哲佑
xev
twan
- https://github.com/y-x-c/wearable-microphone-jamming
- https://www.youtube.com/watch?v=-43-4LfqiTA
- 資訊來自上游: https://sandlab.cs.uchicago.edu/fawkes/
哲佑
$ echo 50 | sudo tee /sys/class/backlight/intel_backlight/brightness
$ sudo strace xbacklight -fps 30 -inc 10
s
Mat
- 在 Arch Linux 上,
xbacklight
程式是在acpilight
套件裏 - 在 Arch Linux 上,如何查某個套件裏有哪些檔案、某個檔案在那個套件裏?
pacman -Ql <package name>
pacman -Fy <file name>
, (其中-Fy
的y
是同步線上反查資料庫)
-
調整螢幕背光的指令如下:
sudo xbacklight -fps 30 -inc 10
sudo xbacklight -fps 30 -dec 10
- 有個 YouTuber 講了很多 Tiling window manager 的心得跟比較
- DistroTube - YouTube
- 似乎有個新興的 tiling wm: https://herbstluftwm.org/
- About systray for dwm
- https://dwm.suckless.org/patches/systray/
- https://github.com/LukeSmithxyz/dwm/issues/184
- 原本以爲是裝套件就好,但細看才發現是要用 patch 的方式作