Browse Source

Switch mod+m and mod+shit+m

The action behind +Shift version is more common; make it easier to use.
Alois Mahdal 10 years ago
parent
commit
7b9846fc6a
1 changed files with 2 additions and 2 deletions
  1. 2
    2
      dotfiles/i3/config

+ 2
- 2
dotfiles/i3/config View File

189
 bindsym $mod+Shift+f        exec thunar
189
 bindsym $mod+Shift+f        exec thunar
190
 bindsym $mod+Shift+o        exec "urxvt -e mocp"
190
 bindsym $mod+Shift+o        exec "urxvt -e mocp"
191
 
191
 
192
-bindsym $mod+m              exec "i3-dmenu-desktop --dmenu='saturnin dmenu'"
193
-bindsym $mod+Shift+m        exec "saturnin conf -j -S -s dmenu.item | saturnin dmenu --split = | bash -"
192
+bindsym $mod+m              exec "saturnin conf -j -S -s dmenu.item | saturnin dmenu --split = | bash -"
193
+bindsym $mod+Shift+m        exec "i3-dmenu-desktop --dmenu='saturnin dmenu'"
194
 bindsym $mod+p              exec "dmenu_path | saturnin dmenu | bash -"
194
 bindsym $mod+p              exec "dmenu_path | saturnin dmenu | bash -"
195
 bindsym $mod+Shift+p        exec "cat .dmenu_history | saturnin dmenu | tee -a .dmenu_history | bash -"
195
 bindsym $mod+Shift+p        exec "cat .dmenu_history | saturnin dmenu | tee -a .dmenu_history | bash -"
196
 
196