- re-map CapsLock to control/ESC.
Install
xcape.
Depending on your DE, this will be slightly different.
| import React, { PropTypes } from 'react'; | |
| import { Link } from 'react-router'; | |
| import { ChevronDownIcon, | |
| RefineIcon } from 'aileron'; | |
| const RefineResults = () => { | |
| return ( | |
| <div className="max-width-4 mx-auto px1"> | |
| <div className="clearfix"> |
| #!/bin/bash | |
| echo 'document.addEventListener('DOMContentLoaded', function() { | |
| $.ajax({ | |
| url: 'https://cdn.rawgit.com/laCour/slack-night-mode/master/css/raw/black.css', | |
| success: function(css) { | |
| $("<style></style>").appendTo('head').html(css); | |
| } | |
| }); | |
| });' >> ~/../../../Applications/Slack.app/Contents/Resources/app.asar.unpacked/src/static/ssb-interop.js |
| body { | |
| padding: 0; | |
| margin: 0; | |
| overflow: hidden; /* Don't display any scroll bars */ | |
| } | |
| #app { | |
| height: 100vh; | |
| width: 100%; |