mirror of
https://github.com/cyberboy666/r_e_c_u_r.git
synced 2025-12-15 21:00:10 +01:00
7 lines
106 B
Bash
Executable File
7 lines
106 B
Bash
Executable File
#!/bin/bash
|
|
# launcher.sh
|
|
sleep 2
|
|
xmodmap ~/r_e_c_u_r/dotfiles/.remap &
|
|
python3 ~/r_e_c_u_r/r_e_c_u_r.py
|
|
|