From 5d6db8b9be191d8a32fae6ecfc85e1927828d69a Mon Sep 17 00:00:00 2001 From: Shaun Reed Date: Sat, 14 Feb 2026 22:38:42 -0500 Subject: [PATCH] Add yakuakerc. If this gets too annoying, I can add these files to .stow-local-ignore and 'install' them by copying with the setup.sh? --- .config/yakuakerc | 52 +++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 52 insertions(+) create mode 100644 .config/yakuakerc diff --git a/.config/yakuakerc b/.config/yakuakerc new file mode 100644 index 0000000..ad97a91 --- /dev/null +++ b/.config/yakuakerc @@ -0,0 +1,52 @@ +[Animation] +AutoOpen=false +Frames=17 +PollInterval=500 +UseVMAssist=true + +[Appearance] +BackgroundColor=#000000 +BackgroundColorOpacity=0.4 +Blur=false +KeyboardInputBlockIndicatorColor=#FF0000 +KeyboardInputBlockIndicatorDuration=250 +Skin=default +SkinInstallWithKns=false +TerminalHighlightDuration=250 +Translucency=false + +[Behavior] +FocusFollowMouse=false +OpenAfterStart=false +RememberFullscreen=false + +[Desktop Entry] +DefaultProfile= + +[Dialogs] +ConfirmQuit=true +FirstRun=false + +[Favorite Profiles] +Favorites= + +[KFileDialog Settings] +detailViewIconSize=0 + +[PrintOptions] +PrinterFriendly=true +ScaleOutput=true + +[Window] +DynamicTabTitles=false +Height=60 +KeepAbove=true +KeepOpen=true +KeepOpenAfterLastSessionCloses=false +Position=50 +Screen=0 +ShowOnAllDesktops=true +ShowSystrayIcon=true +ShowTabBar=true +ShowTitleBar=true +ToggleToFocus=false