Browse Source

Add faster shortcuts for AFK and gone

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

+ 3
- 0
dotfiles/i3/config View File

@@ -189,6 +189,9 @@ bindsym $mod+Shift+c        exec "saturnin clip load"
189 189
 bindsym $mod+Shift+f        exec thunar
190 190
 bindsym $mod+Shift+o        exec "urxvt -e mocp"
191 191
 
192
+bindsym $mod+Escape         exec "saturnin iam afk"
193
+bindsym $mod+Shift+Escape   exec "saturnin iam gone"
194
+
192 195
 bindsym $mod+m              exec "saturnin conf -j -S -s dmenu.item | saturnin dmenu --split = | bash -"
193 196
 bindsym $mod+Shift+m        exec "i3-dmenu-desktop --dmenu='saturnin dmenu'"
194 197
 bindsym $mod+p              exec "dmenu_path | saturnin dmenu | bash -"