dakyskye / dxhd

daky's X11 Hotkey Daemon
MIT License
99 stars 6 forks source link

some keybindings simply do not work #7

Closed dakyskye closed 4 years ago

dakyskye commented 4 years ago

These keybindings happen to not work for some reason. Investigate them, use -d flag to dry run dxhd.

# super + shift + {c,r}
i3-msg -t command {reload,restart}

# super + alt + {h,j,k,l}
i3-msg -t command resize {shrink width,grow height,shrink height,grow width} 10 px or 10 ppt

# super + {f,o}
i3-msg -t command {fullscreen toggle,sticky toggle}

# super + {_,shift} + {h,j,k,l}
i3-msg -t command {focus,move} {left,down,up,right}
dakyskye commented 4 years ago

this is why it happens.

dakyskye commented 4 years ago

ctrl + print does not work :/

dakyskye commented 4 years ago

oh my bad, it does. it was just my wrong command.