diff options
author | Yigit Sever | 2021-04-04 16:17:59 +0300 |
---|---|---|
committer | Yigit Sever | 2021-04-04 16:17:59 +0300 |
commit | 5dea9a059e5fa4b583d4cba6701236d561a84e79 (patch) | |
tree | 3010c7683fa74a198dd700a46e487d4f51090801 /.config/i3 | |
parent | 26ee5e1944d434c4015d9f09f4a5373e24ca73a8 (diff) | |
download | dotfiles-5dea9a059e5fa4b583d4cba6701236d561a84e79.tar.gz dotfiles-5dea9a059e5fa4b583d4cba6701236d561a84e79.tar.bz2 dotfiles-5dea9a059e5fa4b583d4cba6701236d561a84e79.zip |
New i3 binding type_clipboard
Diffstat (limited to '.config/i3')
-rw-r--r-- | .config/i3/config##c.desktop,h.maus | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.config/i3/config##c.desktop,h.maus b/.config/i3/config##c.desktop,h.maus index d9f3c69..2889398 100644 --- a/.config/i3/config##c.desktop,h.maus +++ b/.config/i3/config##c.desktop,h.maus | |||
@@ -43,6 +43,9 @@ font pango:Iosevka 11 | |||
43 | # bindings # | 43 | # bindings # |
44 | ############## | 44 | ############## |
45 | 45 | ||
46 | # type the contents of the clipboard with mod+p | ||
47 | bindcode --release $mod+27 exec --no-startup-id /home/yigit/.local/bin/type_clipboard.sh | ||
48 | |||
46 | # launch emoji picker with mod+c | 49 | # launch emoji picker with mod+c |
47 | bindcode $mod+54 exec --no-startup-id rofimoji --skin-tone neutral | 50 | bindcode $mod+54 exec --no-startup-id rofimoji --skin-tone neutral |
48 | 51 | ||