- Enable CSS Snippets:
Options > Appearance > CSS Snippets
- Create a new css file in the snippets folder with the following content:
.body-fullscreen {
padding-top: 0 !important;
}
.titlebar-fullscreen {
display: none !important;
}
{ | |
"$schema": "http://json-schema.org/draft-07/schema#", | |
"definitions": { | |
"preset": { | |
"type": "object", | |
"properties": { | |
"kanata_executable": { | |
"type": "string", | |
"description": "A path to a kanata executable." | |
}, |
#!/bin/bash | |
# Increment a version string using Semantic Versioning (SemVer) terminology. | |
# Parse command line options. | |
while getopts ":Mmp" Option | |
do | |
case $Option in | |
M ) major=true;; |
// Append content of this file to /usr/share/X11/xkb/symbols/pl | |
// To show custom layouts in system keyboard options, | |
// you need to modify /usr/share/X11/xkb/rules/evdev.xml | |
xkb_symbols "colemak_dhm_normalangle_ansi" { | |
name[Group1]= "Polish (Colemak-DHm) [normal angle]"; |