Skip to content

unrealapex/dotfiles

Repository files navigation

🌺 dotfiles
===========

    wm: dwm
    launcher: dmenu
    terminal: st
    shell: yash
    editor: vis
    notifications: dunst


✨ about ✨
-----------

these are my dotfiles. version control is done with git. make is used to
symlink everything and compile my builds of suckless programs. i strive to use
tools which align well with the unix philosophy.


💿 install
----------

    make


🗒️ extras
---------

window decorations should be turned off for gui apps that have the option. this
can be done in most apps by enabling the "use system titlebars" option.

skeleton files for programs that have secrets(git) are in `secrets`.

^.. _wallpaper_link_ https://wallhaven.cc/w/gpmv73

🌈 x11 color palette
    * {
      --bg-color: "darkgray";
      --fg-color: "white";
      --main-color: "maroon";
    }