Xfce: Configure global keyboard shotcuts
Global keyboard shortcuts can be configured in two separate panels in the Xfce Settings manager:
- Shortcuts related to managing windows (e.g. "Show Desktop" or "Switch to Workspace 2") are unter Window Manager / Keyboard
- Shortcuts to launch applications (e.g. Meta+T for Terminator) are under Keyboard / Application Shortcuts
Related cards:
Xfce: Configure multiple monitors
If you don't want to mess around with arcane incantations inside xorg.conf
, you can use the graphical arandr
tool:
sudo apt-get install arandr
arandr
If all your monitors are stacked in the same space, the space is not wide enough an...
How to move a window to the next monitor on Xfce, Mate and other X Window Managers
Since I use this a lot in my daily work and there were no scripts working properly for me, I made one myself.
It's actually not bound to Xfce but should work on any window manager (haven't tried it, though).
Installation
- If you don't yet ...
Xfce: Classic panel layout in the style of Gnome 2 or Windows XP
Xfce gives you a million options to configure your panels. Together with Xfce's sometimes arcane configuration UI, this can be a huge time waster and super-annoying if you need to get work done the same day.
This card desc...
Get rid of dead keys under XFCE
Under XFCE keys like tilde are dead by default, which is impractical for programming and terminal work. To get rid of dead keys, open your Settings Manager and go to Keyboard. Under the Layout tab you can keyboard layouts like "German (elimi...
Git: How to configure git to push only your current branch
You can change which branches will be pushed when saying git push
. Our recommendation is to set it to current
.
From the git-config
documentation:
...
How to type accented characters on keyboard layouts without dead keys
Ubuntu comes with keyboard layouts like "Germany Eliminate Dead Keys", which are practical for programming.
If you need to type accented characters with such a layout, make sure to [configure a Compose key](https://makandracards.com/makandra/1030...
Rubymine: Configure CTRL + ALT + SHIFT + c to work with "Test Source Roots"
To navigate between test and test subject Rubymine requires you to set the test root sources as [Test Sources Root](https://www.jetbrains.com/help/ruby/configurin...
How to configure case insensitive git output
Git commands like diff
use the less
binary for their output representation.
I often find myself searching for strings like todo
, then switching to the case-insensitive mode (-i
) and re-doing my search.
Today I figured out that you can con...
Xfce: Take a screenshot with the "Print" key
- Go to Settings Manager / Keyboard / Application Shortcuts
- Add a shortcut for the Print key that calls
xfce4-screenshooter -f
This may be configured for you by default.
Get rid of US keyboard layout
Problem:
Keyboard layout reverting to US on (every) reboot
Cause:
I found the same problem, but only on my wife's account. I'd set her keyboard layout to UK through Gnome preferences and every time the US layout would reappear and be selected...