main
59c7d64 ยท 8 days ago 139 commits
 1local home = os.getenv("HOME")
 2local scripts = home .. "/.wraith/scripts"
 3
 4return {
 5	terminal = "uwsm-app -- xdg-terminal-exec",
 6	fileManager = "smart-launch -n --tui 'file-manager' 'yazi'",
 7	browser = "librewolf",
 8	menu = "rofi -show drun",
 9	cliphistMenu = "cliphist list | rofi -dmenu -p '' -no-show-icons| cliphist decode | wl-copy",
10	emojiMenu = "rofimoji -a type copy type-numerical",
11	sshAgentRestart = scripts .. "/ssh-agent-restart.sh",
12	screenshotMenu = scripts .. "/screenshot.sh",
13	cycleSpecial = scripts .. "/cycle-special-workspace.sh",
14	swaybarToggle = scripts .. "/waybar-swaync.sh",
15	swaylock = "swaylock --config " .. home .. "/.config/sway/swaylock.conf",
16	handyToggle = "handy --toggle-transcription",
17}