6 lines
96 B
Bash
Executable File
6 lines
96 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
pushd ~/.dotfiles/i3/ &> /dev/null
|
|
python3 binds.py > config
|
|
i3-msg reload
|