diff options
author | Sébastien Dailly <sebastien@dailly.me> | 2022-09-14 08:07:35 +0200 |
---|---|---|
committer | Sébastien Dailly <sebastien@dailly.me> | 2022-09-14 08:07:35 +0200 |
commit | 9f0f76dc27e134860658a931e2bd572db7b9c804 (patch) | |
tree | 658f9d12526981346bb578f52816a2ef926ad388 /sxhkd | |
parent | f53fe9f3537b6c81436f937d3927ff392dac57c0 (diff) |
Added function keys 6-9
Diffstat (limited to 'sxhkd')
-rw-r--r-- | sxhkd/.config/sxhkd/sxhkdrc | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sxhkd/.config/sxhkd/sxhkdrc b/sxhkd/.config/sxhkd/sxhkdrc index 171fae6..d745336 100644 --- a/sxhkd/.config/sxhkd/sxhkdrc +++ b/sxhkd/.config/sxhkd/sxhkdrc @@ -145,6 +145,9 @@ shift + mod5 + Escape mod5 + {_,shift + } F{1-5} {~/scripts/sxhkd/show.sh, ~/scripts/sxhkd/move.sh} {1-5} +super + {_,shift + } F{6-9} + {~/scripts/sxhkd/show.sh, ~/scripts/sxhkd/move.sh} {6-9} + super + n rofi -modi "Renommer:~/scripts/sxhkd/rofi_rename.sh,Desktop:~/scripts/sxhkd/rofi_new.sh" -show Renommer |