فهرست منبع

small changes in i3

Hans Martin 3 سال پیش
والد
کامیت
c4a2988d96
2فایلهای تغییر یافته به همراه4 افزوده شده و 1 حذف شده
  1. 3 0
      .config/i3/config
  2. 1 1
      install.sh

+ 3 - 0
.config/i3/config

@@ -200,6 +200,9 @@ bindsym $mod+Shift+o resize grow width 10 px or 10 ppt
 # oldschool resize mode!
 # oldschool resize mode!
 bindsym $mod+r mode "resize"
 bindsym $mod+r mode "resize"
 
 
+# show screen on laptop screen only (needs autorandr profile 'default')
+bindsym $mod+Shift+d exec "autorandr -l default"
+
 # These bindings trigger as soon as you enter the resize mode
 # These bindings trigger as soon as you enter the resize mode
 mode "resize" {
 mode "resize" {
 
 

+ 1 - 1
install.sh

@@ -7,7 +7,7 @@ read yesno
 if [[ "$yesno" == "y" ]]; then
 if [[ "$yesno" == "y" ]]; then
     echo "[*] Installing most popular tools"
     echo "[*] Installing most popular tools"
     # most important tools that are _always_ needed
     # 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
+    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
 fi
 fi