Olli R
Olli R
On my Ubuntu machine I'm running bspwm `0.9.3`, and there a fullscreen window will stay fullscreen even if some window other floating window is opened. On my other machine I'm...
You'll need to set $BSPWM_SCRIPTS_DIR environment variable. It should point to the path where the bspwm scripts are. I initialize the variable in `.profile`.
Either way is fine. :-)
You'll need to install `jq`.
See if the desktops were initialized correctly with `bspc query -D --names`. For 3x2 grid the name should be: ``` 1-1 2-1 3-1 1-2 2-2 3-2 ```
Are you using the `desktop_wall` script for navigation? Go to desktop `1-1` (you can check your current desktop with `bspc query -D -d --names`). Then switch the desktop with `$BSPWM_SCRIPTS_DIR/desktop_wall...
`bin/notify_focused_desktop` fires the notification - but it works only on my custom notification system (`bar_notifyd`). You could edit `notify_focused_desktop` to send the notification with `notify-send` instead of my custom `notify`,...
`bar_notifyd` assumes that xrandr output is found at `/tmp/xrandr_output` (I cache it there in my `.xinitrc` because it takes quite long for xrandr to output). You can either also cache...
Unfortunately, yes. You can get the sources here and build it manually (https://github.com/olzraiti/simplenotificationdaemon.)
Though you don't need sind for using `bar_notifyd`! You can send notifications to `bar_notifyd` with `notify`. Sind just allows using the `bar_notify` notification system for freedesktop notifications.