This commit is contained in:
2025-10-06 08:41:28 +02:00
parent a48a732ce4
commit 2dd8f596b3
4 changed files with 12 additions and 3 deletions

View File

@ -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"

View File

@ -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

View File

@ -60,8 +60,10 @@ let g:UltiSnipsJumpForwardTrigger="<c-b>"
let g:UltiSnipsJumpBackwardTrigger="<c-z>"
" 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 = {