mirror of
https://github.com/js0ny/dotfiles.git
synced 2025-12-21 08:43:00 +00:00
feat(hyprland): Add hyprland config
This commit is contained in:
parent
981dd2170c
commit
4bf9687d72
28 changed files with 540 additions and 80 deletions
19
platforms/linux/kde/krunnerrc
Normal file
19
platforms/linux/kde/krunnerrc
Normal file
|
|
@ -0,0 +1,19 @@
|
|||
# $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][Favorites]
|
||||
plugins=krunner_dictionary,krunner_services,krunner_systemsettings
|
||||
|
||||
[Runners][krunner_dictionary]
|
||||
triggerWord=d
|
||||
Loading…
Add table
Add a link
Reference in a new issue