chore: Added <M-s> to xmonad to open scripts menu in rofi,added projects script

This commit is contained in:
Afonso Franco 2023-01-26 09:44:49 +00:00
parent dbc75f31b2
commit fe6d1b070a
Signed by: afonso
SSH key fingerprint: SHA256:gkVPzsQQJzqi21ntQBV6pXTx4bYI53rFGI4XtvCpwd4
2 changed files with 5 additions and 0 deletions

View file

@ -81,6 +81,7 @@
launch rofi
> , ("M-p", spawn "rofi -show drun")
> , ("M-s", spawn "selected=$(ls ~/.config/rofi/scripts/|rofi -dmenu -p \"Run: \") && bash ~/.config/rofi/scripts/$selected")
launch web browser