Skip to content

Instantly share code, notes, and snippets.

@eh8
eh8 / README.md
Last active December 13, 2020 06:36
macOS Big Chungus

From r/unixporn

macOS Big Chungus


Find the official macOS wallpapers complied in a neat Google Photos album.

This setup relies on a few GNOME shell extensions, all of which are available from the AUR.

@jesus-sayar
jesus-sayar / set_monitors
Last active September 15, 2019 12:32
Configure Dell XPS 13' with HiDPI and external monitor
#!/bin/sh
one_monitor () {
echo "Configure one monitor!"
# Window scaling down
gsettings set org.gnome.desktop.interface scaling-factor 2
xrandr --output eDP1 --mode 3200x1800 --primary --scale 1x1 --output HDMI1 --off
}
two_monitors () {