diff options
| author | awy <awy@awy.one> | 2025-11-15 15:59:58 +0300 |
|---|---|---|
| committer | awy <awy@awy.one> | 2025-11-15 15:59:58 +0300 |
| commit | 250469828080d424d447c70118690a75bb99b94b (patch) | |
| tree | e1e3267b40cd80c9e23596d8e5699fccc591aa15 | |
| parent | 4e2b43df111e3c4db4066c41502994285773f8af (diff) | |
| download | mangoslice-250469828080d424d447c70118690a75bb99b94b.tar.gz | |
scuffed fix for creating empty tags
| -rw-r--r-- | .config/mango/config.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.config/mango/config.conf b/.config/mango/config.conf index 406eed4..53fcca5 100644 --- a/.config/mango/config.conf +++ b/.config/mango/config.conf @@ -244,7 +244,7 @@ bind=SUPER+SHIFT,period,spawn,mpc repeat bind=SUPER,Left,focusmon,left bind=SUPER+SHIFT,Left,tagmon,left bind=SUPER,Right,focusmon,right -bind=SUPER+SHIFT,Right,tagmon,right +bind=SUPER+SHIFT,Right,tagmon,left # bind=SUPER,Page_Up, # bind=SUPER+SHIFT,Page_Up, |