HON95 3 年之前
父节点
当前提交
1a446e8962
共有 2 个文件被更改,包括 7 次插入2 次删除
  1. 5 2
      config/pc/applications.md
  2. 2 0
      config/pc/arch-i3.md

+ 5 - 2
config/pc/applications.md

@@ -6,6 +6,8 @@ breadcrumbs:
 ---
 {% include header.md %}
 
+*Note: Unless specified, Debian/Ubuntu is assumed.*
+
 ## Fancontrol (Linux)
 
 **Warning:** Don't use this. The fan controller IDs may change on every reboot which breaks the config.
@@ -49,7 +51,7 @@ breadcrumbs:
 
 ### Setup for SMB
 
-**For Manjaro. Assumes CUPS is already installed.
+**For Manjaro. Assumes CUPS is already installed.**
 
 1. Install required programs: `pacman -Sy smbclient cifs-utils`
 1. Enable SMB authentication: In `/etc/cups/printers.conf`, set `AuthInfoRequired username,password`.
@@ -215,7 +217,8 @@ Note: Since Steam requires 32-bit (i386) variants of certain NVIDIA packages, an
 
 ### Config
 - Location:
-    - Global: `/etc/vim/vimrc`
+    - Global (Debian): `/etc/vim/vimrc`
+    - Global (Arch): `/etc/vimrc`
     - User: `~/.vimrc`
 - [Example](https://github.com/HON95/configs/blob/master/vim/vimrc).
 

+ 2 - 0
config/pc/arch-i3.md

@@ -281,6 +281,8 @@ For Arch with LUKS encrypted root (and boot), using the i3 (gaps) window manager
     1. Download a desktop image.
     1. Install the FEH image viewer: `pacman -S feh`
     1. Update i3: In the i3 config, set `exec_always --no-startup-id feh --bg-scale $HOME/Pictures/mc.jpg` (example image).
+1. (Optional) Disable mouse hover window focus (you can still click windows to focus):
+    1. In the i3 config, set `focus_follows_mouse no`.
 1. Setup i3 gaps:
     1. Disable window title bar (required): In the i3 config, add `for_window [class=".*"] border pixel 4` to only show the border and no title bar, or `0` to remove the border too.
     1. Add gaps around windows: In the i3 config, add `gaps inner 8`.