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
 toc_enable: yes
 breadcrumbs:
 breadcrumbs:
 - title: Configuration
 - title: Configuration
@@ -9,7 +9,7 @@ breadcrumbs:
 
 
 ### Using
 ### Using
 {:.no_toc}
 {:.no_toc}
-Kubuntu 19, Lubuntu 19
+Kubuntu 19.10
 
 
 ## Installation
 ## 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. 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`.
 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`.
 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.
    1. Change to the dark theme.
    2. Make all fonts 1 size smaller.
    2. Make all fonts 1 size smaller.
-5. (Kubuntu) Shortcuts:
+5. Shortcuts:
    1. Disable web shortcuts.
    1. Disable web shortcuts.
    2. Add a keyboard shortcut for Dolphin (e.g. `Meta+E`) by running `kmenuedit` and changing System, Dolphin.
    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:
 7. Setup an IPTables firewall:
     - Purge `ufw firewalld`.
     - Purge `ufw firewalld`.
     - Install `iptables iptables-persistent netfilter-persistent`.
     - 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).
     - 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 %}
 {% include footer.md %}