Browse Source

Add bindings for saturnin clipboard manager

Alois Mahdal 10 years ago
parent
commit
f0eaaa7de6
1 changed files with 2 additions and 0 deletions
  1. 2
    0
      dotfiles/i3/config

+ 2
- 0
dotfiles/i3/config View File

@@ -193,6 +193,8 @@ bindsym $mod+Return         exec "urxvt"
193 193
 bindsym $mod+Shift+Return   exec "xfce4-terminal"
194 194
 bindsym $mod+b              exec "ub -1"
195 195
 bindsym $mod+Shift+b        exec "saturnin conf -j -S www.conf | saturnin dmenu -l 20 --split = | xargs -r ub -a"
196
+bindsym $mod+c              exec "saturnin clip save"
197
+bindsym $mod+Shift+c        exec "saturnin clip load"
196 198
 bindsym $mod+Shift+f        exec thunar
197 199
 bindsym $mod+Shift+o        exec "urxvt -e mocp"
198 200