wmutils tricks and tips - Desktop Customization & Workflow

Users browsing this thread: 1 Guest(s)
z3bra
Grey Hair Nixers
It does take some time to get things setup the way you want it, indeed. I'd argue that it takes pretty much the same amount of time as coming up with a nice WM configuration for i3, bspwm, you name it. You can think of wmutils as a WM with a shell-based configuration file, thus providing all the composability power of the shell.

Having a simple, working setup is fairly easy, especially if you use a simple WM like glazier or swm to handle the mouse pointer.
Then you can use this sxhkdrc as a starting point:

Code:
alt + {h,j,k,l}
  wmv {-10 0, 0 -10, 0 10, 10 0} `pfw`

alt + shift + {h,j,k,l}
  wrs {-10 0, 0 -10, 0 10, 10 0} `pfw`

alt + x
  killw `pfw`

alt + Tab
  wtf `lsw | head -n1`; chwso -r `pfw`

Then, when you need a specific behavior, you can make a script that does what you want, and bind it to a key. You will construct you workflow piece by piece, over the time.


Messages In This Thread
wmutils tricks and tips - by z3bra - 29-08-2015, 05:53 AM
RE: wmutils tricks and tips - by Wildefyr - 29-08-2015, 09:33 AM
RE: wmutils tricks and tips - by dkeg - 29-08-2015, 06:28 PM
RE: wmutils tricks and tips - by z3bra - 31-08-2015, 05:14 AM
RE: wmutils tricks and tips - by dkeg - 31-08-2015, 10:38 AM
RE: wmutils tricks and tips - by Wildefyr - 14-09-2015, 01:55 AM
RE: wmutils tricks and tips - by pranomostro - 14-09-2015, 08:11 AM
RE: wmutils tricks and tips - by dkeg - 14-09-2015, 08:19 AM
RE: wmutils tricks and tips - by pranomostro - 15-09-2015, 08:01 AM
RE: wmutils tricks and tips - by sagittarius - 15-06-2016, 03:58 PM
RE: wmutils tricks and tips - by pranomostro - 15-06-2016, 06:20 PM
RE: wmutils tricks and tips - by xero - 15-06-2016, 06:56 PM
RE: wmutils tricks and tips - by sagittarius - 15-06-2016, 07:06 PM
RE: wmutils tricks and tips - by lemons - 21-07-2016, 01:55 PM
RE: wmutils tricks and tips - by NetherOrb - 25-11-2016, 02:51 PM
RE: wmutils tricks and tips - by z3bra - 25-11-2016, 03:29 PM
RE: wmutils tricks and tips - by pfr - 24-08-2020, 09:43 PM
RE: wmutils tricks and tips - by seninha - 24-08-2020, 10:29 PM
RE: wmutils tricks and tips - by z3bra - 25-08-2020, 09:14 AM
RE: wmutils tricks and tips - by seninha - 25-08-2020, 01:53 PM
RE: wmutils tricks and tips - by z3bra - 26-08-2020, 03:25 AM
RE: wmutils tricks and tips - by pfr - 06-09-2020, 11:34 PM
RE: wmutils tricks and tips - by z3bra - 07-09-2020, 04:49 AM
RE: wmutils tricks and tips - by humky - 13-12-2021, 07:55 PM
RE: wmutils tricks and tips - by z3bra - 14-12-2021, 01:59 PM
RE: wmutils tricks and tips - by pfr - 08-02-2022, 10:04 PM
RE: wmutils tricks and tips - by z3bra - 09-02-2022, 07:22 AM
RE: wmutils tricks and tips - by pfr - 13-06-2023, 09:31 PM