Skip to content

Latest commit

 

History

History
26 lines (24 loc) · 914 Bytes

README.md

File metadata and controls

26 lines (24 loc) · 914 Bytes

dotfiles

These are my dotfiles I use on my arch installation. Open issues for any questions! Screenshot 1 Screenshot 2 Screenshot 3

Things you have to adapt

Polybar

Audio Module

The main monitor uses a module to control the pulseaudio output. You need to adapt the configuration under $HOME/.config/audio_variables. See that configuration file for details on how to gather the variables you need.

Scripts

Create Paste

The script under scripts/create_paste.sh requires you to do two things:

  • Modify the script and replace URL variable with the path / url to your pastes
  • Create a ssh target with the name pastes, by creating said target in .ssh/config like:
Host pastes
    HostName mytarget.local
    Port 2442
    IdentityFile .ssh/identity_without_keyphrase

Now you are able to create pastes from your clipboard!