Few changes

This commit is contained in:
samedamci 2020-03-23 20:01:17 +01:00
parent 6bfc8e00e1
commit 5b1b570577
9 changed files with 21 additions and 15 deletions

View File

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

View File

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

View File

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

View File

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

View File

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

View File

@ -0,0 +1 @@
eme https://duckduckgo.com/?q=pepe+python&iar=images&iax=images&ia=images

View File

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

View File

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

View File

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