Skip to content

Commit

Permalink
updated cli help output
Browse files Browse the repository at this point in the history
  • Loading branch information
dakyskye committed Apr 4, 2021
1 parent eb653a1 commit 20240bf
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions main.go
Original file line number Diff line number Diff line change
Expand Up @@ -35,16 +35,10 @@ SYNOPSIS
dxhd [OPTIONS]
DESCRIPTION
dxhd is an easy-to-use X11 hotkey daemon, written in Go programming language, and inspired by sxhkd.
One of the biggest advantages of dxhd is that you can write your configs in different languages,
for example: sh, bash, ksh, zsh, Python, Perl.
A config file is meant to have quite easy layout:
First line starting with #! is treated as a shebang
Lines having ##+ prefix are treated as comments (get ignored)
Lines having one # and then a keybinding are parsed as keybindings
Lines under a keybinding are executed when keybinding is triggered
More can be read here - https://github.com/dakyskye/dxhd#readme
OPTIONS%s
EXAMPLE CONFIG
#!/bin/sh
#!/usr/bin/bash
## restart i3
# super + shift + r
i3-msg -t command restart
Expand Down

0 comments on commit 20240bf

Please sign in to comment.