LatteDock/TipsAndTricks: Difference between revisions

From KDE UserBase Wiki
m (Minor corrections)
m (Fixed italics on e.g.)
Line 10: Line 10:


<!--T:4-->
<!--T:4-->
"e.g." {{Input|1=env XDG_CURRENT_DESKTOP=unity /home/john/bin/Telegram/Telegram -- %u}}
''e.g.'' {{Input|1=env XDG_CURRENT_DESKTOP=unity /home/john/bin/Telegram/Telegram -- %u}}


== How can I use a plasma task manager instead of the one provided by Latte? == <!--T:5-->
== How can I use a plasma task manager instead of the one provided by Latte? == <!--T:5-->
Line 87: Line 87:


<!--T:27-->
<!--T:27-->
e.g.
''e.g.''
{{Input|1=<nowiki>
{{Input|1=<nowiki>
[Containments][13][Applets][68][Configuration][General]
[Containments][13][Applets][68][Configuration][General]
Line 99: Line 99:


<!--T:30-->
<!--T:30-->
e.g.
''e.g.''
{{Input|1=<nowiki>
{{Input|1=<nowiki>
[UniversalSettings]
[UniversalSettings]

Revision as of 19:28, 13 March 2019

Other languages:

←Latte Dock

How to make Telegram indicators work with Latte?

You need the "libunity9" package installed as well as the following in the Telegram desktop file at the command section:

env XDG_CURRENT_DESKTOP=unity

e.g.

env XDG_CURRENT_DESKTOP=unity /home/john/bin/Telegram/Telegram -- %u

How can I use a plasma task manager instead of the one provided by Latte?

You can follow the steps below:

  1. Disable from Tweaks page the Automatic applet shrinking when it is needed
  2. Remove the Latte Tasks plasmoid from the Tweaks page
  3. Enable the Justify alignment
  4. Set Zoom On Hover to 0% from the Appearance page "(this is optional, Latte automatically blocks applets that use fillWidth/Height)"
  5. Drag n' drop any plasma taskmanager you want onto Latte dock

How to add a "History" applet to Latte Dock?

  • Create a folder
  • drag it to the Latte Dock as folder view
  • click with the right mouse button on the new applet
  • click on Configure Folder View
  • edit the Custom location with recentdocuments://

I've moved Latte Dock to the left side of the screen, but when I move the cursor there it stays hidden. How can I fix this?

This is a known issue and the procedure is explained here: #676

How to provide uniformity for active applets (same active line) across all my docks with Latte 0.7?

Plasma uses the tabbar.svg file in order to provide how an active applet would look like. This file is located at your theme directory/widgets/tabbar.svg. So if the user wants to use the same line (color and thickness) found at Latte Tasks plasmoid for its applets as well while at the same time not messing with some lines shown at the top and some at the bottom, they can try the following:

  1. Go to <theme directory>/widgets/ and rename tabbar.svg to tabbar.svg.old
  2. execute the command
    kbuildsycoca5 --noincremental
    to update your cache
  3. restart Latte
  4. go to Tweaks -> Active Applet Indicator -> Everywhere

This way, you will be able to have the same active line for all your applets and tasks as well as one that is animated. ;)

How can I activate the "Internal Tasks Separator"?

  1. activate Edit Mode
  2. right click on "Tasks Plasmoid" to show its context menu
  3. activate the "Internal Separator" through the context menu

Can I change the preview delay in the Latte task manager?

You will need to alter your layout text file:

  1. Close Latte
  2. Open your layout text file from ~/.config/latte
  3. Try to locate your Latte plasmoid settings. A quick way to do this is to search for isInLatteDock=true
  4. The following line sets preview delay to 150ms. Take note that this is the lowest value that can be set and work correctly.
  5. Open Latte

e.g.

[Containments][13][Applets][68][Configuration][General]
isInLatteDock=true
previewsDelay=150

Can I disable the "Unified Global Shortcuts" feature introduced with v0.8?

If you want Latte to trigger activation/new instance global shortcuts only for Latte plasmoids, this is possible from v0.8.1 by disabling the parameter unifiedGlobalShortcuts in the file ~/.config/lattedockrc

e.g.

[UniversalSettings]
...
unifiedGlobalShortcuts=false
...

Can I have different Borderless Maximized windows options between different layouts?

1. Yes, this is possible. First enable this functionality in Latte's Preferences settings:

2. Enable/Disable this functionality per layout on the Latte Layout settings afterwards.