Forráskód Böngészése

Update and rename ubuntu.md to kubuntu.md

Håvard O. Nordstrand 5 éve
szülő
commit
6ca670d7b8
1 módosított fájl, 8 hozzáadás és 6 törlés
  1. 8 6
      config/pc/kubuntu.md

+ 8 - 6
config/pc/ubuntu.md → config/pc/kubuntu.md

@@ -1,5 +1,5 @@
 ---
-title: Ubuntu
+title: Kubuntu
 toc_enable: yes
 breadcrumbs:
 - title: Configuration
@@ -9,7 +9,7 @@ breadcrumbs:
 
 ### Using
 {:.no_toc}
-Kubuntu 19, Lubuntu 19
+Kubuntu 19.10
 
 ## Installation
 
@@ -22,17 +22,19 @@ Kubuntu 19, Lubuntu 19
 1. Make sure the correct graphics drivers are in use (e.g. the proprietary Nvidia driver).
 1. Install `vim` and change the default editor to vim by running `update-alternatives --config editor` and selecting `vim.basic`.
 2. Disable password for the sudo group by running `visudo` and changing the sudo group line to `%sudo ALL=(ALL:ALL) NOPASSWD: ALL`.
-3. (Kubuntu) Enable numlock on boot (search for it).
-4. (Kubuntu) Appearance:
+3. Enable numlock on boot (search for it).
+4. Appearance:
    1. Change to the dark theme.
    2. Make all fonts 1 size smaller.
-5. (Kubuntu) Shortcuts:
+5. Shortcuts:
    1. Disable web shortcuts.
    2. Add a keyboard shortcut for Dolphin (e.g. `Meta+E`) by running `kmenuedit` and changing System, Dolphin.
-6. (Kubuntu) Setup panels for all screens. Only show tasks for the current screen.
+6. Setup panels for all screens. Only show tasks for the current screen.
 7. Setup an IPTables firewall:
     - Purge `ufw firewalld`.
     - Install `iptables iptables-persistent netfilter-persistent`.
     - Create and run an IPTables script, e.g. [iptables.sh](https://github.com/HON95/configs/blob/master/pc/linux/iptables/iptables.sh).
+1. Firefox:
+    - Disable middle mouse paste by setting `middlemouse.paste=false` in `about:config`.
 
 {% include footer.md %}