From a60e5b91393441944bd923ac96ea3043bafa7117 Mon Sep 17 00:00:00 2001 From: yutent Date: Sun, 9 Jul 2023 10:08:52 +0000 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E9=85=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 13 ++++++++++--- home/.xprofile | 12 ++++++++++++ 2 files changed, 22 insertions(+), 3 deletions(-) create mode 100644 home/.xprofile diff --git a/README.md b/README.md index 0edee2f..cc7c5d2 100644 --- a/README.md +++ b/README.md @@ -8,10 +8,11 @@ ## 基础安装 ```bash -# sudo apt install i3 ly xserver-xorg picom polybar-git rofi feh pkexec dunst -sudo apt install bspwm ly i3lock-color xserver-xorg picom polybar-git rofi feh pkexec dunst +# sudo apt install i3 ly xserver-xorg picom polybar-git rofi feh pkexec dunst picom +sudo apt install bspwm ly i3lock-color xserver-xorg picom polybar-git rofi feh pkexec dunst picom -sudo apt install xsettingsd plank alacritty qt5-style-kvantum qt5ct thunar file-roller +sudo apt install xsettingsd plank alacritty qt5-style-kvantum qt5ct thunar file-roller flameshot-blur \ + font-viewer network-manager-gnome crossover fcitx5 ``` @@ -24,6 +25,7 @@ sudo apt install xsettingsd plank alacritty qt5-style-kvantum qt5ct thunar file- - `polybar-git` 状态栏, 使用git版, 是为了自定义tray的位置。详见 PR[#2595](https://github.com/polybar/polybar/pull/2595) - `rofi` 应用启动器 - `feh` 壁纸设置器 +- `picom` Xorg的一个合成器, 可以让窗口透明、阴影、模糊等效果 - `pkexec` polkit的东东, 权限认证用的。 安装之后, 普通用户打开需要root权限的应用时, 才能正常弹出授权弹窗。 - `plank` 一个轻量的dock应用 - `xsettingsd` 一个用来设置主题等的工具 @@ -31,6 +33,11 @@ sudo apt install xsettingsd plank alacritty qt5-style-kvantum qt5ct thunar file- - `qt5-style-kvantum、qt5ct` 设置qt应用的主题的 - `thunar` xfce家的文件管理器。(想要挂载网络共享盘, 如smb的, 还需要安装一个服务`gvfs-backends`) - `file-roller` gnome家的压缩软件, 很好用。 +- `flameshot-blur` flameshot的精简版, 去除了部分不实用的功能, 并将模糊改为高斯模糊。 +- `font-viewer` 字体查看器 +- `network-manager-gnome` 管理管理器 +- `crossover` 基于wine的一个商业版本。(价格不贵, 但是不付费也可以一直试用) +- `fcitx5` 小企鹅输入法 ## 配套 diff --git a/home/.xprofile b/home/.xprofile new file mode 100644 index 0000000..446daa6 --- /dev/null +++ b/home/.xprofile @@ -0,0 +1,12 @@ +# 设置qt主题的管理为qt5ct +export QT_QPA_PLATFORMTHEME="qt5ct" + + +# export HTTP_PROXY="http://127.0.0.1:7890" +# export HTTPS_PROXY="http://127.0.0.1:7890" +# export ALL_PROXY="socks5://127.0.0.1:7890" +# export http_proxy="http://127.0.0.1:7890" +# export https_proxy="http://127.0.0.1:7890" +# export all_proxy="socks5://127.0.0.1:7890" +# +# export no_proxy="intel-nuc.local,localhost,127.0.0.1,::1" \ No newline at end of file