Few changes
This commit is contained in:
parent
b93b1cfe1c
commit
450b48d011
@ -92,3 +92,7 @@ map <Leader>l :'.<CR>
|
||||
map j gj
|
||||
map k gk
|
||||
|
||||
" SuperTab
|
||||
let g:SuperTabMappingTabLiteral = '<a-tab>'
|
||||
let g:SuperTabDefaultCompletionType = 'context'
|
||||
let g:SuperTabContextDefaultCompletionType = '<c-n>'
|
||||
|
@ -138,8 +138,8 @@ autocmd FileType html,css EmmetInstall
|
||||
|
||||
" deoplete
|
||||
let g:deoplete#enable_at_startup = 1
|
||||
let deoplete#tag#cache_limit_size = 5000000
|
||||
autocmd InsertLeave,CompleteDone * if pumvisible() == 0 | pclose | endif
|
||||
" let deoplete#tag#cache_limit_size = 5000000
|
||||
" autocmd InsertLeave,CompleteDone * if pumvisible() == 0 | pclose | endif
|
||||
let g:deoplete#enable_ignore_case = 1
|
||||
set completeopt-=preview
|
||||
|
||||
|
@ -236,7 +236,7 @@ type = internal/cpu
|
||||
interval = 3
|
||||
format-padding = 0
|
||||
format = <label> <ramp-coreload>
|
||||
label = %{A1:st -e htop -s PERCENT_CPU & disown:}%percentage:2%%%{A}
|
||||
label = %{A1:st -e htop -s PERCENT_CPU & disown:}%percentage:2%%
|
||||
ramp-coreload-0 = ▂
|
||||
ramp-coreload-1 = ▃
|
||||
ramp-coreload-2 = ▄
|
||||
|
@ -6,7 +6,5 @@
|
||||
|
||||
config_version: 2
|
||||
settings:
|
||||
url.default_page:
|
||||
global: file:///home/samedamci/.config/homepage/index.html
|
||||
url.start_pages:
|
||||
global: file:///home/samedamci/.config/homepage/index.html
|
||||
content.notifications:
|
||||
https://www.reddit.com: false
|
||||
|
@ -1,6 +1,6 @@
|
||||
[FileDialog]
|
||||
history=file:///home/samedamci/Pictures/Screenshots, file:///home/samedamci/.scripts/rofi-keepassxc, file:///home/samedamci/Pictures
|
||||
lastVisited=file:///home/samedamci/Pictures/Screenshots
|
||||
history=file:///home/samedamci/Pictures/Screenshots, file:///home/samedamci/.scripts/rofi-keepassxc, file:///home/samedamci/Pictures, file:///home/samedamci, file:///home/samedamci/Downloads/Telegram Desktop
|
||||
lastVisited=file:///home/samedamci/Downloads/Telegram Desktop
|
||||
qtVersion=5.14.1
|
||||
shortcuts=file:, file:///home/samedamci
|
||||
sidebarWidth=90
|
||||
|
@ -0,0 +1 @@
|
||||
eme https://duckduckgo.com/?q=pepe+python&iar=images&iax=images&ia=images
|
@ -70,7 +70,9 @@ super + u
|
||||
# rofi-todo
|
||||
super + n
|
||||
$SCRD/rofi-todo/rofi-todo.py -f $HOME/Notes/notes.json
|
||||
|
||||
# kaomoji-rofi
|
||||
super + e
|
||||
$SCRD/kaomoji-rofi/kaomoji.sh
|
||||
|
||||
#~~~~~~~~~~~~
|
||||
# WM CONTROL
|
||||
|
@ -1,11 +1,10 @@
|
||||
#!/bin/bash
|
||||
|
||||
killall wificheck.sh &> /dev/null
|
||||
# killall wificheck.sh &> /dev/null
|
||||
|
||||
if ping -w 1 archlinux.org &> /dev/null
|
||||
then
|
||||
printf $(checkupdates+aur | wc -l)
|
||||
printf "$(checkupdates | wc -l)"
|
||||
else
|
||||
echo "!!"
|
||||
~/.scripts/wificheck.sh &> /dev/null & disown:
|
||||
echo " "
|
||||
fi
|
||||
|
@ -29,7 +29,9 @@ alias ll='ls -al'
|
||||
alias tr='tree -L 2'
|
||||
|
||||
# package managers
|
||||
alias owo='yay --editmenu --nodiffmenu --save'
|
||||
alias owo='pacman'
|
||||
alias sowo='sudo pacman'
|
||||
alias yay='yay --editmenu --nodiffmenu --save'
|
||||
alias uwu="yay -Slq | fzf -m --preview 'yay -Si {1}' | yay -S -"
|
||||
|
||||
# youtube-dl
|
||||
|
Loading…
x
Reference in New Issue
Block a user