mirror of
https://github.com/AquaMorph/dotfiles.git
synced 2025-04-29 17:25:34 +00:00
9 lines
176 B
Bash
Executable File
9 lines
176 B
Bash
Executable File
#! /bin/bash
|
|
|
|
# Load user settings from config file.
|
|
. ~/.config/settings.conf
|
|
|
|
cat ~/.config/i3/shared.conf ~/.config/i3/${computer}.conf > ~/.config/i3/config
|
|
|
|
i3-msg reload
|