-
`xbindkeys` has the `-n` option for no-daemon mode. This is incredibly useful for scripts where bindings can be temporarily assigned for the duration of the running script. For example, I can run a sc…
rieje updated
5 years ago
-
TLDR at bottom. This is just some context:
So i have this in my config:
```sh
Super_L + any
xdo raise -N "Bar"
~@Super_L + any
xdo lower -N "Bar"
```
This makes me able to raise and lower le…
-
First a big thanks for your amazing piece of software
-
Hi,
I'm using sxhkd to launch a perl script. And this perl script uses an environment variable (PERL5LIB) to get the paths of my personal perl modules.
I just found out that when I run this script…
-
When using the `us(intl)` layout, XKB enables ISO_Level3_Shift, which permanently sets Mod5 for every XCB event, affecting sxhkd's ability to find chords. I've [forked](https://github.com/ianliu/sxhkd…
-
Swhkd is now a mature enough projects where people use it in their daily workflow. Swhkd has it's fair share of flaws and issues which I have not been able to keep up with due to my various other comm…
-
-
I am using `xdotool` with `sxhkd`, and I have the following config to trigger `xdotool`:
```
alt + n
xdotool key "Down"
alt + p
xdotool key "Up"
```
Although the command is firi…
-
Currently, each top level directory is a set of files that define a set of configurations. Eventually, different (conflicting) sets of configurations could be desired, if different setups are to be ex…
-
I run X on tty1. When switching to another tty with ctrl + alt + F2, then back to X with ctrl + alt + F1, alacritty sees the alt key being pressed but not being released, and as a result all keypresse…