aboutsummaryrefslogtreecommitdiff
path: root/Hyperterm/local/hideTitle
diff options
context:
space:
mode:
authorJakob Stendahl <jakob.stendahl@outlook.com>2019-09-03 15:55:53 +0200
committerJakob Stendahl <jakob.stendahl@outlook.com>2019-09-03 15:55:53 +0200
commit0649eb9bc06f046f3a7dccbb07d7bbb494e59621 (patch)
tree797fd8358d7f4a0ba599efb075975aa188e6d5d7 /Hyperterm/local/hideTitle
parent2073441860c512409fa44b097796a0b8bcf43979 (diff)
downloaddotfiles-0649eb9bc06f046f3a7dccbb07d7bbb494e59621.tar.gz
dotfiles-0649eb9bc06f046f3a7dccbb07d7bbb494e59621.zip
:truck: Reorganize, add mac dotfiles
Diffstat (limited to 'Hyperterm/local/hideTitle')
-rw-r--r--Hyperterm/local/hideTitle/index.js21
1 files changed, 0 insertions, 21 deletions
diff --git a/Hyperterm/local/hideTitle/index.js b/Hyperterm/local/hideTitle/index.js
deleted file mode 100644
index d632cbc..0000000
--- a/Hyperterm/local/hideTitle/index.js
+++ /dev/null
@@ -1,21 +0,0 @@
-'use strict'
-
-exports.decorateBrowserOptions = config => {
- return Object.assign({}, config, {
- titleBarStyle: '',
- frame: false,
- });
-}
-
-exports.decorateConfig = config => {
- return Object.assign({}, config, {
- css: `
- ${config.css || ''}
- .tabs_borderShim { display: none; }
- .tabs_list { margin-left: -1px; }
- .tabs_list { display: none; }
- //.header_header { display: none; }
- .terms_terms { margin-top: 0px; }
- `
- })
-}