From c08214e16e17e6a62a56f8387c52de115cbe9eb5 Mon Sep 17 00:00:00 2001 From: Shaun Reed Date: Sat, 18 Dec 2021 21:47:53 -0500 Subject: [PATCH] Initial commit for Kubuntu branch + Migrate yakuake settings from master --- .config/yakuake.shortcuts | 54 +++++++++++++++++++++++++++++++++++++++ .config/yakuakerc | 52 +++++++++++++++++++++++++++++++++++++ 2 files changed, 106 insertions(+) create mode 100644 .config/yakuake.shortcuts create mode 100644 .config/yakuakerc diff --git a/.config/yakuake.shortcuts b/.config/yakuake.shortcuts new file mode 100644 index 0000000..15c0fe5 --- /dev/null +++ b/.config/yakuake.shortcuts @@ -0,0 +1,54 @@ +[Global Shortcuts] +toggle-window-state=Meta+` + +[Shortcuts] +close-active-terminal=Ctrl+Shift+R +close-session=none +decrease-window-height=Alt+Shift+Up +decrease-window-width=Alt+Shift+Left +edit-profile=none +file_quit=Ctrl+Shift+Q +grow-terminal-bottom=Ctrl+Alt+Down +grow-terminal-left=Ctrl+Alt+Left +grow-terminal-right=Ctrl+Alt+Right +grow-terminal-top=Ctrl+Alt+Up +help_about_app=none +help_about_kde=none +help_report_bug=none +help_whats_this=Shift+F1 +increase-window-height=Alt+Shift+Down +increase-window-width=Alt+Shift+Right +keep-open=none +manage-profiles=none +move-session-left=Ctrl+Shift+Left +move-session-right=Ctrl+Shift+Right +new-session=Ctrl+Shift+T +new-session-quad=none +new-session-two-horizontal=none +new-session-two-vertical=none +next-session=Shift+Right +next-terminal=Ctrl+Tab; Shift+Tab +options_configure=Ctrl+Shift+, +options_configure_keybinding=none +options_configure_notifications=none +previous-session=Shift+Left +previous-terminal=Ctrl+Shift+Tab +rename-session=none +split-left-right=Ctrl+( +split-top-bottom=Ctrl+) +switch-to-session-1=none +switch-to-session-12=none +switch-to-session-2=none +switch-to-session-3=none +switch-to-session-4=none +switch-to-session-5=none +switch-to-session-6=none +switch-to-session-7=none +switch-to-session-8=none +switch-to-session-9=none +toggle-session-keyboard-input=none +toggle-session-monitor-activity=Ctrl+Shift+A +toggle-session-monitor-silence=Ctrl+Shift+I +toggle-session-prevent-closing=none +toggle-window-state=none +view-full-screen=Ctrl+Shift+F11 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