Summary: | ability to configure pager to show windows from only the current screen | ||
---|---|---|---|
Product: | [Plasma] plasmashell | Reporter: | Dylan Frese <dmfrese> |
Component: | Pager | Assignee: | Plasma Bugs List <plasma-bugs> |
Status: | RESOLVED FIXED | ||
Severity: | wishlist | CC: | hein, kde, tin.blaskovic |
Priority: | NOR | ||
Version: | 5.4.3 | ||
Target Milestone: | 1.0 | ||
Platform: | Debian testing | ||
OS: | Linux | ||
Latest Commit: | http://commits.kde.org/plasma-desktop/5acd6a3a3d4d4174011dcd961ce9edc7725602af | Version Fixed In: | |
Sentry Crash Report: |
Description
Dylan Frese
2015-12-14 18:37:38 UTC
Good idea. Will add. Proposed patch: https://phabricator.kde.org/D2720 Discussion in comments: https://blogs.kde.org/2016/09/06/plasma-58-more-efficient-pager-and-activity-pager-widgets Git commit 5acd6a3a3d4d4174011dcd961ce9edc7725602af by Eike Hein. Committed on 09/09/2016 at 09:00. Pushed by hein into branch 'master'. Add an option to limit the Pager to the current screen. Summary: The Pager's display normally encompasses all connected screens and shows windows on all of them. This adds an option that restricts display to the plasmoid.screenGeometry rectangle and enables window filtering for it in the backend. By user request. Completely untested as I only have one monitor. Reviewers: #plasma, davidedmundson, graesslin Subscribers: plasma-devel Tags: #plasma Differential Revision: https://phabricator.kde.org/D2720 M +3 -0 applets/pager/package/contents/config/main.xml M +11 -0 applets/pager/package/contents/ui/configGeneral.qml M +3 -0 applets/pager/package/contents/ui/main.qml M +56 -0 applets/pager/plugin/pagermodel.cpp M +10 -0 applets/pager/plugin/pagermodel.h M +27 -11 applets/pager/plugin/windowmodel.cpp http://commits.kde.org/plasma-desktop/5acd6a3a3d4d4174011dcd961ce9edc7725602af |