Skip to content

Instantly share code, notes, and snippets.

@andyiac
Last active May 14, 2017 12:42
Show Gist options
  • Save andyiac/3e6dda29c4f6cbfa1a03521ea4d1fb63 to your computer and use it in GitHub Desktop.
Save andyiac/3e6dda29c4f6cbfa1a03521ea4d1fb63 to your computer and use it in GitHub Desktop.
i3wm 配置
# 快速切换 workspace
# quick switch workspace next|pre
bindsym $mod+Ctrl+Right workspace next
bindsym $mod+Ctrl+Left workspace prev
# 修复不透明 bug 需要安装 compton
exec_always compton -f
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment