mirror of
https://github.com/js0ny/dotfiles.git
synced 2025-12-21 00:33:00 +00:00
minor
This commit is contained in:
parent
47b8460825
commit
aab24c61b1
2 changed files with 9 additions and 14 deletions
|
|
@ -1,17 +1,10 @@
|
|||
# $DOTFILES/platforms/linux/kde/krunnerrc
|
||||
# Date: 2024-12-22
|
||||
# Author: js0ny
|
||||
# Krunner Config
|
||||
|
||||
# Location:
|
||||
# $XDG_CONFIG_HOME/krunnerrc
|
||||
# Linking:
|
||||
# ln -sf $DOTFILES/platforms/linux/kde/krunnerrc $XDG_CONFIG_HOME/krunnerrc
|
||||
|
||||
[General]
|
||||
FreeFloating=true
|
||||
historyBehavior=ImmediateCompletion
|
||||
|
||||
[Plugins]
|
||||
baloosearchEnabled=true
|
||||
|
||||
[Plugins][Favorites]
|
||||
plugins=krunner_dictionary,krunner_services,krunner_systemsettings
|
||||
|
||||
|
|
|
|||
|
|
@ -99,10 +99,6 @@ function mtv
|
|||
mkdir -p (dirname $argv[1]) && touch $argv[1] && nvim $argv[1]
|
||||
end
|
||||
|
||||
function catclip
|
||||
cat $argv | clip
|
||||
end
|
||||
|
||||
abbr --add bcat "bat --style=plain"
|
||||
|
||||
# Use neovide as gVim
|
||||
|
|
@ -175,3 +171,9 @@ function y
|
|||
end
|
||||
rm -f -- "$tmp"
|
||||
end
|
||||
|
||||
abbr --add bcnt "emacs -nw $HOME/Documents/Finance/Beancount/"
|
||||
|
||||
if command -v chezmoi > /dev/null
|
||||
alias pmoi="chezmoi --source ~/.local/share/pmoi --config ~/.config/chezmoi/pmoi.toml"
|
||||
end
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue