m
m
 
(8 intermediate revisions by one user not shown)
Line 5: Line 5:
 
== Virtual desktops ==
 
== Virtual desktops ==
  
Can't live with that. Declare $4\times4$ in Settings then for Switching, first "Always Enabled" switching desktop on edge (0ms or minimum for everything, no animation) in Shortcuts KWin family Ctrl+(left,right,up,down).
+
Can't live without this. Declare $4\times4$ in Settings then for Switching, first "Always Enabled" switching desktop on edge (0ms or minimum for everything, no animation) in Shortcuts KWin family such as:
  
To zoom in/out, go in Desktop Behaviour, and select Desktop Grid with shortcut Alt+E. Remove fading for both desktop & windows.
+
* Ctrl+(left,right,up,down): navigate through desktops (staying in the same row/column).
 +
* Ctrl+Alt+Shift+(left,right,up,down): navigate through desktops (seemingly)
 +
* Ctrl+Alt+(left,right,up,down): drag active window navigate through desktops.
  
In Window Management/Window Behaviour Alt+Mouse Wheel => Raise/Lower.
+
The shortcuts are now to be found in KWin's Global Shortcuts.
  
== Shortcuts ==
+
<center><wz tip="Shortcuts to navigate desktops...">[[File:Screenshot_20210410_115851.png|400px]]</wz></center>
  
=== Web Shortcuts ===
+
To zoom in/out, go in Desktop Behaviour, and select Desktop Grid with shortcut Alt+E. Remove fading for both desktop & windows.
  
Add for "lw":
+
== Window Behavior ==
  
<pre>
+
* Focus follows mouse (mouse precedence)
http://laussy.org/wiki/Special:Search?search=\{@}&go=Go
+
*: Delay focus by 0ms
</pre>
+
* Alt+Mouse Wheel => Raise/Lower.
  
=== Custom Shortcuts ===
+
== Shortcuts ==
 +
{{anchor|shortcuts}}
 +
# PRE Ctrl+Alt+P generates a <nowiki><pre></pre></nowiki> tag.
 +
# spacehtml Ctrl+Shift+Space generates a <nowiki>&nbsp;</nowiki>
 +
# displaystyle Ctrl+Alt+D generated displaystyle (useful for Canvas)
 +
# julia Ctrl+Alt+J generates a [[Julia (coding)|Julia]] snippet:<pre><syntaxhighlight lang="python"></syntaxhighlight></pre> which is actually <tt>python</tt> until I get support for julia.
 +
# tt Ctrl+Alt+T generates a <nowiki><tt></tt></nowiki> tag
 +
# wz Ctrl+Alt+W generates a [[wz]] <nowiki><wz tip="">(?!)</wz></nowiki> tag.
 +
# wz-tip Ctrl+Alt+Shift+W generates a <nowiki><wz tagtotip=></wz><span id=""></span></nowiki> tag.
 +
# bib Ctrl+Alt+B opens by [[bibTeX]] file.
  
Create a new group Laussy
+
They are all defined [[:File:laussy-custom-kde-shortcuts.zip|in this file]] which you can import.
 
+
New Global Shortcut->Send Keyboard Input-> creation PRE
+
 
+
<pre>
+
:<:P:R:E:SHIFT+<:RETURN:RETURN:<:SHIFT+/:P:R:E:SHIFT+<:HOME:UP:
+
</pre>
+
  
 
== Konqueror ==
 
== Konqueror ==
Line 35: Line 40:
 
I use this as the file browser (better than dolphin).
 
I use this as the file browser (better than dolphin).
  
It has a lot of configurations in itself, most of them obvious.
+
It has a lot of configurations in itself, most of them obvious. Maybe the most important is the web shortcut <tt>lw</tt> (for "laussywiki") that brings me to [[laussy.org|this website]]:
 +
 
 +
<pre>
 +
http://laussy.org/wiki/Special:Search?search=\{@}&go=Go
 +
</pre>

Latest revision as of 08:37, 28 February 2022

Contents

Ritual for setting up a KDE environment

These are the steps to follow to set up a kde environment, in more or less the order or urgency.

Virtual desktops

Can't live without this. Declare $4\times4$ in Settings then for Switching, first "Always Enabled" switching desktop on edge (0ms or minimum for everything, no animation) in Shortcuts KWin family such as:

  • Ctrl+(left,right,up,down): navigate through desktops (staying in the same row/column).
  • Ctrl+Alt+Shift+(left,right,up,down): navigate through desktops (seemingly)
  • Ctrl+Alt+(left,right,up,down): drag active window navigate through desktops.

The shortcuts are now to be found in KWin's Global Shortcuts.

Screenshot 20210410 115851.png

To zoom in/out, go in Desktop Behaviour, and select Desktop Grid with shortcut Alt+E. Remove fading for both desktop & windows.

Window Behavior

  • Focus follows mouse (mouse precedence)
    Delay focus by 0ms
  • Alt+Mouse Wheel => Raise/Lower.

Shortcuts

  1. PRE Ctrl+Alt+P generates a <pre></pre> tag.
  2. spacehtml Ctrl+Shift+Space generates a  
  3. displaystyle Ctrl+Alt+D generated displaystyle (useful for Canvas)
  4. julia Ctrl+Alt+J generates a Julia snippet:
    <syntaxhighlight lang="python"></syntaxhighlight>
    which is actually python until I get support for julia.
  5. tt Ctrl+Alt+T generates a <tt></tt> tag
  6. wz Ctrl+Alt+W generates a wz <wz tip="">(?!)</wz> tag.
  7. wz-tip Ctrl+Alt+Shift+W generates a <wz tagtotip=></wz><span id=""></span> tag.
  8. bib Ctrl+Alt+B opens by bibTeX file.

They are all defined in this file which you can import.

Konqueror

I use this as the file browser (better than dolphin).

It has a lot of configurations in itself, most of them obvious. Maybe the most important is the web shortcut lw (for "laussywiki") that brings me to this website:

http://laussy.org/wiki/Special:Search?search=\{@}&go=Go