Resupport mod+Shift+{3,4} KBDs in i3
I originally dropped support for these because I wanted to imitate OSX's screenshot KBDs, which were mod+Shift+{3,4}. I'm not sure I want to imitate OSX now that I don't have any Apple hardware besides my iPhone. I'm getting more forgetting those KBDs. At the moment, however, I cannot find a better KBD for my snip_it function. Stay tuned...
This commit is contained in:
parent
06bf69085e
commit
e1d42452b5
1 changed files with 4 additions and 7 deletions
|
@ -75,14 +75,11 @@ bindsym $mod+t exec --no-startup-id ~/.config/i3/dmenu_timer.sh ~/.local/share/s
|
||||||
bindsym $mod+n exec st -e lf
|
bindsym $mod+n exec st -e lf
|
||||||
|
|
||||||
# Screenshot
|
# Screenshot
|
||||||
bindsym $mod+Shift+4 exec zsh -i -c snipit
|
# TODO: find a better KBD for this
|
||||||
|
# bindsym $mod+Shift+4 exec zsh -i -c snipit
|
||||||
bindsym Ctrl+Print exec scrot ~/Pictures/screenshots/%b-%d-%Y_%T.png # Windows style
|
bindsym Ctrl+Print exec scrot ~/Pictures/screenshots/%b-%d-%Y_%T.png # Windows style
|
||||||
bindsym $mod+Shift+3 exec scrot ~/Pictures/screenshots/%b-%d-%Y_%T.png # OSX style
|
|
||||||
# TODO: debug
|
# TODO: debug
|
||||||
# bindsym $mod+Print exec scrot --focused ~/Pictures/screenshots/%b-%d-%Y_%T.png # Windows style
|
# bindsym $mod+Print exec scrot --focused ~/Pictures/screenshots/%b-%d-%Y_%T.png # Windows style
|
||||||
# TODO: debug
|
|
||||||
# bindsym $mod+Shift+4 exec scrot --select ~/Pictures/screenshots/%b-%d-%Y_%T.png # OSX style
|
|
||||||
# Integration with Google's screenshot hosting server
|
|
||||||
|
|
||||||
# online documentation
|
# online documentation
|
||||||
bindsym $mod+Shift+slash exec google-chrome https://i3wm.org/docs/userguide.html
|
bindsym $mod+Shift+slash exec google-chrome https://i3wm.org/docs/userguide.html
|
||||||
|
@ -173,8 +170,8 @@ bindsym $mod+0 workspace $ws10
|
||||||
# move and follow focused container to workspace
|
# move and follow focused container to workspace
|
||||||
bindsym $mod+Shift+1 move container to workspace $ws1; workspace $ws1
|
bindsym $mod+Shift+1 move container to workspace $ws1; workspace $ws1
|
||||||
bindsym $mod+Shift+2 move container to workspace $ws2; workspace $ws2
|
bindsym $mod+Shift+2 move container to workspace $ws2; workspace $ws2
|
||||||
# bindsym $mod+Shift+3 move container to workspace $ws3; workspace $ws3 # commented out to support screenshot KBD
|
bindsym $mod+Shift+3 move container to workspace $ws3; workspace $ws3
|
||||||
# bindsym $mod+Shift+4 move container to workspace $ws4; workspace $ws4 # commented out to support screenshot KBD
|
bindsym $mod+Shift+4 move container to workspace $ws4; workspace $ws4
|
||||||
bindsym $mod+Shift+5 move container to workspace $ws5; workspace $ws5
|
bindsym $mod+Shift+5 move container to workspace $ws5; workspace $ws5
|
||||||
bindsym $mod+Shift+6 move container to workspace $ws6; workspace $ws6
|
bindsym $mod+Shift+6 move container to workspace $ws6; workspace $ws6
|
||||||
bindsym $mod+Shift+7 move container to workspace $ws7; workspace $ws7
|
bindsym $mod+Shift+7 move container to workspace $ws7; workspace $ws7
|
||||||
|
|
Loading…
Reference in a new issue