From aed4fa0a9cf2f11e2d4016fec5b5a1f5501bd4ac Mon Sep 17 00:00:00 2001 From: "Ward Nakchbandi (Cosmic Fusion)" <83735213+CosmicFusion@users.noreply.github.com> Date: Fri, 26 May 2023 15:57:44 +0300 Subject: [PATCH] Clean up config --- pika-kde-settings/debian/changelog | 2 +- pika-kde-settings/debian/postinst | 1 - .../etc/skel/.config/QtProject.conf | 5 - .../etc/skel/.config/akregatorrc | 2 - .../etc/skel/.config/gnome-initial-setup-done | 0 pika-kde-settings/etc/skel/.config/gwenviewrc | 2 - .../ibus-mozc-gnome-initial-setup-done | 0 .../skel/.config/kactivitymanagerd-statsrc | 5 - .../etc/skel/.config/kactivitymanagerdrc | 5 - .../etc/skel/.config/kconf_updaterc | 131 --- .../UserFeedback.org.kde.plasmashell.conf | 2 - .../UserFeedback.org.kde.systemsettings.conf | 2 - .../skel/.config/kde.org/systemsettings.conf | 7 - pika-kde-settings/etc/skel/.config/kded5rc | 5 - .../etc/skel/.config/kglobalshortcutsrc | 279 ----- pika-kde-settings/etc/skel/.config/khotkeysrc | 1027 ----------------- pika-kde-settings/etc/skel/.config/kmixrc | 2 - pika-kde-settings/etc/skel/.config/konsolerc | 19 - pika-kde-settings/etc/skel/.config/krunnerrc | 2 - .../etc/skel/.config/kscreenlockerrc | 5 - .../etc/skel/.config/ktimezonedrc | 4 - pika-kde-settings/etc/skel/.config/kwinrc | 7 - .../etc/skel/.config/kwinrulesrc | 2 - pika-kde-settings/etc/skel/.config/kxkbrc | 2 - .../etc/skel/.config/okularpartrc | 2 - pika-kde-settings/etc/skel/.config/package | 1 - .../etc/skel/.config/plasma-localerc | 2 - .../etc/skel/.config/plasmashellrc | 5 - .../etc/skel/.config/powerdevilrc | 2 - .../skel/.config/powermanagementprofilesrc | 55 - .../etc/skel/.config/spectaclerc | 2 - .../etc/skel/.config/systemsettingsrc | 11 - .../etc/skel/{.config/examples => }/.profile | 0 33 files changed, 1 insertion(+), 1597 deletions(-) delete mode 100644 pika-kde-settings/etc/skel/.config/QtProject.conf delete mode 100644 pika-kde-settings/etc/skel/.config/akregatorrc delete mode 100644 pika-kde-settings/etc/skel/.config/gnome-initial-setup-done delete mode 100644 pika-kde-settings/etc/skel/.config/gwenviewrc delete mode 100644 pika-kde-settings/etc/skel/.config/ibus-mozc-gnome-initial-setup-done delete mode 100644 pika-kde-settings/etc/skel/.config/kactivitymanagerd-statsrc delete mode 100644 pika-kde-settings/etc/skel/.config/kactivitymanagerdrc delete mode 100644 pika-kde-settings/etc/skel/.config/kconf_updaterc delete mode 100644 pika-kde-settings/etc/skel/.config/kde.org/UserFeedback.org.kde.plasmashell.conf delete mode 100644 pika-kde-settings/etc/skel/.config/kde.org/UserFeedback.org.kde.systemsettings.conf delete mode 100644 pika-kde-settings/etc/skel/.config/kde.org/systemsettings.conf delete mode 100644 pika-kde-settings/etc/skel/.config/kded5rc delete mode 100644 pika-kde-settings/etc/skel/.config/kglobalshortcutsrc delete mode 100644 pika-kde-settings/etc/skel/.config/khotkeysrc delete mode 100644 pika-kde-settings/etc/skel/.config/kmixrc delete mode 100644 pika-kde-settings/etc/skel/.config/konsolerc delete mode 100644 pika-kde-settings/etc/skel/.config/krunnerrc delete mode 100644 pika-kde-settings/etc/skel/.config/kscreenlockerrc delete mode 100644 pika-kde-settings/etc/skel/.config/ktimezonedrc delete mode 100644 pika-kde-settings/etc/skel/.config/kwinrc delete mode 100644 pika-kde-settings/etc/skel/.config/kwinrulesrc delete mode 100644 pika-kde-settings/etc/skel/.config/kxkbrc delete mode 100644 pika-kde-settings/etc/skel/.config/okularpartrc delete mode 100644 pika-kde-settings/etc/skel/.config/package delete mode 100644 pika-kde-settings/etc/skel/.config/plasma-localerc delete mode 100644 pika-kde-settings/etc/skel/.config/powerdevilrc delete mode 100644 pika-kde-settings/etc/skel/.config/powermanagementprofilesrc delete mode 100644 pika-kde-settings/etc/skel/.config/spectaclerc delete mode 100644 pika-kde-settings/etc/skel/.config/systemsettingsrc rename pika-kde-settings/etc/skel/{.config/examples => }/.profile (100%) mode change 100755 => 100644 diff --git a/pika-kde-settings/debian/changelog b/pika-kde-settings/debian/changelog index 6da3439..3f78a78 100644 --- a/pika-kde-settings/debian/changelog +++ b/pika-kde-settings/debian/changelog @@ -1,4 +1,4 @@ -pika-kde-settings (3.8.3-99pika1.lunar) lunar; urgency=medium +pika-kde-settings (3.8.4-99pika1.lunar) lunar; urgency=medium * Pika-theme diff --git a/pika-kde-settings/debian/postinst b/pika-kde-settings/debian/postinst index e4c13f8..d9a4f38 100755 --- a/pika-kde-settings/debian/postinst +++ b/pika-kde-settings/debian/postinst @@ -2,6 +2,5 @@ set -e -cp /etc/skel/.config/examples/.profile /etc/skel/ cp /usr/share/backgrounds/pika/Wallpaper_PikaOS_Parrot_8K.png /usr/share/sddm/themes/Orchis/ cp /etc/skel/.config/examples/theme.conf.user /usr/share/sddm/themes/Orchis/ diff --git a/pika-kde-settings/etc/skel/.config/QtProject.conf b/pika-kde-settings/etc/skel/.config/QtProject.conf deleted file mode 100644 index 7787bd0..0000000 --- a/pika-kde-settings/etc/skel/.config/QtProject.conf +++ /dev/null @@ -1,5 +0,0 @@ -[FileDialog] -history=@Invalid() -lastVisited=file:///usr/share/backgrounds/pika/ -qtVersion=5.15.6 -viewMode=Detail diff --git a/pika-kde-settings/etc/skel/.config/akregatorrc b/pika-kde-settings/etc/skel/.config/akregatorrc deleted file mode 100644 index 5cf5a54..0000000 --- a/pika-kde-settings/etc/skel/.config/akregatorrc +++ /dev/null @@ -1,2 +0,0 @@ -[$Version] -update_info=fonts_akregator.upd:Plasma_Fonts_Akregator diff --git a/pika-kde-settings/etc/skel/.config/gnome-initial-setup-done b/pika-kde-settings/etc/skel/.config/gnome-initial-setup-done deleted file mode 100644 index e69de29..0000000 diff --git a/pika-kde-settings/etc/skel/.config/gwenviewrc b/pika-kde-settings/etc/skel/.config/gwenviewrc deleted file mode 100644 index f5bc693..0000000 --- a/pika-kde-settings/etc/skel/.config/gwenviewrc +++ /dev/null @@ -1,2 +0,0 @@ -[$Version] -update_info=gwenview.upd:SideBar_StatusBar_Rename,gwenview.upd:ImageView_AlphaBackgroundMode_Update,gwenview.upd:DeleteThumbnailSetting_Rename diff --git a/pika-kde-settings/etc/skel/.config/ibus-mozc-gnome-initial-setup-done b/pika-kde-settings/etc/skel/.config/ibus-mozc-gnome-initial-setup-done deleted file mode 100644 index e69de29..0000000 diff --git a/pika-kde-settings/etc/skel/.config/kactivitymanagerd-statsrc b/pika-kde-settings/etc/skel/.config/kactivitymanagerd-statsrc deleted file mode 100644 index 0daff31..0000000 --- a/pika-kde-settings/etc/skel/.config/kactivitymanagerd-statsrc +++ /dev/null @@ -1,5 +0,0 @@ -[Favorites-org.kde.plasma.kickoff.favorites.instance-66-782a5605-8137-46a9-8dcb-a9ef79641448] -ordering=preferred://browser,org.kde.discover.desktop,systemsettings.desktop,org.kde.plasma-systemmonitor.desktop,org.kde.dolphin.desktop,org.kde.konsole.desktop,org.kde.kate.desktop,org.kde.kontact.desktop - -[Favorites-org.kde.plasma.kickoff.favorites.instance-66-global] -ordering=preferred://browser,org.kde.discover.desktop,systemsettings.desktop,org.kde.plasma-systemmonitor.desktop,org.kde.dolphin.desktop,org.kde.konsole.desktop,org.kde.kate.desktop,org.kde.kontact.desktop diff --git a/pika-kde-settings/etc/skel/.config/kactivitymanagerdrc b/pika-kde-settings/etc/skel/.config/kactivitymanagerdrc deleted file mode 100644 index 06411e4..0000000 --- a/pika-kde-settings/etc/skel/.config/kactivitymanagerdrc +++ /dev/null @@ -1,5 +0,0 @@ -[activities] -782a5605-8137-46a9-8dcb-a9ef79641448=Default - -[main] -currentActivity=782a5605-8137-46a9-8dcb-a9ef79641448 diff --git a/pika-kde-settings/etc/skel/.config/kconf_updaterc b/pika-kde-settings/etc/skel/.config/kconf_updaterc deleted file mode 100644 index 8782b62..0000000 --- a/pika-kde-settings/etc/skel/.config/kconf_updaterc +++ /dev/null @@ -1,131 +0,0 @@ -updateInfoAdded=true - -[breezehighcontrasttobreezedark.upd] -done=BreezeHighContrastToBreezeDark -mtime=1672768575 - -[breezetobreezeclassic.upd] -done=BreezeToBreezeClassic -mtime=1672768575 - -[breezetobreezelight.upd] -done=BreezeToBreezeLight -mtime=1672768575 - -[delete_cursor_old_default_size.upd] -done=DeleteCursorOldDefaultSize -mtime=1672771594 - -[disable_kmix.upd] -done=PlasmaVolume_DisableKMixAutostart -mtime=1672769952 - -[dolphin_detailsmodesettings.upd] -done=rename-leading-padding -mtime=1667162847 - -[filepicker.upd] -done=filepicker-remove-old-previews-entry -mtime=1673089566 - -[fonts_akregator.upd] -done=Plasma_Fonts_Akregator -mtime=1672769831 - -[fonts_global.upd] -done=Fonts_Global -mtime=1672769831 - -[fonts_global_toolbar.upd] -done=Fonts_Global_Toolbar -mtime=1672769831 - -[fonts_kate.upd] -done=Plasma_Fonts_Kate -mtime=1672769831 - -[gtkconfig.upd] -done=gtk_theme,dont_use_gtk_css_for_window_decorations,remove_deprecated_gtk4_option -mtime=1672768855 - -[gwenview.upd] -done=SideBar_StatusBar_Rename,ImageView_AlphaBackgroundMode_Update,DeleteThumbnailSetting_Rename -mtime=1667163324 - -[icons_remove_effects.upd] -done=IconsRemoveEffects -mtime=1672771594 - -[kcalcrc.upd] -mtime=1667163549 - -[kcm_rename_plasma_desktop.upd] -done=5.24PlasmaDesktopKCMRename -mtime=1672769668 - -[kcminputrc_fix_botched_5_21_0.upd] -done=kcminputrc_fix_botched_5_21_0_pre,kcminputrc_fix_botched_5_21_0 -mtime=1672769668 - -[kcminputrc_repeat.upd] -done=kcminputrc_migrate_key_repeat -mtime=1672769668 - -[konsole_globalaccel.upd] -done=konsole_globalaccel -mtime=1667162804 - -[krunnerglobalshortcuts2.upd] -done=5.22KRunnerGlobalShortcuts -mtime=1672771594 - -[krunnerhistory.upd] -done=5.21KRunnerHistory -mtime=1672771594 - -[kscreenlocker.upd] -done=0.1-autolock -mtime=1672769185 - -[ksmserver_update_loginMode_value.upd] -done=ksmserver_update_loginMode_value_default_enum -mtime=1672769668 - -[kwin.upd] -done=replace-scalein-with-scale,port-minimizeanimation-effect-to-js,port-scale-effect-to-js,port-dimscreen-effect-to-js,auto-bordersize,animation-speed,desktop-grid-click-behavior,no-swap-encourage,make-translucency-effect-disabled-by-default,remove-flip-switch-effect,remove-cover-switch-effect,remove-cubeslide-effect,remove-xrender-backend,enable-scale-effect-by-default,overview-group-plugin-id,animation-speed-cleanup -mtime=1672769317 - -[kwinrules.upd] -done=replace-placement-string-to-enum,use-virtual-desktop-ids -mtime=1672769317 - -[kxkb.upd] -done=remove-empty-lists,add-back-resetoptions -mtime=1672769668 - -[kxkb_variants.upd] -done=split-variants -mtime=1672769668 - -[okular.upd] -done=annotation-toolbar,builtin-annotations -mtime=1667163481 - -[spectacle_clipboard.upd] -done=clipboard-settings-change -mtime=1667163452 - -[spectacle_newConfig.upd] -mtime=1667163452 - -[spectacle_rememberregion.upd] -done=spectacle-migrate-rememberregion -mtime=1667163452 - -[spectacle_shortcuts.upd] -done=spectacle-migrate-shortcuts -mtime=1667163452 - -[style_widgetstyle_default_breeze.upd] -done=StyleWidgetStyleDefaultBreeze -mtime=1672771594 diff --git a/pika-kde-settings/etc/skel/.config/kde.org/UserFeedback.org.kde.plasmashell.conf b/pika-kde-settings/etc/skel/.config/kde.org/UserFeedback.org.kde.plasmashell.conf deleted file mode 100644 index 417a5e7..0000000 --- a/pika-kde-settings/etc/skel/.config/kde.org/UserFeedback.org.kde.plasmashell.conf +++ /dev/null @@ -1,2 +0,0 @@ -[UserFeedback] -ApplicationStartCount=5 diff --git a/pika-kde-settings/etc/skel/.config/kde.org/UserFeedback.org.kde.systemsettings.conf b/pika-kde-settings/etc/skel/.config/kde.org/UserFeedback.org.kde.systemsettings.conf deleted file mode 100644 index 73f68bd..0000000 --- a/pika-kde-settings/etc/skel/.config/kde.org/UserFeedback.org.kde.systemsettings.conf +++ /dev/null @@ -1,2 +0,0 @@ -[UserFeedback] -ApplicationStartCount=8 diff --git a/pika-kde-settings/etc/skel/.config/kde.org/systemsettings.conf b/pika-kde-settings/etc/skel/.config/kde.org/systemsettings.conf deleted file mode 100644 index 11c7450..0000000 --- a/pika-kde-settings/etc/skel/.config/kde.org/systemsettings.conf +++ /dev/null @@ -1,7 +0,0 @@ -[QQControlsFileDialog] -favoriteFolders=@Invalid() -height=0 -sidebarSplit=125.55000000000001 -sidebarVisible=true -sidebarWidth=80 -width=0 diff --git a/pika-kde-settings/etc/skel/.config/kded5rc b/pika-kde-settings/etc/skel/.config/kded5rc deleted file mode 100644 index 46fbeac..0000000 --- a/pika-kde-settings/etc/skel/.config/kded5rc +++ /dev/null @@ -1,5 +0,0 @@ -[Module-device_automounter] -autoload=false - -[PlasmaBrowserIntegration] -shownCount=1 diff --git a/pika-kde-settings/etc/skel/.config/kglobalshortcutsrc b/pika-kde-settings/etc/skel/.config/kglobalshortcutsrc deleted file mode 100644 index 0ea59ff..0000000 --- a/pika-kde-settings/etc/skel/.config/kglobalshortcutsrc +++ /dev/null @@ -1,279 +0,0 @@ -[ActivityManager] -_k_friendly_name=Activity Manager -switch-to-activity-782a5605-8137-46a9-8dcb-a9ef79641448=none,none,Switch to activity "Default" - -[KDE Keyboard Layout Switcher] -Switch to Next Keyboard Layout=Meta+Alt+K,none,Switch to Next Keyboard Layout -_k_friendly_name=Keyboard Layout Switcher - -[kaccess] -Toggle Screen Reader On and Off=Meta+Alt+S,Meta+Alt+S,Toggle Screen Reader On and Off -_k_friendly_name=Accessibility - -[kcm_touchpad] -Disable Touchpad=Touchpad Off,Touchpad Off,Disable Touchpad -Enable Touchpad=Touchpad On,Touchpad On,Enable Touchpad -Toggle Touchpad=Touchpad Toggle,Touchpad Toggle,Toggle Touchpad -_k_friendly_name=Touchpad - -[kded5] -Show System Activity=Ctrl+Esc,Ctrl+Esc,Show System Activity -_k_friendly_name=KDE Daemon -display=Display\tMeta+P,Display\tMeta+P,Switch Display - -[khotkeys] -_k_friendly_name=Custom Shortcuts Service -{d03619b6-9b3c-48cc-9d9c-a2aadb485550}=,none,Search - -[kmix] -_k_friendly_name=Audio Volume -decrease_microphone_volume=Microphone Volume Down,Microphone Volume Down,Decrease Microphone Volume -decrease_volume=Volume Down,Volume Down,Decrease Volume -increase_microphone_volume=Microphone Volume Up,Microphone Volume Up,Increase Microphone Volume -increase_volume=Volume Up,Volume Up,Increase Volume -mic_mute=Microphone Mute\tMeta+Volume Mute,Microphone Mute\tMeta+Volume Mute,Mute Microphone -mute=Volume Mute,Volume Mute,Mute - -[ksmserver] -Halt Without Confirmation=,,Halt Without Confirmation -Lock Session=Meta+L\tScreensaver,Meta+L\tScreensaver,Lock Session -Log Out=Ctrl+Alt+Del,Ctrl+Alt+Del,Log Out -Log Out Without Confirmation=,,Log Out Without Confirmation -Reboot Without Confirmation=,,Reboot Without Confirmation -_k_friendly_name=ksmserver - -[kwin] -Activate Window Demanding Attention=Meta+Ctrl+A,Meta+Ctrl+A,Activate Window Demanding Attention -Decrease Opacity=,,Decrease Opacity of Active Window by 5 % -Expose=Ctrl+F9,Ctrl+F9,Toggle Present Windows (Current desktop) -ExposeAll=Ctrl+F10\tLaunch (C),Ctrl+F10\tLaunch (C),Toggle Present Windows (All desktops) -ExposeClass=Ctrl+F7,Ctrl+F7,Toggle Present Windows (Window class) -ExposeClassCurrentDesktop=none,none,Toggle Present Windows (Window class on current desktop) -Increase Opacity=,,Increase Opacity of Active Window by 5 % -Invert Screen Colors=,,Invert Screen Colors -Kill Window=Meta+Ctrl+Esc,Meta+Ctrl+Esc,Kill Window -MoveMouseToCenter=Meta+F6,Meta+F6,Move Mouse to Center -MoveMouseToFocus=Meta+F5,Meta+F5,Move Mouse to Focus -MoveZoomDown=none,none,Move Zoomed Area Downwards -MoveZoomLeft=none,none,Move Zoomed Area to Left -MoveZoomRight=none,none,Move Zoomed Area to Right -MoveZoomUp=none,none,Move Zoomed Area Upwards -Overview=Meta+W,Meta+W,Toggle Overview -Setup Window Shortcut=,,Setup Window Shortcut -Show Desktop=Meta+D,Meta+D,Peek at Desktop -ShowDesktopGrid=Meta+F8,Meta+F8,Show Desktop Grid -Suspend Compositing=Alt+Shift+F12,Alt+Shift+F12,Suspend Compositing -Switch One Desktop Down=,Meta+Ctrl+Down,Switch One Desktop Down -Switch One Desktop Up=,Meta+Ctrl+Up,Switch One Desktop Up -Switch One Desktop to the Left=,Meta+Ctrl+Left,Switch One Desktop to the Left -Switch One Desktop to the Right=,Meta+Ctrl+Right,Switch One Desktop to the Right -Switch Window Down=Meta+Alt+Down,Meta+Alt+Down,Switch to Window Below -Switch Window Left=Meta+Alt+Left,Meta+Alt+Left,Switch to Window to the Left -Switch Window Right=Meta+Alt+Right,Meta+Alt+Right,Switch to Window to the Right -Switch Window Up=Meta+Alt+Up,Meta+Alt+Up,Switch to Window Above -Switch to Desktop 1=Ctrl+F1,Ctrl+F1,Switch to Desktop 1 -Switch to Desktop 10=,,Switch to Desktop 10 -Switch to Desktop 11=,,Switch to Desktop 11 -Switch to Desktop 12=,,Switch to Desktop 12 -Switch to Desktop 13=,,Switch to Desktop 13 -Switch to Desktop 14=,,Switch to Desktop 14 -Switch to Desktop 15=,,Switch to Desktop 15 -Switch to Desktop 16=,,Switch to Desktop 16 -Switch to Desktop 17=,,Switch to Desktop 17 -Switch to Desktop 18=,,Switch to Desktop 18 -Switch to Desktop 19=,,Switch to Desktop 19 -Switch to Desktop 2=Ctrl+F2,Ctrl+F2,Switch to Desktop 2 -Switch to Desktop 20=,,Switch to Desktop 20 -Switch to Desktop 3=Ctrl+F3,Ctrl+F3,Switch to Desktop 3 -Switch to Desktop 4=Ctrl+F4,Ctrl+F4,Switch to Desktop 4 -Switch to Desktop 5=,,Switch to Desktop 5 -Switch to Desktop 6=,,Switch to Desktop 6 -Switch to Desktop 7=,,Switch to Desktop 7 -Switch to Desktop 8=,,Switch to Desktop 8 -Switch to Desktop 9=,,Switch to Desktop 9 -Switch to Next Desktop=,,Switch to Next Desktop -Switch to Next Screen=,,Switch to Next Screen -Switch to Previous Desktop=,,Switch to Previous Desktop -Switch to Previous Screen=,,Switch to Previous Screen -Switch to Screen 0=,,Switch to Screen 0 -Switch to Screen 1=,,Switch to Screen 1 -Switch to Screen 2=,,Switch to Screen 2 -Switch to Screen 3=,,Switch to Screen 3 -Switch to Screen 4=,,Switch to Screen 4 -Switch to Screen 5=,,Switch to Screen 5 -Switch to Screen 6=,,Switch to Screen 6 -Switch to Screen 7=,,Switch to Screen 7 -Toggle Night Color=none,none,Toggle Night Color -Toggle Window Raise/Lower=,,Toggle Window Raise/Lower -Walk Through Desktop List=,,Walk Through Desktop List -Walk Through Desktop List (Reverse)=,,Walk Through Desktop List (Reverse) -Walk Through Desktops=,,Walk Through Desktops -Walk Through Desktops (Reverse)=,,Walk Through Desktops (Reverse) -Walk Through Windows=Alt+Tab,Alt+Tab,Walk Through Windows -Walk Through Windows (Reverse)=Alt+Shift+Backtab,Alt+Shift+Backtab,Walk Through Windows (Reverse) -Walk Through Windows Alternative=,,Walk Through Windows Alternative -Walk Through Windows Alternative (Reverse)=,,Walk Through Windows Alternative (Reverse) -Walk Through Windows of Current Application=Alt+`,Alt+`,Walk Through Windows of Current Application -Walk Through Windows of Current Application (Reverse)=Alt+~,Alt+~,Walk Through Windows of Current Application (Reverse) -Walk Through Windows of Current Application Alternative=,,Walk Through Windows of Current Application Alternative -Walk Through Windows of Current Application Alternative (Reverse)=,,Walk Through Windows of Current Application Alternative (Reverse) -Window Above Other Windows=,,Keep Window Above Others -Window Below Other Windows=,,Keep Window Below Others -Window Close=Alt+F4,Alt+F4,Close Window -Window Fullscreen=,,Make Window Fullscreen -Window Grow Horizontal=,,Expand Window Horizontally -Window Grow Vertical=,,Expand Window Vertically -Window Lower=,,Lower Window -Window Maximize=Meta+PgUp,Meta+PgUp,Maximize Window -Window Maximize Horizontal=,,Maximize Window Horizontally -Window Maximize Vertical=,,Maximize Window Vertically -Window Minimize=Meta+PgDown,Meta+PgDown,Minimize Window -Window Move=,,Move Window -Window Move Center=,,Move Window to the Center -Window No Border=,,Hide Window Border -Window On All Desktops=,,Keep Window on All Desktops -Window One Desktop Down=Meta+Ctrl+Shift+Down,Meta+Ctrl+Shift+Down,Window One Desktop Down -Window One Desktop Up=Meta+Ctrl+Shift+Up,Meta+Ctrl+Shift+Up,Window One Desktop Up -Window One Desktop to the Left=Meta+Ctrl+Shift+Left,Meta+Ctrl+Shift+Left,Window One Desktop to the Left -Window One Desktop to the Right=Meta+Ctrl+Shift+Right,Meta+Ctrl+Shift+Right,Window One Desktop to the Right -Window Operations Menu=Alt+F3,Alt+F3,Window Operations Menu -Window Pack Down=,,Move Window Down -Window Pack Left=,,Move Window Left -Window Pack Right=,,Move Window Right -Window Pack Up=,,Move Window Up -Window Quick Tile Bottom=Meta+Down,Meta+Down,Quick Tile Window to the Bottom -Window Quick Tile Bottom Left=,,Quick Tile Window to the Bottom Left -Window Quick Tile Bottom Right=,,Quick Tile Window to the Bottom Right -Window Quick Tile Left=Meta+Left,Meta+Left,Quick Tile Window to the Left -Window Quick Tile Right=Meta+Right,Meta+Right,Quick Tile Window to the Right -Window Quick Tile Top=Meta+Up,Meta+Up,Quick Tile Window to the Top -Window Quick Tile Top Left=,,Quick Tile Window to the Top Left -Window Quick Tile Top Right=,,Quick Tile Window to the Top Right -Window Raise=,,Raise Window -Window Resize=,,Resize Window -Window Shade=,,Shade Window -Window Shrink Horizontal=,,Shrink Window Horizontally -Window Shrink Vertical=,,Shrink Window Vertically -Window to Desktop 1=,,Window to Desktop 1 -Window to Desktop 10=,,Window to Desktop 10 -Window to Desktop 11=,,Window to Desktop 11 -Window to Desktop 12=,,Window to Desktop 12 -Window to Desktop 13=,,Window to Desktop 13 -Window to Desktop 14=,,Window to Desktop 14 -Window to Desktop 15=,,Window to Desktop 15 -Window to Desktop 16=,,Window to Desktop 16 -Window to Desktop 17=,,Window to Desktop 17 -Window to Desktop 18=,,Window to Desktop 18 -Window to Desktop 19=,,Window to Desktop 19 -Window to Desktop 2=,,Window to Desktop 2 -Window to Desktop 20=,,Window to Desktop 20 -Window to Desktop 3=,,Window to Desktop 3 -Window to Desktop 4=,,Window to Desktop 4 -Window to Desktop 5=,,Window to Desktop 5 -Window to Desktop 6=,,Window to Desktop 6 -Window to Desktop 7=,,Window to Desktop 7 -Window to Desktop 8=,,Window to Desktop 8 -Window to Desktop 9=,,Window to Desktop 9 -Window to Next Desktop=,,Window to Next Desktop -Window to Next Screen=Meta+Shift+Right,Meta+Shift+Right,Window to Next Screen -Window to Previous Desktop=,,Window to Previous Desktop -Window to Previous Screen=Meta+Shift+Left,Meta+Shift+Left,Window to Previous Screen -Window to Screen 0=,,Window to Screen 0 -Window to Screen 1=,,Window to Screen 1 -Window to Screen 2=,,Window to Screen 2 -Window to Screen 3=,,Window to Screen 3 -Window to Screen 4=,,Window to Screen 4 -Window to Screen 5=,,Window to Screen 5 -Window to Screen 6=,,Window to Screen 6 -Window to Screen 7=,,Window to Screen 7 -_k_friendly_name=KWin -view_actual_size=Meta+0,Meta+0,Zoom to Actual Size -view_zoom_in=Meta++\tMeta+=,Meta++,Zoom In -view_zoom_out=Meta+-,Meta+-,Zoom Out - -[org.kde.dolphin.desktop] -_k_friendly_name=Dolphin -_launch=Meta+E,Meta+E,Dolphin - -[org.kde.krunner.desktop] -RunClipboard=Alt+Shift+F2,Alt+Shift+F2,Run command on clipboard contents -_k_friendly_name=KRunner -_launch=Alt+Space\tAlt+F2\tSearch,Alt+Space\tAlt+F2\tSearch,KRunner - -[org.kde.plasma.emojier.desktop] -_k_friendly_name=Emoji Selector -_launch=Meta+.,Meta+.,Emoji Selector - -[org.kde.spectacle.desktop] -ActiveWindowScreenShot=Meta+Print,Meta+Print,Capture Active Window -CurrentMonitorScreenShot=none,none,Capture Current Monitor -FullScreenScreenShot=Shift+Print,Shift+Print,Capture Entire Desktop -OpenWithoutScreenshot=none,none,Launch without taking a screenshot -RectangularRegionScreenShot=Meta+Shift+Print,Meta+Shift+Print,Capture Rectangular Region -WindowUnderCursorScreenShot=Meta+Ctrl+Print,Meta+Ctrl+Print,Capture Window Under Cursor -_k_friendly_name=Spectacle -_launch=Print,Print,Spectacle - -[org_kde_powerdevil] -Decrease Keyboard Brightness=Keyboard Brightness Down,Keyboard Brightness Down,Decrease Keyboard Brightness -Decrease Screen Brightness=Monitor Brightness Down,Monitor Brightness Down,Decrease Screen Brightness -Hibernate=Hibernate,Hibernate,Hibernate -Increase Keyboard Brightness=Keyboard Brightness Up,Keyboard Brightness Up,Increase Keyboard Brightness -Increase Screen Brightness=Monitor Brightness Up,Monitor Brightness Up,Increase Screen Brightness -PowerDown=Power Down,Power Down,Power Down -PowerOff=Power Off,Power Off,Power Off -Sleep=Sleep,Sleep,Suspend -Toggle Keyboard Backlight=Keyboard Light On/Off,Keyboard Light On/Off,Toggle Keyboard Backlight -Turn Off Screen=none,none,Turn Off Screen -_k_friendly_name=Power Management - -[plasmashell] -_k_friendly_name=Plasma -activate task manager entry 1=Meta+1,Meta+1,Activate Task Manager Entry 1 -activate task manager entry 10=,Meta+0,Activate Task Manager Entry 10 -activate task manager entry 2=Meta+2,Meta+2,Activate Task Manager Entry 2 -activate task manager entry 3=Meta+3,Meta+3,Activate Task Manager Entry 3 -activate task manager entry 4=Meta+4,Meta+4,Activate Task Manager Entry 4 -activate task manager entry 5=Meta+5,Meta+5,Activate Task Manager Entry 5 -activate task manager entry 6=Meta+6,Meta+6,Activate Task Manager Entry 6 -activate task manager entry 7=Meta+7,Meta+7,Activate Task Manager Entry 7 -activate task manager entry 8=Meta+8,Meta+8,Activate Task Manager Entry 8 -activate task manager entry 9=Meta+9,Meta+9,Activate Task Manager Entry 9 -activate widget 66=Alt+F1,none,Activate Application Launcher Widget -clear-history=,,Clear Clipboard History -clipboard_action=Meta+Ctrl+X,Meta+Ctrl+X,Automatic Action Popup Menu -cycle-panels=Meta+Alt+P,Meta+Alt+P,Move keyboard focus between panels -cycleNextAction=,,Next History Item -cyclePrevAction=,,Previous History Item -edit_clipboard=,,Edit Contentsā€¦ -manage activities=Meta+Q,Meta+Q,Show Activity Switcher -next activity=Meta+Tab,none,Walk through activities -previous activity=Meta+Shift+Tab,none,Walk through activities (Reverse) -repeat_action=Meta+Ctrl+R,Meta+Ctrl+R,Manually Invoke Action on Current Clipboard -show dashboard=Ctrl+F12,Ctrl+F12,Show Desktop -show-barcode=,,Show Barcodeā€¦ -show-on-mouse-pos=Meta+V,Meta+V,Open Klipper at Mouse Position -stop current activity=Meta+S,Meta+S,Stop Current Activity -switch to next activity=,,Switch to Next Activity -switch to previous activity=,,Switch to Previous Activity -toggle do not disturb=,,Toggle do not disturb - -[systemsettings.desktop] -_k_friendly_name=System Settings -_launch=Tools,Tools,System Settings -kcm-kscreen=none,none,Display Configuration -kcm-lookandfeel=none,none,Global Theme -kcm-users=none,none,Users -powerdevilprofilesconfig=none,none,Energy Saving -screenlocker=none,none,Screen Locking - -[wacomtablet] -Map to fullscreen=Meta+Ctrl+F,Meta+Ctrl+F,Map to fullscreen -Map to screen 1=Meta+Ctrl+1,Meta+Ctrl+1,Map to screen 1 -Map to screen 2=Meta+Ctrl+2,Meta+Ctrl+2,Map to screen 2 -Next Profile=Meta+Ctrl+N,Meta+Ctrl+N,Next profile -Previous Profile=Meta+Ctrl+P,Meta+Ctrl+P,Previous Profile -Toggle screen map selection=Meta+Ctrl+M,Meta+Ctrl+M,Toggle between all screens -Toggle stylus mode=Meta+Ctrl+S,Meta+Ctrl+S,Toggle the Stylus Tool Relative/Absolute -Toggle touch tool=Meta+Ctrl+T,Meta+Ctrl+T,Enable/Disable the Touch Tool -_k_friendly_name=Wacom Tablet diff --git a/pika-kde-settings/etc/skel/.config/khotkeysrc b/pika-kde-settings/etc/skel/.config/khotkeysrc deleted file mode 100644 index 69df068..0000000 --- a/pika-kde-settings/etc/skel/.config/khotkeysrc +++ /dev/null @@ -1,1027 +0,0 @@ -[$Version] -update_info=konsole_globalaccel.upd:konsole_globalaccel,spectacle_shortcuts.upd:spectacle-migrate-shortcuts - -[ColorEffects:Disabled] -ChangeSelectionColor[$d] -Color[$d] -ColorAmount[$d] -ColorEffect[$d] -ContrastAmount[$d] -ContrastEffect[$d] -Enable[$d] -IntensityAmount[$d] -IntensityEffect[$d] - -[ColorEffects:Inactive] -ChangeSelectionColor[$d] -Color[$d] -ColorAmount[$d] -ColorEffect[$d] -ContrastAmount[$d] -ContrastEffect[$d] -Enable[$d] -IntensityAmount[$d] -IntensityEffect[$d] - -[Colors:Button] -BackgroundAlternate[$d] -BackgroundNormal[$d] -DecorationFocus[$d] -DecorationHover[$d] -ForegroundActive[$d] -ForegroundInactive[$d] -ForegroundLink[$d] -ForegroundNegative[$d] -ForegroundNeutral[$d] -ForegroundNormal[$d] -ForegroundPositive[$d] -ForegroundVisited[$d] - -[Colors:Complementary] -BackgroundAlternate[$d] -BackgroundNormal[$d] -DecorationFocus[$d] -DecorationHover[$d] -ForegroundActive[$d] -ForegroundInactive[$d] -ForegroundLink[$d] -ForegroundNegative[$d] -ForegroundNeutral[$d] -ForegroundNormal[$d] -ForegroundPositive[$d] -ForegroundVisited[$d] - -[Colors:Header] -BackgroundAlternate[$d] -BackgroundNormal[$d] -DecorationFocus[$d] -DecorationHover[$d] -ForegroundActive[$d] -ForegroundInactive[$d] -ForegroundLink[$d] -ForegroundNegative[$d] -ForegroundNeutral[$d] -ForegroundNormal[$d] -ForegroundPositive[$d] -ForegroundVisited[$d] - -[Colors:Header][Inactive] -BackgroundAlternate[$d] -BackgroundNormal[$d] -DecorationFocus[$d] -DecorationHover[$d] -ForegroundActive[$d] -ForegroundInactive[$d] -ForegroundLink[$d] -ForegroundNegative[$d] -ForegroundNeutral[$d] -ForegroundNormal[$d] -ForegroundPositive[$d] -ForegroundVisited[$d] - -[Colors:Selection] -BackgroundAlternate[$d] -BackgroundNormal[$d] -DecorationFocus[$d] -DecorationHover[$d] -ForegroundActive[$d] -ForegroundInactive[$d] -ForegroundLink[$d] -ForegroundNegative[$d] -ForegroundNeutral[$d] -ForegroundNormal[$d] -ForegroundPositive[$d] -ForegroundVisited[$d] - -[Colors:Tooltip] -BackgroundAlternate[$d] -BackgroundNormal[$d] -DecorationFocus[$d] -DecorationHover[$d] -ForegroundActive[$d] -ForegroundInactive[$d] -ForegroundLink[$d] -ForegroundNegative[$d] -ForegroundNeutral[$d] -ForegroundNormal[$d] -ForegroundPositive[$d] -ForegroundVisited[$d] - -[Colors:View] -BackgroundAlternate[$d] -BackgroundNormal[$d] -DecorationFocus[$d] -DecorationHover[$d] -ForegroundActive[$d] -ForegroundInactive[$d] -ForegroundLink[$d] -ForegroundNegative[$d] -ForegroundNeutral[$d] -ForegroundNormal[$d] -ForegroundPositive[$d] -ForegroundVisited[$d] - -[Colors:Window] -BackgroundAlternate[$d] -BackgroundNormal[$d] -DecorationFocus[$d] -DecorationHover[$d] -ForegroundActive[$d] -ForegroundInactive[$d] -ForegroundLink[$d] -ForegroundNegative[$d] -ForegroundNeutral[$d] -ForegroundNormal[$d] -ForegroundPositive[$d] -ForegroundVisited[$d] - -[Data] -DataCount=3 - -[Data_1] -Comment=KMenuEdit Global Shortcuts -DataCount=1 -Enabled=true -ImportId=defaults -Name=KMenuEdit -SystemGroup=1 -Type=ACTION_DATA_GROUP - -[Data_1Conditions] -Comment= -ConditionsCount=0 - -[Data_1_1] -Comment=Comment -Enabled=true -Name=Search -Type=SIMPLE_ACTION_DATA - -[Data_1_1Actions] -ActionsCount=1 - -[Data_1_1Actions0] -CommandURL=http://google.com -Type=COMMAND_URL - -[Data_1_1Conditions] -Comment= -ConditionsCount=0 - -[Data_1_1Triggers] -Comment=Simple_action -TriggersCount=1 - -[Data_1_1Triggers0] -Key= -Type=SHORTCUT -Uuid={d03619b6-9b3c-48cc-9d9c-a2aadb485550} - -[Data_2] -Comment=This group contains various examples demonstrating most of the features of KHotkeys. (Note that this group and all its actions are disabled by default.) -DataCount=8 -Enabled=false -ImportId=kde32b1 -Name=Examples -SystemGroup=0 -Type=ACTION_DATA_GROUP - -[Data_2Conditions] -Comment= -ConditionsCount=0 - -[Data_2_1] -Comment=After pressing Ctrl+Alt+I, the KSIRC window will be activated, if it exists. Simple. -Enabled=false -Name=Activate KSIRC Window -Type=SIMPLE_ACTION_DATA - -[Data_2_1Actions] -ActionsCount=1 - -[Data_2_1Actions0] -Type=ACTIVATE_WINDOW - -[Data_2_1Actions0Window] -Comment=KSIRC window -WindowsCount=1 - -[Data_2_1Actions0Window0] -Class=ksirc -ClassType=1 -Comment=KSIRC -Role= -RoleType=0 -Title= -TitleType=0 -Type=SIMPLE -WindowTypes=33 - -[Data_2_1Conditions] -Comment= -ConditionsCount=0 - -[Data_2_1Triggers] -Comment=Simple_action -TriggersCount=1 - -[Data_2_1Triggers0] -Key=Ctrl+Alt+I -Type=SHORTCUT -Uuid={9c5e07ca-b2f4-4985-895b-f59b2ff4df74} - -[Data_2_2] -Comment=After pressing Alt+Ctrl+H the input of 'Hello' will be simulated, as if you typed it. This is especially useful if you have call to frequently type a word (for instance, 'unsigned'). Every keypress in the input is separated by a colon ':'. Note that the keypresses literally mean keypresses, so you have to write what you would press on the keyboard. In the table below, the left column shows the input and the right column shows what to type.\n\n"enter" (i.e. new line) Enter or Return\na (i.e. small a) A\nA (i.e. capital a) Shift+A\n: (colon) Shift+;\n' ' (space) Space -Enabled=false -Name=Type 'Hello' -Type=SIMPLE_ACTION_DATA - -[Data_2_2Actions] -ActionsCount=1 - -[Data_2_2Actions0] -DestinationWindow=2 -Input=Shift+H:E:L:L:O\n -Type=KEYBOARD_INPUT - -[Data_2_2Conditions] -Comment= -ConditionsCount=0 - -[Data_2_2Triggers] -Comment=Simple_action -TriggersCount=1 - -[Data_2_2Triggers0] -Key=Ctrl+Alt+H -Type=SHORTCUT -Uuid={5d2bcc87-2421-4a9b-9f71-9920de2c3a62} - -[Data_2_3] -Comment=This action runs Konsole, after pressing Ctrl+Alt+T. -Enabled=false -Name=Run Konsole -Type=SIMPLE_ACTION_DATA - -[Data_2_3Actions] -ActionsCount=1 - -[Data_2_3Actions0] -CommandURL=konsole -Type=COMMAND_URL - -[Data_2_3Conditions] -Comment= -ConditionsCount=0 - -[Data_2_3Triggers] -Comment=Simple_action -TriggersCount=1 - -[Data_2_3Triggers0] -Key=Ctrl+Alt+T -Type=SHORTCUT -Uuid={71b6d646-3e3e-42d1-9c14-0b470eac9afc} - -[Data_2_4] -Comment=Read the comment on the "Type 'Hello'" action first.\n\nQt Designer uses Ctrl+F4 for closing windows. In KDE, however, Ctrl+F4 is the shortcut for going to virtual desktop 4, so this shortcut does not work in Qt Designer. Further, Qt Designer does not use KDE's standard Ctrl+W for closing the window.\n\nThis problem can be solved by remapping Ctrl+W to Ctrl+F4 when the active window is Qt Designer. When Qt Designer is active, every time Ctrl+W is pressed, Ctrl+F4 will be sent to Qt Designer instead. In other applications, the effect of Ctrl+W is unchanged.\n\nWe now need to specify three things: A new shortcut trigger on 'Ctrl+W', a new keyboard input action sending Ctrl+F4, and a new condition that the active window is Qt Designer.\nQt Designer seems to always have title 'Qt Designer by Trolltech', so the condition will check for the active window having that title. -Enabled=false -Name=Remap Ctrl+W to Ctrl+F4 in Qt Designer -Type=GENERIC_ACTION_DATA - -[Data_2_4Actions] -ActionsCount=1 - -[Data_2_4Actions0] -DestinationWindow=2 -Input=Ctrl+F4 -Type=KEYBOARD_INPUT - -[Data_2_4Conditions] -Comment= -ConditionsCount=1 - -[Data_2_4Conditions0] -Type=ACTIVE_WINDOW - -[Data_2_4Conditions0Window] -Comment=Qt Designer -WindowsCount=1 - -[Data_2_4Conditions0Window0] -Class= -ClassType=0 -Comment= -Role= -RoleType=0 -Title=Qt Designer by Trolltech -TitleType=2 -Type=SIMPLE -WindowTypes=33 - -[Data_2_4Triggers] -Comment= -TriggersCount=1 - -[Data_2_4Triggers0] -Key=Ctrl+W -Type=SHORTCUT -Uuid={d504f605-6f00-4bbb-a08e-c1be35bcbdf7} - -[Data_2_5] -Comment=By pressing Alt+Ctrl+W a D-Bus call will be performed that will show the minicli. You can use any kind of D-Bus call, just like using the command line 'qdbus' tool. -Enabled=false -Name=Perform D-Bus call 'qdbus org.kde.krunner /App display' -Type=SIMPLE_ACTION_DATA - -[Data_2_5Actions] -ActionsCount=1 - -[Data_2_5Actions0] -Arguments= -Call=popupExecuteCommand -RemoteApp=org.kde.krunner -RemoteObj=/App -Type=DBUS - -[Data_2_5Conditions] -Comment= -ConditionsCount=0 - -[Data_2_5Triggers] -Comment=Simple_action -TriggersCount=1 - -[Data_2_5Triggers0] -Key=Ctrl+Alt+W -Type=SHORTCUT -Uuid={018b762a-3384-4d55-a2c7-af2d53a8473f} - -[Data_2_6] -Comment=Read the comment on the "Type 'Hello'" action first.\n\nJust like the "Type 'Hello'" action, this one simulates keyboard input, specifically, after pressing Ctrl+Alt+B, it sends B to XMMS (B in XMMS jumps to the next song). The 'Send to specific window' checkbox is checked and a window with its class containing 'XMMS_Player' is specified; this will make the input always be sent to this window. This way, you can control XMMS even if, for instance, it is on a different virtual desktop.\n\n(Run 'xprop' and click on the XMMS window and search for WM_CLASS to see 'XMMS_Player'). -Enabled=false -Name=Next in XMMS -Type=SIMPLE_ACTION_DATA - -[Data_2_6Actions] -ActionsCount=1 - -[Data_2_6Actions0] -DestinationWindow=1 -Input=B -Type=KEYBOARD_INPUT - -[Data_2_6Actions0DestinationWindow] -Comment=XMMS window -WindowsCount=1 - -[Data_2_6Actions0DestinationWindow0] -Class=XMMS_Player -ClassType=1 -Comment=XMMS Player window -Role= -RoleType=0 -Title= -TitleType=0 -Type=SIMPLE -WindowTypes=33 - -[Data_2_6Conditions] -Comment= -ConditionsCount=0 - -[Data_2_6Triggers] -Comment=Simple_action -TriggersCount=1 - -[Data_2_6Triggers0] -Key=Ctrl+Alt+B -Type=SHORTCUT -Uuid={d2b2dba8-8571-429a-9fcf-e4101194f5dd} - -[Data_2_7] -Comment=Konqueror in KDE3.1 has tabs, and now you can also have gestures.\n\nJust press the middle mouse button and start drawing one of the gestures, and after you are finished, release the mouse button. If you only need to paste the selection, it still works, just click the middle mouse button. (You can change the mouse button to use in the global settings).\n\nRight now, there are the following gestures available:\nmove right and back left - Forward (Alt+Right)\nmove left and back right - Back (Alt+Left)\nmove up and back down - Up (Alt+Up)\ncircle counterclockwise - Reload (F5)\n\nThe gesture shapes can be entered by performing them in the configuration dialog. You can also look at your numeric pad to help you: gestures are recognized like a 3x3 grid of fields, numbered 1 to 9.\n\nNote that you must perform exactly the gesture to trigger the action. Because of this, it is possible to enter more gestures for the action. You should try to avoid complicated gestures where you change the direction of mouse movement more than once. For instance, 45654 or 74123 are simple to perform, but 1236987 may be already quite difficult.\n\nThe conditions for all gestures are defined in this group. All these gestures are active only if the active window is Konqueror (class contains 'konqueror'). -DataCount=4 -Enabled=false -Name=Konqi Gestures -SystemGroup=0 -Type=ACTION_DATA_GROUP - -[Data_2_7Conditions] -Comment=Konqueror window -ConditionsCount=1 - -[Data_2_7Conditions0] -Type=ACTIVE_WINDOW - -[Data_2_7Conditions0Window] -Comment=Konqueror -WindowsCount=1 - -[Data_2_7Conditions0Window0] -Class=konqueror -ClassType=1 -Comment=Konqueror -Role= -RoleType=0 -Title= -TitleType=0 -Type=SIMPLE -WindowTypes=33 - -[Data_2_7_1] -Comment= -Enabled=false -Name=Back -Type=SIMPLE_ACTION_DATA - -[Data_2_7_1Actions] -ActionsCount=1 - -[Data_2_7_1Actions0] -DestinationWindow=2 -Input=Alt+Left -Type=KEYBOARD_INPUT - -[Data_2_7_1Conditions] -Comment= -ConditionsCount=0 - -[Data_2_7_1Triggers] -Comment=Gesture_triggers -TriggersCount=3 - -[Data_2_7_1Triggers0] -GesturePointData=0,0.0625,1,1,0.5,0.0625,0.0625,1,0.875,0.5,0.125,0.0625,1,0.75,0.5,0.1875,0.0625,1,0.625,0.5,0.25,0.0625,1,0.5,0.5,0.3125,0.0625,1,0.375,0.5,0.375,0.0625,1,0.25,0.5,0.4375,0.0625,1,0.125,0.5,0.5,0.0625,0,0,0.5,0.5625,0.0625,0,0.125,0.5,0.625,0.0625,0,0.25,0.5,0.6875,0.0625,0,0.375,0.5,0.75,0.0625,0,0.5,0.5,0.8125,0.0625,0,0.625,0.5,0.875,0.0625,0,0.75,0.5,0.9375,0.0625,0,0.875,0.5,1,0,0,1,0.5 -Type=GESTURE - -[Data_2_7_1Triggers1] -GesturePointData=0,0.0833333,1,0.5,0.5,0.0833333,0.0833333,1,0.375,0.5,0.166667,0.0833333,1,0.25,0.5,0.25,0.0833333,1,0.125,0.5,0.333333,0.0833333,0,0,0.5,0.416667,0.0833333,0,0.125,0.5,0.5,0.0833333,0,0.25,0.5,0.583333,0.0833333,0,0.375,0.5,0.666667,0.0833333,0,0.5,0.5,0.75,0.0833333,0,0.625,0.5,0.833333,0.0833333,0,0.75,0.5,0.916667,0.0833333,0,0.875,0.5,1,0,0,1,0.5 -Type=GESTURE - -[Data_2_7_1Triggers2] -GesturePointData=0,0.0833333,1,1,0.5,0.0833333,0.0833333,1,0.875,0.5,0.166667,0.0833333,1,0.75,0.5,0.25,0.0833333,1,0.625,0.5,0.333333,0.0833333,1,0.5,0.5,0.416667,0.0833333,1,0.375,0.5,0.5,0.0833333,1,0.25,0.5,0.583333,0.0833333,1,0.125,0.5,0.666667,0.0833333,0,0,0.5,0.75,0.0833333,0,0.125,0.5,0.833333,0.0833333,0,0.25,0.5,0.916667,0.0833333,0,0.375,0.5,1,0,0,0.5,0.5 -Type=GESTURE - -[Data_2_7_2] -Comment= -Enabled=false -Name=Forward -Type=SIMPLE_ACTION_DATA - -[Data_2_7_2Actions] -ActionsCount=1 - -[Data_2_7_2Actions0] -DestinationWindow=2 -Input=Alt+Right -Type=KEYBOARD_INPUT - -[Data_2_7_2Conditions] -Comment= -ConditionsCount=0 - -[Data_2_7_2Triggers] -Comment=Gesture_triggers -TriggersCount=3 - -[Data_2_7_2Triggers0] -GesturePointData=0,0.0625,0,0,0.5,0.0625,0.0625,0,0.125,0.5,0.125,0.0625,0,0.25,0.5,0.1875,0.0625,0,0.375,0.5,0.25,0.0625,0,0.5,0.5,0.3125,0.0625,0,0.625,0.5,0.375,0.0625,0,0.75,0.5,0.4375,0.0625,0,0.875,0.5,0.5,0.0625,1,1,0.5,0.5625,0.0625,1,0.875,0.5,0.625,0.0625,1,0.75,0.5,0.6875,0.0625,1,0.625,0.5,0.75,0.0625,1,0.5,0.5,0.8125,0.0625,1,0.375,0.5,0.875,0.0625,1,0.25,0.5,0.9375,0.0625,1,0.125,0.5,1,0,0,0,0.5 -Type=GESTURE - -[Data_2_7_2Triggers1] -GesturePointData=0,0.0833333,0,0.5,0.5,0.0833333,0.0833333,0,0.625,0.5,0.166667,0.0833333,0,0.75,0.5,0.25,0.0833333,0,0.875,0.5,0.333333,0.0833333,1,1,0.5,0.416667,0.0833333,1,0.875,0.5,0.5,0.0833333,1,0.75,0.5,0.583333,0.0833333,1,0.625,0.5,0.666667,0.0833333,1,0.5,0.5,0.75,0.0833333,1,0.375,0.5,0.833333,0.0833333,1,0.25,0.5,0.916667,0.0833333,1,0.125,0.5,1,0,0,0,0.5 -Type=GESTURE - -[Data_2_7_2Triggers2] -GesturePointData=0,0.0833333,0,0,0.5,0.0833333,0.0833333,0,0.125,0.5,0.166667,0.0833333,0,0.25,0.5,0.25,0.0833333,0,0.375,0.5,0.333333,0.0833333,0,0.5,0.5,0.416667,0.0833333,0,0.625,0.5,0.5,0.0833333,0,0.75,0.5,0.583333,0.0833333,0,0.875,0.5,0.666667,0.0833333,1,1,0.5,0.75,0.0833333,1,0.875,0.5,0.833333,0.0833333,1,0.75,0.5,0.916667,0.0833333,1,0.625,0.5,1,0,0,0.5,0.5 -Type=GESTURE - -[Data_2_7_3] -Comment= -Enabled=false -Name=Up -Type=SIMPLE_ACTION_DATA - -[Data_2_7_3Actions] -ActionsCount=1 - -[Data_2_7_3Actions0] -DestinationWindow=2 -Input=Alt+Up -Type=KEYBOARD_INPUT - -[Data_2_7_3Conditions] -Comment= -ConditionsCount=0 - -[Data_2_7_3Triggers] -Comment=Gesture_triggers -TriggersCount=3 - -[Data_2_7_3Triggers0] -GesturePointData=0,0.0625,-0.5,0.5,1,0.0625,0.0625,-0.5,0.5,0.875,0.125,0.0625,-0.5,0.5,0.75,0.1875,0.0625,-0.5,0.5,0.625,0.25,0.0625,-0.5,0.5,0.5,0.3125,0.0625,-0.5,0.5,0.375,0.375,0.0625,-0.5,0.5,0.25,0.4375,0.0625,-0.5,0.5,0.125,0.5,0.0625,0.5,0.5,0,0.5625,0.0625,0.5,0.5,0.125,0.625,0.0625,0.5,0.5,0.25,0.6875,0.0625,0.5,0.5,0.375,0.75,0.0625,0.5,0.5,0.5,0.8125,0.0625,0.5,0.5,0.625,0.875,0.0625,0.5,0.5,0.75,0.9375,0.0625,0.5,0.5,0.875,1,0,0,0.5,1 -Type=GESTURE - -[Data_2_7_3Triggers1] -GesturePointData=0,0.0833333,-0.5,0.5,1,0.0833333,0.0833333,-0.5,0.5,0.875,0.166667,0.0833333,-0.5,0.5,0.75,0.25,0.0833333,-0.5,0.5,0.625,0.333333,0.0833333,-0.5,0.5,0.5,0.416667,0.0833333,-0.5,0.5,0.375,0.5,0.0833333,-0.5,0.5,0.25,0.583333,0.0833333,-0.5,0.5,0.125,0.666667,0.0833333,0.5,0.5,0,0.75,0.0833333,0.5,0.5,0.125,0.833333,0.0833333,0.5,0.5,0.25,0.916667,0.0833333,0.5,0.5,0.375,1,0,0,0.5,0.5 -Type=GESTURE - -[Data_2_7_3Triggers2] -GesturePointData=0,0.0833333,-0.5,0.5,0.5,0.0833333,0.0833333,-0.5,0.5,0.375,0.166667,0.0833333,-0.5,0.5,0.25,0.25,0.0833333,-0.5,0.5,0.125,0.333333,0.0833333,0.5,0.5,0,0.416667,0.0833333,0.5,0.5,0.125,0.5,0.0833333,0.5,0.5,0.25,0.583333,0.0833333,0.5,0.5,0.375,0.666667,0.0833333,0.5,0.5,0.5,0.75,0.0833333,0.5,0.5,0.625,0.833333,0.0833333,0.5,0.5,0.75,0.916667,0.0833333,0.5,0.5,0.875,1,0,0,0.5,1 -Type=GESTURE - -[Data_2_7_4] -Comment= -Enabled=false -Name=Reload -Type=SIMPLE_ACTION_DATA - -[Data_2_7_4Actions] -ActionsCount=1 - -[Data_2_7_4Actions0] -DestinationWindow=2 -Input=F5 -Type=KEYBOARD_INPUT - -[Data_2_7_4Conditions] -Comment= -ConditionsCount=0 - -[Data_2_7_4Triggers] -Comment=Gesture_triggers -TriggersCount=3 - -[Data_2_7_4Triggers0] -GesturePointData=0,0.03125,0,0,1,0.03125,0.03125,0,0.125,1,0.0625,0.03125,0,0.25,1,0.09375,0.03125,0,0.375,1,0.125,0.03125,0,0.5,1,0.15625,0.03125,0,0.625,1,0.1875,0.03125,0,0.75,1,0.21875,0.03125,0,0.875,1,0.25,0.03125,-0.5,1,1,0.28125,0.03125,-0.5,1,0.875,0.3125,0.03125,-0.5,1,0.75,0.34375,0.03125,-0.5,1,0.625,0.375,0.03125,-0.5,1,0.5,0.40625,0.03125,-0.5,1,0.375,0.4375,0.03125,-0.5,1,0.25,0.46875,0.03125,-0.5,1,0.125,0.5,0.03125,1,1,0,0.53125,0.03125,1,0.875,0,0.5625,0.03125,1,0.75,0,0.59375,0.03125,1,0.625,0,0.625,0.03125,1,0.5,0,0.65625,0.03125,1,0.375,0,0.6875,0.03125,1,0.25,0,0.71875,0.03125,1,0.125,0,0.75,0.03125,0.5,0,0,0.78125,0.03125,0.5,0,0.125,0.8125,0.03125,0.5,0,0.25,0.84375,0.03125,0.5,0,0.375,0.875,0.03125,0.5,0,0.5,0.90625,0.03125,0.5,0,0.625,0.9375,0.03125,0.5,0,0.75,0.96875,0.03125,0.5,0,0.875,1,0,0,0,1 -Type=GESTURE - -[Data_2_7_4Triggers1] -GesturePointData=0,0.0277778,0,0,1,0.0277778,0.0277778,0,0.125,1,0.0555556,0.0277778,0,0.25,1,0.0833333,0.0277778,0,0.375,1,0.111111,0.0277778,0,0.5,1,0.138889,0.0277778,0,0.625,1,0.166667,0.0277778,0,0.75,1,0.194444,0.0277778,0,0.875,1,0.222222,0.0277778,-0.5,1,1,0.25,0.0277778,-0.5,1,0.875,0.277778,0.0277778,-0.5,1,0.75,0.305556,0.0277778,-0.5,1,0.625,0.333333,0.0277778,-0.5,1,0.5,0.361111,0.0277778,-0.5,1,0.375,0.388889,0.0277778,-0.5,1,0.25,0.416667,0.0277778,-0.5,1,0.125,0.444444,0.0277778,1,1,0,0.472222,0.0277778,1,0.875,0,0.5,0.0277778,1,0.75,0,0.527778,0.0277778,1,0.625,0,0.555556,0.0277778,1,0.5,0,0.583333,0.0277778,1,0.375,0,0.611111,0.0277778,1,0.25,0,0.638889,0.0277778,1,0.125,0,0.666667,0.0277778,0.5,0,0,0.694444,0.0277778,0.5,0,0.125,0.722222,0.0277778,0.5,0,0.25,0.75,0.0277778,0.5,0,0.375,0.777778,0.0277778,0.5,0,0.5,0.805556,0.0277778,0.5,0,0.625,0.833333,0.0277778,0.5,0,0.75,0.861111,0.0277778,0.5,0,0.875,0.888889,0.0277778,0,0,1,0.916667,0.0277778,0,0.125,1,0.944444,0.0277778,0,0.25,1,0.972222,0.0277778,0,0.375,1,1,0,0,0.5,1 -Type=GESTURE - -[Data_2_7_4Triggers2] -GesturePointData=0,0.0277778,0.5,0,0.5,0.0277778,0.0277778,0.5,0,0.625,0.0555556,0.0277778,0.5,0,0.75,0.0833333,0.0277778,0.5,0,0.875,0.111111,0.0277778,0,0,1,0.138889,0.0277778,0,0.125,1,0.166667,0.0277778,0,0.25,1,0.194444,0.0277778,0,0.375,1,0.222222,0.0277778,0,0.5,1,0.25,0.0277778,0,0.625,1,0.277778,0.0277778,0,0.75,1,0.305556,0.0277778,0,0.875,1,0.333333,0.0277778,-0.5,1,1,0.361111,0.0277778,-0.5,1,0.875,0.388889,0.0277778,-0.5,1,0.75,0.416667,0.0277778,-0.5,1,0.625,0.444444,0.0277778,-0.5,1,0.5,0.472222,0.0277778,-0.5,1,0.375,0.5,0.0277778,-0.5,1,0.25,0.527778,0.0277778,-0.5,1,0.125,0.555556,0.0277778,1,1,0,0.583333,0.0277778,1,0.875,0,0.611111,0.0277778,1,0.75,0,0.638889,0.0277778,1,0.625,0,0.666667,0.0277778,1,0.5,0,0.694444,0.0277778,1,0.375,0,0.722222,0.0277778,1,0.25,0,0.75,0.0277778,1,0.125,0,0.777778,0.0277778,0.5,0,0,0.805556,0.0277778,0.5,0,0.125,0.833333,0.0277778,0.5,0,0.25,0.861111,0.0277778,0.5,0,0.375,0.888889,0.0277778,0.5,0,0.5,0.916667,0.0277778,0.5,0,0.625,0.944444,0.0277778,0.5,0,0.75,0.972222,0.0277778,0.5,0,0.875,1,0,0,0,1 -Type=GESTURE - -[Data_2_8] -Comment=After pressing Win+E (Tux+E) a WWW browser will be launched, and it will open http://www.kde.org . You may run all kind of commands you can run in minicli (Alt+F2). -Enabled=false -Name=Go to KDE Website -Type=SIMPLE_ACTION_DATA - -[Data_2_8Actions] -ActionsCount=1 - -[Data_2_8Actions0] -CommandURL=http://www.kde.org -Type=COMMAND_URL - -[Data_2_8Conditions] -Comment= -ConditionsCount=0 - -[Data_2_8Triggers] -Comment=Simple_action -TriggersCount=1 - -[Data_2_8Triggers0] -Key=Meta+E -Type=SHORTCUT -Uuid={d55cbf25-85a3-4796-9eaa-b62659546e60} - -[Data_3] -Comment=Basic Konqueror gestures. -DataCount=14 -Enabled=true -ImportId=konqueror_gestures_kde321 -Name=Konqueror Gestures -SystemGroup=0 -Type=ACTION_DATA_GROUP - -[Data_3Conditions] -Comment=Konqueror window -ConditionsCount=1 - -[Data_3Conditions0] -Type=ACTIVE_WINDOW - -[Data_3Conditions0Window] -Comment=Konqueror -WindowsCount=1 - -[Data_3Conditions0Window0] -Class=^konqueror\s -ClassType=3 -Comment=Konqueror -Role=konqueror-mainwindow#1 -RoleType=0 -Title=file:/ - Konqueror -TitleType=0 -Type=SIMPLE -WindowTypes=1 - -[Data_3_1] -Comment=Press, move left, release. -Enabled=true -Name=Back -Type=SIMPLE_ACTION_DATA - -[Data_3_10] -Comment=Opera-style: Press, move up, release.\nNOTE: Conflicts with 'New Tab', and as such is disabled by default. -Enabled=false -Name=Stop Loading -Type=SIMPLE_ACTION_DATA - -[Data_3_10Actions] -ActionsCount=1 - -[Data_3_10Actions0] -DestinationWindow=2 -Input=Escape\n -Type=KEYBOARD_INPUT - -[Data_3_10Conditions] -Comment= -ConditionsCount=0 - -[Data_3_10Triggers] -Comment=Gesture_triggers -TriggersCount=1 - -[Data_3_10Triggers0] -GesturePointData=0,0.125,-0.5,0.5,1,0.125,0.125,-0.5,0.5,0.875,0.25,0.125,-0.5,0.5,0.75,0.375,0.125,-0.5,0.5,0.625,0.5,0.125,-0.5,0.5,0.5,0.625,0.125,-0.5,0.5,0.375,0.75,0.125,-0.5,0.5,0.25,0.875,0.125,-0.5,0.5,0.125,1,0,0,0.5,0 -Type=GESTURE - -[Data_3_11] -Comment=Going up in URL/directory structure.\nMozilla-style: Press, move up, move left, move up, release. -Enabled=true -Name=Up -Type=SIMPLE_ACTION_DATA - -[Data_3_11Actions] -ActionsCount=1 - -[Data_3_11Actions0] -DestinationWindow=2 -Input=Alt+Up -Type=KEYBOARD_INPUT - -[Data_3_11Conditions] -Comment= -ConditionsCount=0 - -[Data_3_11Triggers] -Comment=Gesture_triggers -TriggersCount=1 - -[Data_3_11Triggers0] -GesturePointData=0,0.0625,-0.5,1,1,0.0625,0.0625,-0.5,1,0.875,0.125,0.0625,-0.5,1,0.75,0.1875,0.0625,-0.5,1,0.625,0.25,0.0625,1,1,0.5,0.3125,0.0625,1,0.875,0.5,0.375,0.0625,1,0.75,0.5,0.4375,0.0625,1,0.625,0.5,0.5,0.0625,1,0.5,0.5,0.5625,0.0625,1,0.375,0.5,0.625,0.0625,1,0.25,0.5,0.6875,0.0625,1,0.125,0.5,0.75,0.0625,-0.5,0,0.5,0.8125,0.0625,-0.5,0,0.375,0.875,0.0625,-0.5,0,0.25,0.9375,0.0625,-0.5,0,0.125,1,0,0,0,0 -Type=GESTURE - -[Data_3_12] -Comment=Going up in URL/directory structure.\nOpera-style: Press, move up, move left, move up, release.\nNOTE: Conflicts with "Activate Previous Tab", and as such is disabled by default. -Enabled=false -Name=Up #2 -Type=SIMPLE_ACTION_DATA - -[Data_3_12Actions] -ActionsCount=1 - -[Data_3_12Actions0] -DestinationWindow=2 -Input=Alt+Up\n -Type=KEYBOARD_INPUT - -[Data_3_12Conditions] -Comment= -ConditionsCount=0 - -[Data_3_12Triggers] -Comment=Gesture_triggers -TriggersCount=1 - -[Data_3_12Triggers0] -GesturePointData=0,0.0625,-0.5,1,1,0.0625,0.0625,-0.5,1,0.875,0.125,0.0625,-0.5,1,0.75,0.1875,0.0625,-0.5,1,0.625,0.25,0.0625,-0.5,1,0.5,0.3125,0.0625,-0.5,1,0.375,0.375,0.0625,-0.5,1,0.25,0.4375,0.0625,-0.5,1,0.125,0.5,0.0625,1,1,0,0.5625,0.0625,1,0.875,0,0.625,0.0625,1,0.75,0,0.6875,0.0625,1,0.625,0,0.75,0.0625,1,0.5,0,0.8125,0.0625,1,0.375,0,0.875,0.0625,1,0.25,0,0.9375,0.0625,1,0.125,0,1,0,0,0,0 -Type=GESTURE - -[Data_3_13] -Comment=Press, move up, move right, release. -Enabled=true -Name=Activate Next Tab -Type=SIMPLE_ACTION_DATA - -[Data_3_13Actions] -ActionsCount=1 - -[Data_3_13Actions0] -DestinationWindow=2 -Input=Ctrl+.\n -Type=KEYBOARD_INPUT - -[Data_3_13Conditions] -Comment= -ConditionsCount=0 - -[Data_3_13Triggers] -Comment=Gesture_triggers -TriggersCount=1 - -[Data_3_13Triggers0] -GesturePointData=0,0.0625,-0.5,0,1,0.0625,0.0625,-0.5,0,0.875,0.125,0.0625,-0.5,0,0.75,0.1875,0.0625,-0.5,0,0.625,0.25,0.0625,-0.5,0,0.5,0.3125,0.0625,-0.5,0,0.375,0.375,0.0625,-0.5,0,0.25,0.4375,0.0625,-0.5,0,0.125,0.5,0.0625,0,0,0,0.5625,0.0625,0,0.125,0,0.625,0.0625,0,0.25,0,0.6875,0.0625,0,0.375,0,0.75,0.0625,0,0.5,0,0.8125,0.0625,0,0.625,0,0.875,0.0625,0,0.75,0,0.9375,0.0625,0,0.875,0,1,0,0,1,0 -Type=GESTURE - -[Data_3_14] -Comment=Press, move up, move left, release. -Enabled=true -Name=Activate Previous Tab -Type=SIMPLE_ACTION_DATA - -[Data_3_14Actions] -ActionsCount=1 - -[Data_3_14Actions0] -DestinationWindow=2 -Input=Ctrl+, -Type=KEYBOARD_INPUT - -[Data_3_14Conditions] -Comment= -ConditionsCount=0 - -[Data_3_14Triggers] -Comment=Gesture_triggers -TriggersCount=1 - -[Data_3_14Triggers0] -GesturePointData=0,0.0625,-0.5,1,1,0.0625,0.0625,-0.5,1,0.875,0.125,0.0625,-0.5,1,0.75,0.1875,0.0625,-0.5,1,0.625,0.25,0.0625,-0.5,1,0.5,0.3125,0.0625,-0.5,1,0.375,0.375,0.0625,-0.5,1,0.25,0.4375,0.0625,-0.5,1,0.125,0.5,0.0625,1,1,0,0.5625,0.0625,1,0.875,0,0.625,0.0625,1,0.75,0,0.6875,0.0625,1,0.625,0,0.75,0.0625,1,0.5,0,0.8125,0.0625,1,0.375,0,0.875,0.0625,1,0.25,0,0.9375,0.0625,1,0.125,0,1,0,0,0,0 -Type=GESTURE - -[Data_3_1Actions] -ActionsCount=1 - -[Data_3_1Actions0] -DestinationWindow=2 -Input=Alt+Left -Type=KEYBOARD_INPUT - -[Data_3_1Conditions] -Comment= -ConditionsCount=0 - -[Data_3_1Triggers] -Comment=Gesture_triggers -TriggersCount=1 - -[Data_3_1Triggers0] -GesturePointData=0,0.125,1,1,0.5,0.125,0.125,1,0.875,0.5,0.25,0.125,1,0.75,0.5,0.375,0.125,1,0.625,0.5,0.5,0.125,1,0.5,0.5,0.625,0.125,1,0.375,0.5,0.75,0.125,1,0.25,0.5,0.875,0.125,1,0.125,0.5,1,0,0,0,0.5 -Type=GESTURE - -[Data_3_2] -Comment=Press, move down, move up, move down, release. -Enabled=true -Name=Duplicate Tab -Type=SIMPLE_ACTION_DATA - -[Data_3_2Actions] -ActionsCount=1 - -[Data_3_2Actions0] -DestinationWindow=2 -Input=Ctrl+Shift+D\n -Type=KEYBOARD_INPUT - -[Data_3_2Conditions] -Comment= -ConditionsCount=0 - -[Data_3_2Triggers] -Comment=Gesture_triggers -TriggersCount=1 - -[Data_3_2Triggers0] -GesturePointData=0,0.0416667,0.5,0.5,0,0.0416667,0.0416667,0.5,0.5,0.125,0.0833333,0.0416667,0.5,0.5,0.25,0.125,0.0416667,0.5,0.5,0.375,0.166667,0.0416667,0.5,0.5,0.5,0.208333,0.0416667,0.5,0.5,0.625,0.25,0.0416667,0.5,0.5,0.75,0.291667,0.0416667,0.5,0.5,0.875,0.333333,0.0416667,-0.5,0.5,1,0.375,0.0416667,-0.5,0.5,0.875,0.416667,0.0416667,-0.5,0.5,0.75,0.458333,0.0416667,-0.5,0.5,0.625,0.5,0.0416667,-0.5,0.5,0.5,0.541667,0.0416667,-0.5,0.5,0.375,0.583333,0.0416667,-0.5,0.5,0.25,0.625,0.0416667,-0.5,0.5,0.125,0.666667,0.0416667,0.5,0.5,0,0.708333,0.0416667,0.5,0.5,0.125,0.75,0.0416667,0.5,0.5,0.25,0.791667,0.0416667,0.5,0.5,0.375,0.833333,0.0416667,0.5,0.5,0.5,0.875,0.0416667,0.5,0.5,0.625,0.916667,0.0416667,0.5,0.5,0.75,0.958333,0.0416667,0.5,0.5,0.875,1,0,0,0.5,1 -Type=GESTURE - -[Data_3_3] -Comment=Press, move down, move up, release. -Enabled=true -Name=Duplicate Window -Type=SIMPLE_ACTION_DATA - -[Data_3_3Actions] -ActionsCount=1 - -[Data_3_3Actions0] -DestinationWindow=2 -Input=Ctrl+D\n -Type=KEYBOARD_INPUT - -[Data_3_3Conditions] -Comment= -ConditionsCount=0 - -[Data_3_3Triggers] -Comment=Gesture_triggers -TriggersCount=1 - -[Data_3_3Triggers0] -GesturePointData=0,0.0625,0.5,0.5,0,0.0625,0.0625,0.5,0.5,0.125,0.125,0.0625,0.5,0.5,0.25,0.1875,0.0625,0.5,0.5,0.375,0.25,0.0625,0.5,0.5,0.5,0.3125,0.0625,0.5,0.5,0.625,0.375,0.0625,0.5,0.5,0.75,0.4375,0.0625,0.5,0.5,0.875,0.5,0.0625,-0.5,0.5,1,0.5625,0.0625,-0.5,0.5,0.875,0.625,0.0625,-0.5,0.5,0.75,0.6875,0.0625,-0.5,0.5,0.625,0.75,0.0625,-0.5,0.5,0.5,0.8125,0.0625,-0.5,0.5,0.375,0.875,0.0625,-0.5,0.5,0.25,0.9375,0.0625,-0.5,0.5,0.125,1,0,0,0.5,0 -Type=GESTURE - -[Data_3_4] -Comment=Press, move right, release. -Enabled=true -Name=Forward -Type=SIMPLE_ACTION_DATA - -[Data_3_4Actions] -ActionsCount=1 - -[Data_3_4Actions0] -DestinationWindow=2 -Input=Alt+Right -Type=KEYBOARD_INPUT - -[Data_3_4Conditions] -Comment= -ConditionsCount=0 - -[Data_3_4Triggers] -Comment=Gesture_triggers -TriggersCount=1 - -[Data_3_4Triggers0] -GesturePointData=0,0.125,0,0,0.5,0.125,0.125,0,0.125,0.5,0.25,0.125,0,0.25,0.5,0.375,0.125,0,0.375,0.5,0.5,0.125,0,0.5,0.5,0.625,0.125,0,0.625,0.5,0.75,0.125,0,0.75,0.5,0.875,0.125,0,0.875,0.5,1,0,0,1,0.5 -Type=GESTURE - -[Data_3_5] -Comment=Press, move down, move half up, move right, move down, release.\n(Drawing a lowercase 'h'.) -Enabled=true -Name=Home -Type=SIMPLE_ACTION_DATA - -[Data_3_5Actions] -ActionsCount=1 - -[Data_3_5Actions0] -DestinationWindow=2 -Input=Alt+Home\n -Type=KEYBOARD_INPUT - -[Data_3_5Conditions] -Comment= -ConditionsCount=0 - -[Data_3_5Triggers] -Comment=Gesture_triggers -TriggersCount=2 - -[Data_3_5Triggers0] -GesturePointData=0,0.0461748,0.5,0,0,0.0461748,0.0461748,0.5,0,0.125,0.0923495,0.0461748,0.5,0,0.25,0.138524,0.0461748,0.5,0,0.375,0.184699,0.0461748,0.5,0,0.5,0.230874,0.0461748,0.5,0,0.625,0.277049,0.0461748,0.5,0,0.75,0.323223,0.0461748,0.5,0,0.875,0.369398,0.065301,-0.25,0,1,0.434699,0.065301,-0.25,0.125,0.875,0.5,0.065301,-0.25,0.25,0.75,0.565301,0.065301,-0.25,0.375,0.625,0.630602,0.0461748,0,0.5,0.5,0.676777,0.0461748,0,0.625,0.5,0.722951,0.0461748,0,0.75,0.5,0.769126,0.0461748,0,0.875,0.5,0.815301,0.0461748,0.5,1,0.5,0.861476,0.0461748,0.5,1,0.625,0.90765,0.0461748,0.5,1,0.75,0.953825,0.0461748,0.5,1,0.875,1,0,0,1,1 -Type=GESTURE - -[Data_3_5Triggers1] -GesturePointData=0,0.0416667,0.5,0,0,0.0416667,0.0416667,0.5,0,0.125,0.0833333,0.0416667,0.5,0,0.25,0.125,0.0416667,0.5,0,0.375,0.166667,0.0416667,0.5,0,0.5,0.208333,0.0416667,0.5,0,0.625,0.25,0.0416667,0.5,0,0.75,0.291667,0.0416667,0.5,0,0.875,0.333333,0.0416667,-0.5,0,1,0.375,0.0416667,-0.5,0,0.875,0.416667,0.0416667,-0.5,0,0.75,0.458333,0.0416667,-0.5,0,0.625,0.5,0.0416667,0,0,0.5,0.541667,0.0416667,0,0.125,0.5,0.583333,0.0416667,0,0.25,0.5,0.625,0.0416667,0,0.375,0.5,0.666667,0.0416667,0,0.5,0.5,0.708333,0.0416667,0,0.625,0.5,0.75,0.0416667,0,0.75,0.5,0.791667,0.0416667,0,0.875,0.5,0.833333,0.0416667,0.5,1,0.5,0.875,0.0416667,0.5,1,0.625,0.916667,0.0416667,0.5,1,0.75,0.958333,0.0416667,0.5,1,0.875,1,0,0,1,1 -Type=GESTURE - -[Data_3_6] -Comment=Press, move right, move down, move right, release.\nMozilla-style: Press, move down, move right, release. -Enabled=true -Name=Close Tab -Type=SIMPLE_ACTION_DATA - -[Data_3_6Actions] -ActionsCount=1 - -[Data_3_6Actions0] -DestinationWindow=2 -Input=Ctrl+W\n -Type=KEYBOARD_INPUT - -[Data_3_6Conditions] -Comment= -ConditionsCount=0 - -[Data_3_6Triggers] -Comment=Gesture_triggers -TriggersCount=2 - -[Data_3_6Triggers0] -GesturePointData=0,0.0625,0,0,0,0.0625,0.0625,0,0.125,0,0.125,0.0625,0,0.25,0,0.1875,0.0625,0,0.375,0,0.25,0.0625,0.5,0.5,0,0.3125,0.0625,0.5,0.5,0.125,0.375,0.0625,0.5,0.5,0.25,0.4375,0.0625,0.5,0.5,0.375,0.5,0.0625,0.5,0.5,0.5,0.5625,0.0625,0.5,0.5,0.625,0.625,0.0625,0.5,0.5,0.75,0.6875,0.0625,0.5,0.5,0.875,0.75,0.0625,0,0.5,1,0.8125,0.0625,0,0.625,1,0.875,0.0625,0,0.75,1,0.9375,0.0625,0,0.875,1,1,0,0,1,1 -Type=GESTURE - -[Data_3_6Triggers1] -GesturePointData=0,0.0625,0.5,0,0,0.0625,0.0625,0.5,0,0.125,0.125,0.0625,0.5,0,0.25,0.1875,0.0625,0.5,0,0.375,0.25,0.0625,0.5,0,0.5,0.3125,0.0625,0.5,0,0.625,0.375,0.0625,0.5,0,0.75,0.4375,0.0625,0.5,0,0.875,0.5,0.0625,0,0,1,0.5625,0.0625,0,0.125,1,0.625,0.0625,0,0.25,1,0.6875,0.0625,0,0.375,1,0.75,0.0625,0,0.5,1,0.8125,0.0625,0,0.625,1,0.875,0.0625,0,0.75,1,0.9375,0.0625,0,0.875,1,1,0,0,1,1 -Type=GESTURE - -[Data_3_7] -Comment=Press, move up, release.\nConflicts with Opera-style 'Up #2', which is disabled by default. -Enabled=true -Name=New Tab -Type=SIMPLE_ACTION_DATA - -[Data_3_7Actions] -ActionsCount=1 - -[Data_3_7Actions0] -DestinationWindow=2 -Input=Ctrl+Shift+N -Type=KEYBOARD_INPUT - -[Data_3_7Conditions] -Comment= -ConditionsCount=0 - -[Data_3_7Triggers] -Comment=Gesture_triggers -TriggersCount=1 - -[Data_3_7Triggers0] -GesturePointData=0,0.125,-0.5,0.5,1,0.125,0.125,-0.5,0.5,0.875,0.25,0.125,-0.5,0.5,0.75,0.375,0.125,-0.5,0.5,0.625,0.5,0.125,-0.5,0.5,0.5,0.625,0.125,-0.5,0.5,0.375,0.75,0.125,-0.5,0.5,0.25,0.875,0.125,-0.5,0.5,0.125,1,0,0,0.5,0 -Type=GESTURE - -[Data_3_8] -Comment=Press, move down, release. -Enabled=true -Name=New Window -Type=SIMPLE_ACTION_DATA - -[Data_3_8Actions] -ActionsCount=1 - -[Data_3_8Actions0] -DestinationWindow=2 -Input=Ctrl+N\n -Type=KEYBOARD_INPUT - -[Data_3_8Conditions] -Comment= -ConditionsCount=0 - -[Data_3_8Triggers] -Comment=Gesture_triggers -TriggersCount=1 - -[Data_3_8Triggers0] -GesturePointData=0,0.125,0.5,0.5,0,0.125,0.125,0.5,0.5,0.125,0.25,0.125,0.5,0.5,0.25,0.375,0.125,0.5,0.5,0.375,0.5,0.125,0.5,0.5,0.5,0.625,0.125,0.5,0.5,0.625,0.75,0.125,0.5,0.5,0.75,0.875,0.125,0.5,0.5,0.875,1,0,0,0.5,1 -Type=GESTURE - -[Data_3_9] -Comment=Press, move up, move down, release. -Enabled=true -Name=Reload -Type=SIMPLE_ACTION_DATA - -[Data_3_9Actions] -ActionsCount=1 - -[Data_3_9Actions0] -DestinationWindow=2 -Input=F5 -Type=KEYBOARD_INPUT - -[Data_3_9Conditions] -Comment= -ConditionsCount=0 - -[Data_3_9Triggers] -Comment=Gesture_triggers -TriggersCount=1 - -[Data_3_9Triggers0] -GesturePointData=0,0.0625,-0.5,0.5,1,0.0625,0.0625,-0.5,0.5,0.875,0.125,0.0625,-0.5,0.5,0.75,0.1875,0.0625,-0.5,0.5,0.625,0.25,0.0625,-0.5,0.5,0.5,0.3125,0.0625,-0.5,0.5,0.375,0.375,0.0625,-0.5,0.5,0.25,0.4375,0.0625,-0.5,0.5,0.125,0.5,0.0625,0.5,0.5,0,0.5625,0.0625,0.5,0.5,0.125,0.625,0.0625,0.5,0.5,0.25,0.6875,0.0625,0.5,0.5,0.375,0.75,0.0625,0.5,0.5,0.5,0.8125,0.0625,0.5,0.5,0.625,0.875,0.0625,0.5,0.5,0.75,0.9375,0.0625,0.5,0.5,0.875,1,0,0,0.5,1 -Type=GESTURE - -[General] -ColorScheme[$d] -ColorSchemeHash[$d] - -[Gestures] -Disabled=true -MouseButton=2 -Timeout=300 - -[Icons] -Theme[$d] - -[KDE] -LookAndFeelPackage[$d] -widgetStyle[$d] - -[Main] -AlreadyImported=defaults,kde32b1,konqueror_gestures_kde321 -Disabled=false -Version=2 - -[Voice] -Shortcut= - -[WM] -activeBackground[$d] -activeBlend[$d] -activeForeground[$d] -inactiveBackground[$d] -inactiveBlend[$d] -inactiveForeground[$d] diff --git a/pika-kde-settings/etc/skel/.config/kmixrc b/pika-kde-settings/etc/skel/.config/kmixrc deleted file mode 100644 index 833b785..0000000 --- a/pika-kde-settings/etc/skel/.config/kmixrc +++ /dev/null @@ -1,2 +0,0 @@ -[$Version] -update_info=disable_kmix.upd:PlasmaVolume_DisableKMixAutostart diff --git a/pika-kde-settings/etc/skel/.config/konsolerc b/pika-kde-settings/etc/skel/.config/konsolerc deleted file mode 100644 index b7b3f59..0000000 --- a/pika-kde-settings/etc/skel/.config/konsolerc +++ /dev/null @@ -1,19 +0,0 @@ -[General] -ConfigVersion=1 - -[MainWindow] -RestorePositionForNextInstance=false -State=AAAA/wAAAAD9AAAAAQAAAAAAAAAAAAAAAPwCAAAAAvsAAAAiAFEAdQBpAGMAawBDAG8AbQBtAGEAbgBkAHMARABvAGMAawAAAAAA/////wAAAT0A////+wAAABwAUwBTAEgATQBhAG4AYQBnAGUAcgBEAG8AYwBrAAAAAAD/////AAAAywD///8AAAJ+AAABFwAAAAQAAAAEAAAACAAAAAj8AAAAAQAAAAIAAAACAAAAFgBtAGEAaQBuAFQAbwBvAGwAQgBhAHIBAAAAAP////8AAAAAAAAAAAAAABwAcwBlAHMAcwBpAG8AbgBUAG8AbwBsAGIAYQByAQAAAOr/////AAAAAAAAAAA= -ToolBarsMovable=Disabled -Virtual-1=Virtual-1 -Virtual-1 Height 1280x800 Virtual-1=554 -Virtual-1 Height 1920x1080 Virtual-1=359 -Virtual-1 Width 1280x800 Virtual-1=911 -Virtual-1 Width 1920x1080 Virtual-1=638 -Virtual-1 XPosition 1280x800 Virtual-1=167 -Virtual-1 XPosition 1920x1080 Virtual-1=843 -Virtual-1 YPosition 1280x800 Virtual-1=134 -Virtual-1 YPosition 1920x1080 Virtual-1=476 - -[UiSettings] -ColorScheme= diff --git a/pika-kde-settings/etc/skel/.config/krunnerrc b/pika-kde-settings/etc/skel/.config/krunnerrc deleted file mode 100644 index c36d549..0000000 --- a/pika-kde-settings/etc/skel/.config/krunnerrc +++ /dev/null @@ -1,2 +0,0 @@ -[PlasmaRunnerManager] -migrated=true diff --git a/pika-kde-settings/etc/skel/.config/kscreenlockerrc b/pika-kde-settings/etc/skel/.config/kscreenlockerrc deleted file mode 100644 index 22e37a0..0000000 --- a/pika-kde-settings/etc/skel/.config/kscreenlockerrc +++ /dev/null @@ -1,5 +0,0 @@ -[$Version] -update_info=kscreenlocker.upd:0.1-autolock - -[Greeter] -Theme=org.kde.breeze.desktop diff --git a/pika-kde-settings/etc/skel/.config/ktimezonedrc b/pika-kde-settings/etc/skel/.config/ktimezonedrc deleted file mode 100644 index f712e5f..0000000 --- a/pika-kde-settings/etc/skel/.config/ktimezonedrc +++ /dev/null @@ -1,4 +0,0 @@ -[TimeZones] -LocalZone=Etc/UTC -ZoneinfoDir=/usr/share/zoneinfo -Zonetab=/usr/share/zoneinfo/zone.tab diff --git a/pika-kde-settings/etc/skel/.config/kwinrc b/pika-kde-settings/etc/skel/.config/kwinrc deleted file mode 100644 index 301a4bc..0000000 --- a/pika-kde-settings/etc/skel/.config/kwinrc +++ /dev/null @@ -1,7 +0,0 @@ -[$Version] -update_info=kwin.upd:replace-scalein-with-scale,kwin.upd:port-minimizeanimation-effect-to-js,kwin.upd:port-scale-effect-to-js,kwin.upd:port-dimscreen-effect-to-js,kwin.upd:auto-bordersize,kwin.upd:animation-speed,kwin.upd:desktop-grid-click-behavior,kwin.upd:no-swap-encourage,kwin.upd:make-translucency-effect-disabled-by-default,kwin.upd:remove-flip-switch-effect,kwin.upd:remove-cover-switch-effect,kwin.upd:remove-cubeslide-effect,kwin.upd:remove-xrender-backend,kwin.upd:enable-scale-effect-by-default,kwin.upd:overview-group-plugin-id,kwin.upd:animation-speed-cleanup - -[Desktops] -Id_1=34aecaa0-6028-4609-aded-b0ba831d5472 -Number=1 -Rows=1 diff --git a/pika-kde-settings/etc/skel/.config/kwinrulesrc b/pika-kde-settings/etc/skel/.config/kwinrulesrc deleted file mode 100644 index a65d21f..0000000 --- a/pika-kde-settings/etc/skel/.config/kwinrulesrc +++ /dev/null @@ -1,2 +0,0 @@ -[$Version] -update_info=kwinrules.upd:replace-placement-string-to-enum,kwinrules.upd:use-virtual-desktop-ids diff --git a/pika-kde-settings/etc/skel/.config/kxkbrc b/pika-kde-settings/etc/skel/.config/kxkbrc deleted file mode 100644 index b07538a..0000000 --- a/pika-kde-settings/etc/skel/.config/kxkbrc +++ /dev/null @@ -1,2 +0,0 @@ -[$Version] -update_info=kxkb.upd:remove-empty-lists,kxkb.upd:add-back-resetoptions,kxkb_variants.upd:split-variants diff --git a/pika-kde-settings/etc/skel/.config/okularpartrc b/pika-kde-settings/etc/skel/.config/okularpartrc deleted file mode 100644 index b077f43..0000000 --- a/pika-kde-settings/etc/skel/.config/okularpartrc +++ /dev/null @@ -1,2 +0,0 @@ -[$Version] -update_info=okular.upd:annotation-toolbar,okular.upd:builtin-annotations diff --git a/pika-kde-settings/etc/skel/.config/package b/pika-kde-settings/etc/skel/.config/package deleted file mode 100644 index c188391..0000000 --- a/pika-kde-settings/etc/skel/.config/package +++ /dev/null @@ -1 +0,0 @@ -org.kde.breezedark.desktop \ No newline at end of file diff --git a/pika-kde-settings/etc/skel/.config/plasma-localerc b/pika-kde-settings/etc/skel/.config/plasma-localerc deleted file mode 100644 index f726843..0000000 --- a/pika-kde-settings/etc/skel/.config/plasma-localerc +++ /dev/null @@ -1,2 +0,0 @@ -[Formats] -LANG=C.UTF-8 diff --git a/pika-kde-settings/etc/skel/.config/plasmashellrc b/pika-kde-settings/etc/skel/.config/plasmashellrc index f588d6e..41f2349 100644 --- a/pika-kde-settings/etc/skel/.config/plasmashellrc +++ b/pika-kde-settings/etc/skel/.config/plasmashellrc @@ -1,8 +1,3 @@ -[KFileDialog Settings] -Recent Files[$e]=Wallpaper_PikaOS_Parrot_8K.png,file:///usr/share/backgrounds/pika/Wallpaper_PikaOS_Parrot_8K.png -Recent URLs[$e]=file:///usr/share/backgrounds/pika/ -detailViewIconSize=16 - [PlasmaViews][Panel 65] floating=1 diff --git a/pika-kde-settings/etc/skel/.config/powerdevilrc b/pika-kde-settings/etc/skel/.config/powerdevilrc deleted file mode 100644 index 9559d5c..0000000 --- a/pika-kde-settings/etc/skel/.config/powerdevilrc +++ /dev/null @@ -1,2 +0,0 @@ -[BatteryManagement] -BatteryCriticalAction=1 diff --git a/pika-kde-settings/etc/skel/.config/powermanagementprofilesrc b/pika-kde-settings/etc/skel/.config/powermanagementprofilesrc deleted file mode 100644 index bdb1111..0000000 --- a/pika-kde-settings/etc/skel/.config/powermanagementprofilesrc +++ /dev/null @@ -1,55 +0,0 @@ -[AC] -icon=battery-charging - -[AC][DPMSControl] -idleTime=600 -lockBeforeTurnOff=0 - -[AC][DimDisplay] -idleTime=300000 - -[AC][HandleButtonEvents] -lidAction=1 -powerButtonAction=16 -powerDownAction=16 - -[Battery] -icon=battery-060 - -[Battery][DPMSControl] -idleTime=300 -lockBeforeTurnOff=0 - -[Battery][DimDisplay] -idleTime=120000 - -[Battery][HandleButtonEvents] -lidAction=1 -powerButtonAction=16 -powerDownAction=16 - -[Battery][SuspendSession] -idleTime=600000 -suspendType=1 - -[LowBattery] -icon=battery-low - -[LowBattery][BrightnessControl] -value=30 - -[LowBattery][DPMSControl] -idleTime=120 -lockBeforeTurnOff=0 - -[LowBattery][DimDisplay] -idleTime=60000 - -[LowBattery][HandleButtonEvents] -lidAction=1 -powerButtonAction=16 -powerDownAction=16 - -[LowBattery][SuspendSession] -idleTime=300000 -suspendType=1 diff --git a/pika-kde-settings/etc/skel/.config/spectaclerc b/pika-kde-settings/etc/skel/.config/spectaclerc deleted file mode 100644 index 5a5554c..0000000 --- a/pika-kde-settings/etc/skel/.config/spectaclerc +++ /dev/null @@ -1,2 +0,0 @@ -[$Version] -update_info=spectacle_clipboard.upd:clipboard-settings-change,spectacle_rememberregion.upd:spectacle-migrate-rememberregion diff --git a/pika-kde-settings/etc/skel/.config/systemsettingsrc b/pika-kde-settings/etc/skel/.config/systemsettingsrc deleted file mode 100644 index 2f9f314..0000000 --- a/pika-kde-settings/etc/skel/.config/systemsettingsrc +++ /dev/null @@ -1,11 +0,0 @@ -[MainWindow] -MenuBar=Disabled -State=AAAA/wAAAAD9AAAAAAAAA/wAAAK8AAAABAAAAAQAAAAIAAAACPwAAAABAAAAAgAAAAEAAAAWAG0AYQBpAG4AVABvAG8AbABCAGEAcgAAAAAA/////wAAAAAAAAAA -ToolBarsMovable=Disabled -Virtual-1=Virtual-1 -Virtual-1 Height 1280x800 Virtual-1=693 -Virtual-1 Width 1280x800 Virtual-1=1020 -Virtual-1 XPosition 1280x800 Virtual-1=213 -Virtual-1 XPosition 1920x1080 Virtual-1=399 -Virtual-1 YPosition 1280x800 Virtual-1=77 -Virtual-1 YPosition 1920x1080 Virtual-1=192 diff --git a/pika-kde-settings/etc/skel/.config/examples/.profile b/pika-kde-settings/etc/skel/.profile old mode 100755 new mode 100644 similarity index 100% rename from pika-kde-settings/etc/skel/.config/examples/.profile rename to pika-kde-settings/etc/skel/.profile