mirror of
https://github.com/10h30/endeavouros-i3wm-setup.git
synced 2026-07-11 10:45:54 +09:00
3 lines
501 B
Bash
3 lines
501 B
Bash
#!/bin/sh
|
|
yad --title="EndeavourOS i3-wm keybindings:" --no-buttons --geometry=400x300-15-400 --list --column=key: --column=description: --column=command: "ESC" "close this app" "" "=" "modkey" "(set mod Mod4)" "+enter" "open a terminal" "" "+w" "open Browser" "" "+n" "open Filebrowser" "" "F9" "app menu" "(rofi)" "+c" "close focused app" "(kill)" "Print-key" "screenshot" "(scrot)" "+Shift+e" "logout menu" "(rofi)" "+F1" "open keybinding helper" "full list"
|