Still a few broken bits to get working again (1Password on startup, hyprsunset control), but the important stuff is functional
6 lines
189 B
Bash
Executable file
6 lines
189 B
Bash
Executable file
#!/bin/env sh
|
|
|
|
hyprctl keyword unbind CONTROL,TAB
|
|
rofi -show
|
|
#rofi -show drun file-browser-extended calc emoji
|
|
hyprctl keyword bind 'CONTROL,TAB,exec,/home/mbradley/.config/rofi/launch.sh'
|