Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Toggle stack area not working #291

Open
johnsidi opened this issue Mar 18, 2022 · 3 comments
Open

Toggle stack area not working #291

johnsidi opened this issue Mar 18, 2022 · 3 comments

Comments

@johnsidi
Copy link

I use the 9.0.2 version and Windows 10.

I changed the default alt+backspace keyboard shortcut but still is not working.

My configuration settings are the following:

; bug.n - tiling window management
; @version 9.0.2

Config_showTaskBar=1
Config_showBar=1
Config_readinDateFormat=yyyy-MM-dd
Config_readinMemoryUsage=1
Config_spaciousBar=1
Config_largeFontSize=36
;sound level
Config_readinVolume=1

;The position of a new window in a view; top: at the beginning of the window list and the master area (default), masterBottom: at the end of the master area, stackTop: on top of the stack area, bottom: at the end of the window list and the stack area.
Config_newWndPosition=masterBottom
Config_mouseFollowsFocus=0
;gap in pixels between windows
Config_layoutGapWidth=5
Config_rule_#1=.*;.*;;1;0;0;0;1;0;0;
Config_horizontalBarPos=center
Config_hotkey=#!+d::Window_toggleDecor()
Config_dynamicTiling=1

;; Window arrangement
Config_viewNames=1;
Config_layout_#1=[]=;tile
Config_layout_#2=[M];monocle
Config_layout_#3=><>;
Config_layoutCount=3
;the layout axis - horizontal at the bottom
Config_layoutAxis_#1=-2
;the master axis - vertical
Config_layoutAxis_#2=1
;the stack axis - verical
Config_layoutAxis_#3=1
;the size of the master area
Config_layoutMFactor=0.6

Any help is welcome!

@joten
Copy link
Collaborator

joten commented Apr 1, 2022

It looks; as if you do not have any Config_hotkey for ::View_toggleStackArea().

I only found Config_hotkey=#!+d::Window_toggleDecor() in your post.

@johnsidi
Copy link
Author

johnsidi commented Apr 1, 2022

Thanks for the suggestion joten.

Somehow I managed not to include the line

Config_hotkey=!+BackSpace::View_toggleStackArea()

in my original post!

However, the problem still persists in my system. Anyway, I can live without this feature! :-)

@joten
Copy link
Collaborator

joten commented Apr 4, 2022

Your configuration contains Config_dynamicTiling=1, but View_toggleStackArea() has only an effect, if you are using manual tiling (-> doc/Default_hotkeys.md).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants