You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
32 lines
969 B
32 lines
969 B
# konsole-touch
|
|
|
|
For me, this makes Konsole a perfectly touch-friendly terminal.
|
|
|
|
A little user-defined stylesheet to make Konsole more touch friendly on
|
|
tablets and convertible notebooks. It makes the tab bar and scrollbar wider
|
|
and easier to tap and drag with your fingers.
|
|
|
|
There are some comments within the CSS file to make it easy to personalize. I
|
|
know not everyone uses a dark theme, or loves Monokai-esque colour palettes.
|
|
|
|
## Screenshot
|
|
|
|
![nice konsole](./screenshot.png)
|
|
|
|
## Installation
|
|
|
|
Copy the tabbar.css file to `~/.config/konsole/tabbar.css`, then restart
|
|
Konsole, or clone this repo to `~/.config/konsole/` if you're interested in
|
|
getting updates.
|
|
|
|
Then enable the custom CSS in either your `~/.config/konsolerc` file, or via
|
|
`Configuration` -> `Tab Bar` -> `use user-defined stylesheet`.
|
|
|
|
### example konsolerc
|
|
|
|
```
|
|
[TabBar]
|
|
NewTabButton=true
|
|
TabBarUseUserStyleSheet=true
|
|
TabBarUserStyleSheetFile=file:///home/example/.config/konsole/tabbar.css
|
|
```
|
|
|