glazewm
摘要:
general: # Whether to automatically focus windows underneath the cursor. focus_follows_cursor: false # Whether to jump the cursor between windows focu
dunst config
摘要:
[urgency_low] foreground = "#eceff4" background = "#1c2027" [urgency_normal] foreground = "#eceff4" background = "#1c2027" ; background = "#ff0000" [u
polybar [testting]
摘要:
mkdir .config/polybar && vim .config/polybar/config.ini [colors] background = #282A2E background-alt = #373B41 foreground = #C5C8C6 primary = #F0C674
i3status
摘要:
# i3status configuration file. # see "man i3status" for documentation. # It is important that this file is edited as UTF-8. # The following line shoul
My kitty conf
摘要:
vim ~/.config/kitty/kitty.conf ## # kitty terminal fonts font_family forkawesome bold_font auto italic_font auto bold_italic_font auto font_size 10.0
My i3wm Config
摘要:
vim ~/.config/i3/conf # This file has been auto-generated by i3-config-wizard(1). # It will not be overwritten, so edit it as you like. # # Should you
Docker安装
摘要:
官方参考文档:Install Docker Engine on Debian ##设置存储库 下载所需工具: sudo apt update && sudo apt install ca-certificates curl gnupg lsb-release -y 添加 Docker 官方密钥 su