Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 815 Bytes

README.md

File metadata and controls

23 lines (15 loc) · 815 Bytes

Usage

git clone [email protected]:jtopian/gui-dotfiles.git ~/.stow-gui
cd .stow-gui
stow <desired app config>
# easy mode:
# for i in compton dunst i3 polybar rofi Xresources; do stow $i; done

i3

After stowing i3 files, run $HOME/i3/config/scripts/buildconf.sh once to build the initial config. This is constructed of .conf files in $HOME/i3/config/conf.d/.

buildconf.sh will rerun automatically when restarting i3 with $mod+r. So far, reloading config with $mod+c has led to crashes :(

Requires the i3ipc module for Python, install with pip like so:

pip install --user i3ipc

Hyprland

This hyprland config depends on waybar (config not included in this repository), as it references the waybar.service unit file in the requirements for the hyprland-session.target.