Skip to content

Latest commit

 

History

History
60 lines (48 loc) · 2.01 KB

File metadata and controls

60 lines (48 loc) · 2.01 KB

Window management

Split screen bash

Usually screen is installed. However, old versions lacked vertical splitting. As an alternative, on could use screen on steroids, a.k.a tmux. For local installation, see tmuxLocalInstall.sh.

Keybindings tmux

All keybindings start with Ctrl + b

Key Effect
b Change directory "up" on level
% Create new window in vertical pane
" Create new window in horizontal pane
o Next pane
Up Move to pane above (works with all arrow-keys)
c (Create) new window
, Rename window
n Next pane
p Previous pane
w List windows
[ Enables scroll, exit with q
; Enter tmux commands

Invert colors

  1. sudo apt-get install xcalib
  2. Open Keyboard Shortcuts
  3. Click on Add
  4. Add a name
  5. Enter xcalib -i -a in Command
  6. Assign a shortcut, for example Alt+n

Hover mouse

Open Window Preferences -> Behaviour -> Select windows when the mouse moves over them

Maximize on double click

Open Window Preferences -> Behaviour -> Titlebar action: Double-click perform -> Maximize

Add workspaces

For Linux Mint 17, you can right click on an empty place in the taskbar/menu bar (the bar where Menu is placed). Click on Add to panel->Workspace switcher. Right click on the Workspace switcher-> Preferences.

Compiz

Compiz is generally enhancing the windows, and is usually installed by default. Take care when playing around with it though, as you can seriously break your the graphics by choosing the wrong options.