archcraft-os / archcraft

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

winmask issue (EASY FIX) #311

Closed brendencallahan closed 1 year ago

brendencallahan commented 1 year ago

Prerequisites

Detailed Description

The winmask script isn't being run because of a typo.

Expected Behavior

When using super+shift+i in bspwm the focused window should be hidden.

Current Behavior

Nothing happens currently.

Fix

In ~/.config/bspwm/sxhkd the last line needs to be changed from "winmask" to "bspwinmask"

Seems like something only got renamed in one place, because in bspwm/bin it is bspwinmask.

adi1090x commented 1 year ago

Fixed already.