mirror of
https://github.com/AquaMorph/dotfiles.git
synced 2026-05-06 11:06:04 +00:00
Moved i3 config script
This commit is contained in:
Executable
+8
@@ -0,0 +1,8 @@
|
||||
#! /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
|
||||
Reference in New Issue
Block a user