summarylogtreecommitdiffstats
path: root/i3-switch-tabs.install
blob: 7b7cb450c138b06a4a71f2922dd913558e8b5144 (plain)
1
2
3
4
5
post_install() {
  echo "To enable Alt+Tab behavior in i3, add this to your config:
  bindsym Mod1+Tab       exec --no-startup-id i3-switch-tabs right
  bindsym Mod1+Shift+Tab exec --no-startup-id i3-switch-tabs left"
}