NixOS standardization
This commit is contained in:
parent
c66efc268c
commit
f174299ffd
9 changed files with 16 additions and 11 deletions
|
|
@ -1,8 +1,8 @@
|
|||
#!/usr/bin/sh
|
||||
#!/usr/bin/env sh
|
||||
# Script to have rofi show and run aliases
|
||||
|
||||
rofi -run-list-command "alias | awk -F= \"{print \\\$1}\"" \
|
||||
-run-command "/usr/bin/zsh -i -c '{cmd}'" \
|
||||
-run-command "/usr/bin/env zsh -i -c '{cmd}'" \
|
||||
-rnow -show-icons -matching "prefix" \
|
||||
-display-combi "Start" \
|
||||
-show combi -combi-modes "drun,run"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue