diff options
Diffstat (limited to '.config/mango/config.conf')
| -rw-r--r-- | .config/mango/config.conf | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/.config/mango/config.conf b/.config/mango/config.conf index f00f629..12eeb71 100644 --- a/.config/mango/config.conf +++ b/.config/mango/config.conf @@ -242,6 +242,7 @@ bind=SUPER,6,view,6 bind=SUPER,7,view,7 bind=SUPER,8,view,8 bind=SUPER,9,view,9 +B # tag: move client to the tag and focus it # tagsilent: move client to the tag and not focus it @@ -283,12 +284,6 @@ bind=CTRL+ALT,j,resizewin,+0,+50 bind=CTRL+ALT,h,resizewin,-50,+0 bind=CTRL+ALT,l,resizewin,+50,+0 -# Mouse Button Bindings -# btn_left and btn_right can't bind none mod key -mousebind=SUPER,btn_left,moveresize,curmove -mousebind=NONE,btn_middle,togglemaximizescreen,0 -mousebind=SUPER,btn_right,moveresize,curresize - # Axis Bindings axisbind=SUPER,UP,viewtoleft_have_client axisbind=SUPER,DOWN,viewtoright_have_client |
