mirror of
https://github.com/DreamMaoMao/maomaowm.git
synced 2025-11-01 22:58:44 -04:00
fix: default mfact is 0,feat:tag rule and change tty
This commit is contained in:
parent
625b793f17
commit
8b4932fd79
4 changed files with 158 additions and 134 deletions
28
config.conf
28
config.conf
|
|
@ -50,6 +50,18 @@ urgentcolor=0xad401fff
|
|||
scratchpadcolor=0x516c93ff
|
||||
globalcolor=0xb153a7ff
|
||||
|
||||
# tags rule
|
||||
# layout support: tile,scroller,grid,monocle
|
||||
tags=id:1,layout_name:tile
|
||||
tags=id:2,layout_name:tile
|
||||
tags=id:3,layout_name:tile
|
||||
tags=id:4,layout_name:tile
|
||||
tags=id:5,layout_name:tile
|
||||
tags=id:6,layout_name:tile
|
||||
tags=id:7,layout_name:tile
|
||||
tags=id:8,layout_name:tile
|
||||
tags=id:9,layout_name:tile
|
||||
|
||||
# Window Rules
|
||||
# appid: type-string if match it or title, the rule match
|
||||
# title: type-string if match it or appid, the rule match
|
||||
|
|
@ -186,6 +198,20 @@ bind=ALT+SHIFT,X,incgaps,1
|
|||
bind=ALT+SHIFT,Z,incgaps,-1
|
||||
bind=ALT+SHIFT,R,togglegaps
|
||||
|
||||
# switch tty
|
||||
bind=Ctrl+Alt,F1,chvt,1
|
||||
bind=Ctrl+Alt,F2,chvt,2
|
||||
bind=Ctrl+Alt,F3,chvt,3
|
||||
bind=Ctrl+Alt,f4,chvt,4
|
||||
bind=Ctrl+Alt,F5,chvt,5
|
||||
bind=Ctrl+Alt,F6,chvt,6
|
||||
bind=Ctrl+Alt,F7,chvt,7
|
||||
bind=Ctrl+Alt,F8,chvt,8
|
||||
bind=Ctrl+Alt,F9,chvt,9
|
||||
bind=Ctrl+Alt,F10,chvt,10
|
||||
bind=Ctrl+Alt,F11,chvt,11
|
||||
bind=Ctrl+Alt,F12,chvt,12
|
||||
|
||||
#custom app bind example
|
||||
# bind=SUPER,Return,spawn,google-chrome
|
||||
# bind=CTRL+ALT,Return,spawn,st -e ~/tool/ter-multiplexer.sh
|
||||
|
|
@ -200,4 +226,4 @@ mousebind=NONE,btn_right,killclient,0
|
|||
|
||||
# Axis Bindings
|
||||
axisbind=SUPER,UP,viewtoleft_have_client
|
||||
axisbind=SUPER,DOWN,viewtoright_have_client
|
||||
axisbind=SUPER,DOWN,viewtoright_have_client
|
||||
Loading…
Add table
Add a link
Reference in a new issue