Skip to content

Commit

Permalink
Nautilus override for HiDPI
Browse files Browse the repository at this point in the history
  • Loading branch information
Hamled committed May 13, 2019
1 parent 81bdd3f commit 296e689
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions bin/nautilus
@@ -0,0 +1,10 @@
#!/usr/bin/env bash

APP="$(which -a "$(basename "$0")" | sed "0,\|^$0\$|d" | head -n 1)"
if [[ -e "$APP" ]]; then
GDK_SCALE=1
GDK_DPI_SCALE=0.5
$APP ${@}
else
echo "$(basename "$0") could not be found"
fi

0 comments on commit 296e689

Please sign in to comment.