fuhsjr00 / bug.n

Tiling Window Manager for Windows
GNU General Public License v3.0
3.36k stars 214 forks source link

Toggle stack area not working #291

Open johnsidi opened 2 years ago

johnsidi commented 2 years ago

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 commented 2 years ago

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 commented 2 years ago

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 commented 2 years ago

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