Skip to content
ヒヤシンス edited this page Aug 13, 2022 · 5 revisions

Introduction

Welcome to the Wiki Page!

Here you will find: Documentation, Extra Informations, and Troubleshot page

About

A Dotfiles Themed with SweetPastel, it's a dotfiles design to be understandable and hackable by anyone. Instead of making multiple Window Manager Configs with different style I opt in on just one style but it should be compatible to other Window Manage so if you switch to another Window Manager it should be the same style, except for BSPWM and i3 because there top bars are different but overall it should be the same, plus it's less work. All the configs are stored in a folder so it won't conflict at your pre existing configs (Except of the window managers they will conflict unless you backup your old files)

Window Managers

There are 4 Window Managers supported right now and more will be coming soon and a wayland version of the dotfiles will also come.

The Window Managers are:

  • BSPWM - A tiling window manager that represents windows as the leaves of a full binary tree.

  • BerryWM -

  • i3-Gaps -

  • LeftWM - A tiling window manager written in Rust that aims to be stable and performant.

How do this work?

It's all thanks to the autostart file and config linking. The autostart file is where it starts the necessary programs in order to run the Window Manager properly, The top bar, notifications, compositor, and etc. are started using that. The config linking is where the --config / -c option comes into play this allows me to just put all the configs into one folder.

Clone this wiki locally