Update
This commit is contained in:
@@ -85,6 +85,7 @@ mode "Open" {
|
||||
bindsym c exec gsimplecal
|
||||
bindsym d exec discord; exec Discord
|
||||
bindsym f exec firefox
|
||||
bindsym m exec thunderbird
|
||||
bindsym p exec pavucontrol
|
||||
bindsym s exec spotify
|
||||
bindsym t exec telegram-desktop
|
||||
|
||||
@@ -9,7 +9,7 @@ urgent = #e06c75
|
||||
monitor = ${env:MONITOR}
|
||||
|
||||
font-0 = "FiraCode Nerd Font Mono:pixelsize=9;2"
|
||||
font-1 = "IPAGothic:fontformat=truetype:antialias=false:pixelsize=9;2"
|
||||
font-1 = "Noto Sans CJK JP:antialiase=false:pixelsize=9;1"
|
||||
font-2 = "Siji:size=7;1"
|
||||
font-3 = "Wuncon Siji:size=7;1"
|
||||
|
||||
|
||||
@@ -16,7 +16,7 @@ Plug 'joshdick/onedark.vim' " Colorscheme
|
||||
|
||||
Plug 'tpope/vim-sleuth' " Automatic intendations
|
||||
|
||||
Plug 'jiangmiao/auto-pairs' " Pair ompletion
|
||||
Plug 'jiangmiao/auto-pairs' " Pair completion
|
||||
|
||||
Plug 'airblade/vim-gitgutter' " Show git changes
|
||||
|
||||
|
||||
@@ -150,5 +150,3 @@ bindkey '^Z' fancy-ctrl-z
|
||||
if [ -f ~/.zsh-highlighting/zsh-syntax-highlighting.zsh ]; then
|
||||
source $HOME/.zsh-highlighting/zsh-syntax-highlighting.zsh
|
||||
fi
|
||||
|
||||
source /usr/share/zsh/plugins/zsh-history-substring-search/zsh-history-substring-search.zsh
|
||||
|
||||
Reference in New Issue
Block a user