Few changes
This commit is contained in:
parent
6bfc8e00e1
commit
5b1b570577
@ -92,3 +92,7 @@ map <Leader>l :'.<CR>
|
|||||||
map j gj
|
map j gj
|
||||||
map k gk
|
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
|
" deoplete
|
||||||
let g:deoplete#enable_at_startup = 1
|
let g:deoplete#enable_at_startup = 1
|
||||||
let deoplete#tag#cache_limit_size = 5000000
|
" let deoplete#tag#cache_limit_size = 5000000
|
||||||
autocmd InsertLeave,CompleteDone * if pumvisible() == 0 | pclose | endif
|
" autocmd InsertLeave,CompleteDone * if pumvisible() == 0 | pclose | endif
|
||||||
let g:deoplete#enable_ignore_case = 1
|
let g:deoplete#enable_ignore_case = 1
|
||||||
set completeopt-=preview
|
set completeopt-=preview
|
||||||
|
|
||||||
|
@ -236,7 +236,7 @@ type = internal/cpu
|
|||||||
interval = 3
|
interval = 3
|
||||||
format-padding = 0
|
format-padding = 0
|
||||||
format = <label> <ramp-coreload>
|
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-0 = ▂
|
||||||
ramp-coreload-1 = ▃
|
ramp-coreload-1 = ▃
|
||||||
ramp-coreload-2 = ▄
|
ramp-coreload-2 = ▄
|
||||||
|
@ -6,7 +6,5 @@
|
|||||||
|
|
||||||
config_version: 2
|
config_version: 2
|
||||||
settings:
|
settings:
|
||||||
url.default_page:
|
content.notifications:
|
||||||
global: file:///home/samedamci/.config/homepage/index.html
|
https://www.reddit.com: false
|
||||||
url.start_pages:
|
|
||||||
global: file:///home/samedamci/.config/homepage/index.html
|
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
[FileDialog]
|
[FileDialog]
|
||||||
history=file:///home/samedamci/Pictures/Screenshots, file:///home/samedamci/.scripts/rofi-keepassxc, file:///home/samedamci/Pictures
|
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/Pictures/Screenshots
|
lastVisited=file:///home/samedamci/Downloads/Telegram Desktop
|
||||||
qtVersion=5.14.1
|
qtVersion=5.14.1
|
||||||
shortcuts=file:, file:///home/samedamci
|
shortcuts=file:, file:///home/samedamci
|
||||||
sidebarWidth=90
|
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
|
# rofi-todo
|
||||||
super + n
|
super + n
|
||||||
$SCRD/rofi-todo/rofi-todo.py -f $HOME/Notes/notes.json
|
$SCRD/rofi-todo/rofi-todo.py -f $HOME/Notes/notes.json
|
||||||
|
# kaomoji-rofi
|
||||||
|
super + e
|
||||||
|
$SCRD/kaomoji-rofi/kaomoji.sh
|
||||||
|
|
||||||
#~~~~~~~~~~~~
|
#~~~~~~~~~~~~
|
||||||
# WM CONTROL
|
# WM CONTROL
|
||||||
|
@ -1,11 +1,10 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
killall wificheck.sh &> /dev/null
|
# killall wificheck.sh &> /dev/null
|
||||||
|
|
||||||
if ping -w 1 archlinux.org &> /dev/null
|
if ping -w 1 archlinux.org &> /dev/null
|
||||||
then
|
then
|
||||||
printf $(checkupdates+aur | wc -l)
|
printf "$(checkupdates | wc -l)"
|
||||||
else
|
else
|
||||||
echo "!!"
|
echo " "
|
||||||
~/.scripts/wificheck.sh &> /dev/null & disown:
|
|
||||||
fi
|
fi
|
||||||
|
@ -29,7 +29,9 @@ alias ll='ls -al'
|
|||||||
alias tr='tree -L 2'
|
alias tr='tree -L 2'
|
||||||
|
|
||||||
# package managers
|
# 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 -"
|
alias uwu="yay -Slq | fzf -m --preview 'yay -Si {1}' | yay -S -"
|
||||||
|
|
||||||
# youtube-dl
|
# youtube-dl
|
||||||
|
Loading…
x
Reference in New Issue
Block a user