From 2bf4489f1507ee0461ba147f567d6ce5099b10e1 Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Mon, 1 May 2017 12:18:38 -0400 Subject: [PATCH] yakuake settings --- .config/yakuakerc | 39 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 39 insertions(+) create mode 100644 .config/yakuakerc diff --git a/.config/yakuakerc b/.config/yakuakerc new file mode 100644 index 0000000..de44421 --- /dev/null +++ b/.config/yakuakerc @@ -0,0 +1,39 @@ +[Desktop Entry] +DefaultProfile= + +[Dialogs] +FirstRun=false + +[Favorite Profiles] +Favorites= + +[Shortcuts] +close-active-terminal=Ctrl+Shift+R +close-session=Ctrl+Shift+W +decrease-window-height=Alt+Shift+Up +decrease-window-width=Alt+Shift+Left +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 +increase-window-height=Alt+Shift+Down +increase-window-width=Alt+Shift+Right +move-session-left=Ctrl+Shift+Left +move-session-right=Ctrl+Shift+Right +new-session=Ctrl+Shift+T +next-session=Shift+Right +next-terminal=Ctrl+Shift+Down +previous-session=Shift+Left +previous-terminal=Ctrl+Shift+Up +rename-session=Ctrl+Alt+S +split-left-right=Ctrl+( +split-top-bottom=Ctrl+) +toggle-session-monitor-activity=Ctrl+Shift+A +toggle-session-monitor-silence=Ctrl+Shift+I +view-full-screen=Ctrl+Shift+F11 + +[Window] +Height=40 +Position=0 +Width=50 -- 2.39.5