No description
Find a file
2024-01-02 14:43:31 +01:00
dot.config updates waybar, zsh and tmux config 2024-01-02 14:13:23 +01:00
dot.local/bin updates, bins and screenshots 2024-01-02 00:20:18 +01:00
Media updates, bins and screenshots 2024-01-02 00:20:18 +01:00
qmk adds QMK configuration 2021-07-03 19:56:44 +02:00
.gitignore updates kakoune config to use plug.kak 2019-11-06 01:09:33 +01:00
dot.profile general update to fedora sway based setup 2024-01-02 00:05:49 +01:00
dot.tmux.conf general update to fedora sway based setup 2024-01-02 00:05:49 +01:00
dot.xinitrc colours and general desktop configuration 2020-08-11 21:05:34 +02:00
dot.zshrc general update to fedora sway based setup 2024-01-02 00:05:49 +01:00
lock.jpg updates, bins and screenshots 2024-01-02 00:20:18 +01:00
README.md updates, bins and screenshots 2024-01-02 00:20:18 +01:00
scrot.jpg updated screenshot 2024-01-02 14:43:31 +01:00

System configuration files

ricing screenshot

Here you can find all relevant configurations. This is thought equally as public viewport and backup. I appreciate suggestions, rants and bug reports :)

Requirements & Usage

Most things can be simply copied over, but I used a special naming scheme where hidden (dot) files start with dot, like .profile becomes dot.profile, to ensure visibility.

I also brought the zsh and tmux config into the config folder, but still use the original config files (~/.zshrc and ~/.tmux.conf respectively) to load the actual configs. This feels more consistent in my opinion.

ZSH

My zshrc expects the zgenom repository checked out in ~/pkg/:

mkdir -p ~/pkg
git clone https://github.com/jandamm/zgenom.git ~/pkg/zgenom

My ZSH prompt is written by myself and uses Powerline Extra Symbols, so make sure to install a compatible font. I would suggest checking out Nerdfonts.

Sway(-lock)

My screen lock script uses grim to take a screenshot, ImageMagick to blur and overlay it, and finally swaylock to lock the screen. The result looks like this:

lock screen example

Wayland vs X11

I used to have seperate branches for Wayland and X11 based setups, but all issues I had with Wayland are gone now, so there is no need for me to keep X11 configs around. You can still find them in the commit tree, though. You can check out my old setup on this reddit post.