diff --git a/config/.config/fish/config.fish b/config/.config/fish/config.fish index ae40c8f..3ed478d 100644 --- a/config/.config/fish/config.fish +++ b/config/.config/fish/config.fish @@ -13,7 +13,7 @@ alias plasma-wid "wmctrl -l | grep 'Desktop @ QRect(0,0 2880x1800) — Plasma' alias cd z alias ssh "kitty +kitten ssh" alias ip "ip --color" -alias nmcli "nmcli --colors=yes" +alias nmcli "nmcli -p --colors=yes" alias yay "yay --color=always" alias pacman "pacman --color=always" alias icat "kitty +kitten icat" diff --git a/config/.config/i3/config b/config/.config/i3/config index f72bab4..961aa19 100644 --- a/config/.config/i3/config +++ b/config/.config/i3/config @@ -28,6 +28,11 @@ bindsym $mod+F3 exec setxkbmap -layout ru -variant phonetic_winkeys bindsym $mod+Shift+s exec flameshot gui bindsym $mod+Shift+x exec flameshot full -c +bindsym $mod+Ctrl+Up exec xrandr --output eDP-1 --rotate normal +bindsym $mod+Ctrl+Down exec xrandr --output eDP-1 --rotate inverted +bindsym $mod+Ctrl+Left exec xrandr --output eDP-1 --rotate left +bindsym $mod+Ctrl+Right exec xrandr --output eDP-1 --rotate right + # Font for window titles. Will also be used by the bar unless a different font # is used in the bar {} block below. font pango:monospace 8 diff --git a/config/.vimrc b/config/.vimrc index 5161fd0..02d0d20 100644 --- a/config/.vimrc +++ b/config/.vimrc @@ -60,8 +60,10 @@ let g:UltiSnipsJumpForwardTrigger="" let g:UltiSnipsJumpBackwardTrigger="" " nerdtree -autocmd VimEnter * NERDTree | wincmd p -autocmd BufEnter * if tabpagenr('$') == 1 && winnr('$') == 1 && exists('b:NERDTree') && b:NERDTree.isTabTree() | quit | endif +if !has("gui_running") + autocmd VimEnter * NERDTree | wincmd p + autocmd BufEnter * if tabpagenr('$') == 1 && winnr('$') == 1 && exists('b:NERDTree') && b:NERDTree.isTabTree() | quit | endif +endif " Disable function highlighting (affects both C and C++ files) let g:lsp_settings = { diff --git a/packages.txt b/packages.txt index 7ee81f1..9acdef2 100644 --- a/packages.txt +++ b/packages.txt @@ -114,6 +114,7 @@ unzip zip # Download +rsync wget curl aria2 @@ -134,6 +135,7 @@ ntfs-3g dosfstools # Other +moreutils htop btop tree