Skip to content

Instantly share code, notes, and snippets.

@sheepwall
Last active December 28, 2019 12:02
Show Gist options
  • Save sheepwall/1b2af416b8be2e6aed6960b788a411bb to your computer and use it in GitHub Desktop.
Save sheepwall/1b2af416b8be2e6aed6960b788a411bb to your computer and use it in GitHub Desktop.
Keybindings
#
# wm independent hotkeys
#
# terminal emulator
super + Return
$TERMINAL
# program launcher
super + @space
dmenu_run
# shutdown
super + x
leave.sh
# websearch
super + s; {d, g, y}
phrase=$(echo '' | dmenu -i -p 'Search: ') && \
websearch.sh "$phrase" {"ddg", "g", "yt"}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment