mirror of
https://github.com/js0ny/dotfiles.git
synced 2025-12-21 08:43: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]
|
[General]
|
||||||
FreeFloating=true
|
FreeFloating=true
|
||||||
historyBehavior=ImmediateCompletion
|
historyBehavior=ImmediateCompletion
|
||||||
|
|
||||||
|
[Plugins]
|
||||||
|
baloosearchEnabled=true
|
||||||
|
|
||||||
[Plugins][Favorites]
|
[Plugins][Favorites]
|
||||||
plugins=krunner_dictionary,krunner_services,krunner_systemsettings
|
plugins=krunner_dictionary,krunner_services,krunner_systemsettings
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -99,10 +99,6 @@ function mtv
|
||||||
mkdir -p (dirname $argv[1]) && touch $argv[1] && nvim $argv[1]
|
mkdir -p (dirname $argv[1]) && touch $argv[1] && nvim $argv[1]
|
||||||
end
|
end
|
||||||
|
|
||||||
function catclip
|
|
||||||
cat $argv | clip
|
|
||||||
end
|
|
||||||
|
|
||||||
abbr --add bcat "bat --style=plain"
|
abbr --add bcat "bat --style=plain"
|
||||||
|
|
||||||
# Use neovide as gVim
|
# Use neovide as gVim
|
||||||
|
|
@ -175,3 +171,9 @@ function y
|
||||||
end
|
end
|
||||||
rm -f -- "$tmp"
|
rm -f -- "$tmp"
|
||||||
end
|
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