[i3] Add rofi Clipboard launcher

This commit is contained in:
Sebastian Schulze 2018-04-03 09:31:40 +02:00
parent 2ed6639906
commit 2376199627
Signed by: bascht
GPG Key ID: 5BCB1D3B4D38A35A
2 changed files with 3 additions and 1 deletions

View File

@ -58,7 +58,7 @@ bindsym Control+Shift+Print exec --no-startup-id "i3-dropshot"
# Rofi Launchers
bindsym Control+$mod+f exec rofi -modi 'clipboard:greenclip print' -show clipboard
bindsym Control+$mod+f exec rofi-clipboard
bindsym Control+$mod+w exec firefox
bindsym Control+$mod+e exec emacs
bindsym Control+$mod+p exec rofi-pass

2
home/bin/rofi-clipboard Executable file
View File

@ -0,0 +1,2 @@
#!/bin/bash
exec rofi -modi 'clipboard:greenclip print' -show clipboard