archcraft-os / archcraft

// Source : ISO
https://archcraft.io
GNU General Public License v3.0
3.05k stars 104 forks source link

Hide/Unhide Window does not work #294

Closed FjellOverflow closed 2 years ago

FjellOverflow commented 2 years ago

The combinaton MOD + SHIFT + i is supposed to hide/unhide the focused window. It does not. In fact, the command "winmask" can't even be found.

My .config/bspwm/sxhkdrc contains the line:


# Hide/Unhide Window
super + shift + i
    winmask 
``` a
solfrak commented 2 years ago

replace "winmask" by "bspwinmask"

FjellOverflow commented 2 years ago

Thanks, that was it. How did you know?

solfrak commented 2 years ago

Luck i guess. I tried to execute the winmask command but it didn't work. But my terminal suggested bspwinmask instead. I guess this issues could be mark as resolved