NixOS standardization

This commit is contained in:
agryphus 2023-10-13 03:44:45 -04:00
parent c66efc268c
commit f174299ffd
9 changed files with 16 additions and 11 deletions

View file

@ -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"