init commit
This commit is contained in:
7
hypr/scripts/rofi_launcher
Executable file
7
hypr/scripts/rofi_launcher
Executable file
@@ -0,0 +1,7 @@
|
||||
DIR="$HOME/.config/hypr"
|
||||
RASI="$DIR/rofi/launcher.rasi"
|
||||
|
||||
# Run
|
||||
rofi \
|
||||
-show drun \
|
||||
-theme ${RASI}
|
12
hypr/scripts/terminal
Executable file
12
hypr/scripts/terminal
Executable file
@@ -0,0 +1,12 @@
|
||||
CONFIG="$HOME/.config/hypr/foot/foot.ini"
|
||||
|
||||
if [ "$1" == "-f" ]; then
|
||||
foot --app-id='foot-float' --config="$CONFIG"
|
||||
elif [ "$1" == "-F" ]; then
|
||||
foot --fullscreen --app-id='foot-full' --font="Iosevka Nerd Font:size=14" --override=pad=35x35 --config="$CONFIG"
|
||||
elif [ "$1" == "-s" ]; then
|
||||
foot --app-id='foot-float' --config="$CONFIG" \
|
||||
--window-size-pixels=$(slurp -b 20262CCC -c B4A1DBff -s B4A1DB0D -w 2 -f "%wx%h")
|
||||
else
|
||||
foot --config="$CONFIG" $@
|
||||
fi
|
Reference in New Issue
Block a user