Skip to content

Instantly share code, notes, and snippets.

@lackovic
Last active November 21, 2019 13:27
Show Gist options
  • Save lackovic/27f846dffffe2a64b7987771a529cf6d to your computer and use it in GitHub Desktop.
Save lackovic/27f846dffffe2a64b7987771a529cf6d to your computer and use it in GitHub Desktop.
Pop!_OS notes

Pop!_OS notes

Make Pop!_OS look and feel like Windows

Install the following extension for your browser of choice:

Open a terminal and run:

sudo apt install gir1.2-gmenu-3.0 gnome-tweak-tool

GNOME Shell integration

Other tweaks

Gnome Tweaks

Appearance > Background > Adjustment: Spanned

Windows Titlebars > Titlebar Buttons:

  • Enable Maximize
  • Enable Minimize

Extensions

  • Dash to Panel
    • Position
      • Clock location: Right of system indicators
      • Display panels on all monitors: off

Source

System configuration

Use classic Alt+Tab

Settings > Keyboard Shortcuts > Switch windows = Alt+Tab

Enable Fractional Scaling

Find out whether you are using Wayland or X11 by running echo $XDG_SESSION_TYPE.

  • x11: gsettings set org.gnome.mutter experimental-features "['x11-randr-fractional-scaling']"
  • wayland: gsettings set org.gnome.mutter experimental-features "['scale-monitor-framebuffer']"

Enable remote desktop connection

sudo apt install xrdp
sudo systemctl enable xrdp
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment