Browse Source

added keyboard speed to i3 config

Hans Martin 3 years ago
parent
commit
f6b6302abf
2 changed files with 7 additions and 2 deletions
  1. 6 1
      .config/i3/config
  2. 1 1
      install.sh

+ 6 - 1
.config/i3/config

@@ -360,6 +360,11 @@ assign [instance="telegram"]            9
 assign [instance="spotify"]             8
 
 
+# YAD
+for_window [class="Yad"] floating enable
+
+
+
 # -----[ Runtime ]----- #
 
 exec         --no-startup-id udiskie -a -n -t                                                           # automounting USB sticks
@@ -370,4 +375,4 @@ exec_always  --no-startup-id wal -R
 exec_always  --no-startup-id setxkbmap -rules evdev -model evdev -layout us -variant altgr-intl         # us-international kb layout
 exec_always  --no-startup-id autorandr -c --force
 exec_always  --no-startup-id flameshot
-
+exec_always  --no-startup-id xset r rate 400 50                                                         # Speed up keyboard input speed

+ 1 - 1
install.sh

@@ -7,7 +7,7 @@ read yesno
 if [[ "$yesno" == "y" ]]; then
     echo "[*] Installing most popular tools"
     # most important tools that are _always_ needed
-    sudo pacman -Sy fzf fd neovim ripgrep nmap hexyl ctags git podman ueberzug duf exa i3blocks udiskie alacritty rofi firefox python-pip vifm zathura zathura-pdf-mupdf sxiv feh xclip flameshot
+    sudo pacman -Sy fzf fd neovim ripgrep nmap hexyl ctags git podman ueberzug duf exa i3blocks udiskie alacritty rofi firefox python-pip vifm zathura zathura-pdf-mupdf sxiv feh xclip flameshot manjaro-pipewire pavucontrol
 fi