diff options
author | Joe <rrbo@proton.me> | 2023-01-10 11:54:11 +0100 |
---|---|---|
committer | Joe <rrbo@proton.me> | 2023-01-10 11:54:11 +0100 |
commit | 64e40f1e04b5180f7f472ef7a0713a9371f0dc32 (patch) | |
tree | 743b4bab8418e19b9ef6847faef6f11280f27ec2 /.config/openbox/rc.xml | |
parent | wip (diff) | |
download | dotfiles-bsd-64e40f1e04b5180f7f472ef7a0713a9371f0dc32.tar.gz dotfiles-bsd-64e40f1e04b5180f7f472ef7a0713a9371f0dc32.tar.bz2 dotfiles-bsd-64e40f1e04b5180f7f472ef7a0713a9371f0dc32.tar.xz dotfiles-bsd-64e40f1e04b5180f7f472ef7a0713a9371f0dc32.tar.zst dotfiles-bsd-64e40f1e04b5180f7f472ef7a0713a9371f0dc32.zip |
update
Diffstat (limited to '')
-rwxr-xr-x | .config/openbox/rc.xml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/.config/openbox/rc.xml b/.config/openbox/rc.xml index 82a024d..34a12dc 100755 --- a/.config/openbox/rc.xml +++ b/.config/openbox/rc.xml @@ -422,6 +422,11 @@ <command>alacritty -e newsboat</command> </action> </keybind> + <keybind key="W-F7"> + <action name="Execute"> + <command>alacritty -e calcurse -C /home/jozan/.config/calcurse -D /home/jozan/.local/share/calcurse</command> + </action> + </keybind> <keybind key="W-C-F12"> <action name="Execute"> <command>/home/jozan/.local/bin/dmlog</command> |