Bind alt-[1,2,3..9] "switch window on current workspace" Bind ctrl-[1,2,3..9] switch workspace https://bugzilla.gnome.org/show_bug.cgi?id=601393
9 lines
219 B
CSS
9 lines
219 B
CSS
.window-tooltip {
|
|
color: #ff0000;
|
|
background: rgba(0,0,0,0.8);
|
|
border: 1px solid rgba(128,128,128,0.40);
|
|
border-radius: 10px;
|
|
font-size: 16px;
|
|
padding: 2px 8px;
|
|
-shell-caption-spacing: 4px;
|
|
} |