3 lines
104 B
Bash
Executable file
3 lines
104 B
Bash
Executable file
#!/bin/bash
|
|
profile="$(netctl list | dmenu | sed 's/.* //')"
|
|
urxvtc -e sudo netctl switch-to "$profile"
|