powermenu suspend fix, cmp org mode working
This commit is contained in:
parent
e00d0d63f5
commit
c0a675747e
4 changed files with 11 additions and 5 deletions
|
@ -158,7 +158,7 @@ font:
|
|||
#style: Bold Italic
|
||||
|
||||
# Point size
|
||||
size: 12.0
|
||||
size: 11.0
|
||||
|
||||
# Offset is the extra space around each character. `offset.y` can be thought
|
||||
# of as modifying the line spacing, and `offset.x` as modifying the letter
|
||||
|
|
|
@ -19,3 +19,11 @@ fish_add_path $HOME/.rustup/toolchains/nightly-x86_64-unknown-linux-gnu/bin
|
|||
|
||||
starship init fish | source
|
||||
|
||||
|
||||
# >>> conda initialize >>>
|
||||
# !! Contents within this block are managed by 'conda init' !!
|
||||
if test -f /home/tsousa/miniconda3/bin/conda
|
||||
eval /home/tsousa/miniconda3/bin/conda "shell.fish" "hook" $argv | source
|
||||
end
|
||||
# <<< conda initialize <<<
|
||||
|
||||
|
|
|
@ -154,13 +154,11 @@ cmp.setup {
|
|||
{ name = 'luasnip' },
|
||||
{ name = 'nvim_lsp_signature_help' },
|
||||
{ name = "path" },
|
||||
{ name = "orgmode" }
|
||||
},
|
||||
{
|
||||
--This sources will only show up if there aren't any sources from the other list
|
||||
{ name = "buffer", keyword_length = 5 },
|
||||
},
|
||||
{
|
||||
{ name = "orgmode" }
|
||||
}
|
||||
),
|
||||
confirm_opts = {
|
||||
|
|
|
@ -10,7 +10,7 @@ if [ ${#option} -gt 0 ]
|
|||
then
|
||||
case $option in
|
||||
Suspend)
|
||||
$LOCKER ;systemctl suspend
|
||||
$LOCKER && systemctl suspend
|
||||
;;
|
||||
Reboot)
|
||||
systemctl reboot
|
||||
|
|
Loading…
Add table
Reference in a new issue