dotfiles/sway/waybar/scripts/keyhint.sh

2 lines
757 B
Bash
Executable File

#!/bin/sh
yad --title="null keybindings:" --no-buttons --geometry=600x345-15-400 --list --column=key: --column=description: --column=command: "ESC" "close this app" "" " =" "modkey" "(set mod Mod4)" " +enter" "Terminal" "(termite)" " +d" "Application Menu" "(rofi)" " +o" "" "Open Broswer" " +n" "" "Open Notes" " +Shift+x" "draw notes" "(xournalpp)" " +q" "close focused app" "(kill)" "Print-key" "screenshot" "(grim)" " +Shift+p" "open window switcher" "(wofi)" " +f" "Toggle fullscreen" "(toggle_fullscreen)" " +-" "Move to scratchpad" "sway scratchpad" " +=" "Show scratchpad" "sway scratchpad show" " +s" "Layout stacking" "stacking" " +w" "Layout tabbing" "tabbing" " +e" "Layout split" "split"