Skip to content

Instantly share code, notes, and snippets.

##Fix small icons on HiDPI screen by adding
-Dswt.autoScale=175
##to the end of file: $ECLIPSE_HOME/eclipse.ini
##works for latest release, as of 2018 8th feburary.
@blue-hexagon
blue-hexagon / rc.xml
Last active February 1, 2018 14:00 — forked from sirupsen/rc.xml
Openbox config (~/.config/rc.xml)
<?xml version="1.0" encoding="UTF-8"?>
<!-- Do not edit this file, it will be overwritten on install.
Copy the file to $HOME/.config/openbox/ instead. -->
<openbox_config xmlns="http://openbox.org/3.61/rc">
<resistance>
<strength>20</strength>
<screen_edge_strength>30</screen_edge_strength>
</resistance>
<focus>
<focusNew>yes</focusNew>
@blue-hexagon
blue-hexagon / .screenrc
Last active February 3, 2018 21:27 — forked from joaopizani/.screenrc
A killer GNU Screen Config
######################################################
# To make screen available at login, append (no quotations ofc) 'screen -R' in ~/.profile
#
# RESOURCES
# Prerequisite: https://xaizek.github.io/2015-11-08/switching-from-tmux-to-gnu-screen/
# --Contains all the necessary terminology for understanding screen.
# Hardstatus options: https://debian-administration.org/article/560/An_introduction_to_the_visual_features_of_GNU_Screen
# String escapes: https://www.gnu.org/software/screen/manual/html_node/String-Escapes.html#String-Escapes
# Great nesting example: https://andrewbrookins.com/tech/even-better-gnu-screen/
# Nesting example: https://superuser.com/questions/132168/how-do-i-create-a-hierarchy-of-terminals-or-workspaces