dotfiles/leftwm
2024-12-08 10:55:40 +00:00
..
themes/current Upload files to "leftwm/themes/current" 2024-12-06 10:28:52 +00:00
config.ron Update leftwm/config.ron 2024-12-08 10:55:40 +00:00
README.md Update leftwm/README.md 2024-12-06 10:54:29 +00:00

LeftWM

Config for LeftWM, a window manager written in rust. The current config contains basic keybindings and workspace specified for few apps. Gaps, colors, themes, etc., are not configured yet.
Config location: ~/.config/leftwm/config.ron

Theme config

The scripts and config files for the theme must be in a directory sym-linked to ~/.config/leftwm/themes/current/.
Minimum required files:

  • theme.ron: LeftWM theme config including border color, margins, etc.
  • up: This script is called on login. The theme.ron must be loaded by this script using LeftWM's LoadTheme command:
leftwm command "LoadTheme ~/.config/leftwm/themes/current/theme.ron"

Add lines to load other theme elements like eww daemon, polybar, or anything you have configured for your desktop.

  • down: To unload the theme.
~/.config/
└── leftwm/
    ├── config.ron
    └── themes/
        └── current/
            ├── theme.ron
            ├── up
            └── down