diff options
author | Tom Ryder <tom@sanctum.geek.nz> | 2023-03-26 00:15:04 +1300 |
---|---|---|
committer | Tom Ryder <tom@sanctum.geek.nz> | 2023-03-26 03:16:51 +1300 |
commit | 40b0d0dbd5e01e8fb467d134eaf4a0bf41450017 (patch) | |
tree | bcba153c27e406c4bd52ee344570057dfbbf56ff /sxhkd | |
parent | Remove dmenu in favor of rofi (diff) | |
download | dotfiles-40b0d0dbd5e01e8fb467d134eaf4a0bf41450017.tar.gz dotfiles-40b0d0dbd5e01e8fb467d134eaf4a0bf41450017.zip |
Bind Super+p in sxhkd to new script rofi_pass
Diffstat (limited to 'sxhkd')
-rw-r--r-- | sxhkd/sxhkdrc | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sxhkd/sxhkdrc b/sxhkd/sxhkdrc index 3864b84f..0e682dce 100644 --- a/sxhkd/sxhkdrc +++ b/sxhkd/sxhkdrc @@ -19,6 +19,9 @@ super + i super + m exec x-terminal-emulator -e tm +super + p + exec rofi_pass + super + t exec thunar |