From 69df7531bbf48acf3ee6dc91ee36833f76cecfa1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=A9=8D=E4=B8=B9=E5=B0=BC=20Dan=20Jacobson?= Date: Sat, 3 Feb 2024 14:29:24 +0800 Subject: [PATCH 1/2] Update wm-setup.md's idea of i3 config file Saying "~/.config/i3/config (or ~/.i3/config)" might cause the table to be too wide, so I merged them. --- doc/wm-setup.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/wm-setup.md b/doc/wm-setup.md index f5f4b09..4f183ec 100644 --- a/doc/wm-setup.md +++ b/doc/wm-setup.md @@ -27,7 +27,7 @@ no WM | 0 (set manually) | doesn't grab | `a ratpoison | 2 (auto) | doesn't grab | `exec alttab` in ~/.ratpoisonrc xmonad | 1 (with plugin, see below) | see "xmonad" section below | dwm | 1 (auto, partial support) | ? | ? -i3 | 1 (auto) | doesn't grab | `exec_always alttab` in ~/.i3/config +i3 | 1 (auto) | doesn't grab | `exec_always alttab` in ~/.(config/)i3/config evilwm | 1 (auto) | ? | ? twm | 3 (default) | doesn't grab | ? xfwm4/xfce | 1 (auto) | see "xfce" section below | From 958c4791dd0a3ffd019b3af60042cacb8dca347f Mon Sep 17 00:00:00 2001 From: sagb Date: Fri, 9 Feb 2024 11:33:40 +0530 Subject: [PATCH 2/2] Update path to current i3 config --- doc/wm-setup.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/wm-setup.md b/doc/wm-setup.md index 4f183ec..507ae1b 100644 --- a/doc/wm-setup.md +++ b/doc/wm-setup.md @@ -27,7 +27,7 @@ no WM | 0 (set manually) | doesn't grab | `a ratpoison | 2 (auto) | doesn't grab | `exec alttab` in ~/.ratpoisonrc xmonad | 1 (with plugin, see below) | see "xmonad" section below | dwm | 1 (auto, partial support) | ? | ? -i3 | 1 (auto) | doesn't grab | `exec_always alttab` in ~/.(config/)i3/config +i3 | 1 (auto) | doesn't grab | `exec_always alttab` in ~/.config/i3/config evilwm | 1 (auto) | ? | ? twm | 3 (default) | doesn't grab | ? xfwm4/xfce | 1 (auto) | see "xfce" section below |