bspwmrc, wmstartup.sh: Minor polish, clean up envvars
This commit is contained in:
parent
664a0a9df9
commit
3f321eda4c
@ -20,15 +20,16 @@
|
|||||||
# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
||||||
# SOFTWARE.
|
# SOFTWARE.
|
||||||
|
|
||||||
## Load session startup script
|
# Load session startup script
|
||||||
dtfscript=$HOME/.config/dtfscripts/wmstartup.sh
|
dtfscript=$HOME/.config/dtfscripts/wmstartup.sh
|
||||||
if [[ -x "$dtfscript" ]]; then
|
if [[ -x "$dtfscript" ]]; then
|
||||||
source "$dtfscript"
|
source "$dtfscript"
|
||||||
fi
|
fi
|
||||||
unset dtfscript
|
unset dtfscript
|
||||||
|
|
||||||
## bspwm GENERAL CONFIGURATION
|
|
||||||
printf "[INFO] Configuring bspwm\n"
|
printf "[INFO] Configuring bspwm\n"
|
||||||
|
# Monitor setup script
|
||||||
|
# Unique to bspwm, because i3 handles this alright
|
||||||
$HOME/.config/bspwm/monitorset.sh
|
$HOME/.config/bspwm/monitorset.sh
|
||||||
|
|
||||||
bspc config border_width 4
|
bspc config border_width 4
|
||||||
@ -42,6 +43,7 @@ bspc config remove_unplugged_monitors true
|
|||||||
|
|
||||||
bspc config click_to_focus any
|
bspc config click_to_focus any
|
||||||
|
|
||||||
|
bspc config pointer_follows_focus true
|
||||||
bspc config pointer_follows_monitor true
|
bspc config pointer_follows_monitor true
|
||||||
bspc config pointer_modifier mod1
|
bspc config pointer_modifier mod1
|
||||||
bspc config pointer_action1 move
|
bspc config pointer_action1 move
|
||||||
@ -53,7 +55,6 @@ bspc config focused_border_color "#83a598"
|
|||||||
bspc config presel_feedback_color "#9b9b9b"
|
bspc config presel_feedback_color "#9b9b9b"
|
||||||
|
|
||||||
printf "[INFO] Setting window rules\n"
|
printf "[INFO] Setting window rules\n"
|
||||||
## bspwm WINDOW RULES
|
|
||||||
bspc rule -r '*'
|
bspc rule -r '*'
|
||||||
bspc rule -a Waterfox desktop=1
|
bspc rule -a Waterfox desktop=1
|
||||||
bspc rule -a Discord desktop=7
|
bspc rule -a Discord desktop=7
|
||||||
|
@ -21,8 +21,15 @@
|
|||||||
# SOFTWARE.
|
# SOFTWARE.
|
||||||
|
|
||||||
## Clean up some variables that I use in device-specific scripts
|
## Clean up some variables that I use in device-specific scripts
|
||||||
unset PB_BAR_WIDTH
|
|
||||||
unset PB_MONITOR
|
unset PB_MONITOR
|
||||||
|
unset PB_WM_RESTACK
|
||||||
|
unset PB_BAR_WIDTH
|
||||||
|
unset PB_BAR_PRIMARY_MODULES_LEFT PB_BAR_PRIMARY_MODULES_CENTER PB_BAR_PRIMARY_MODULES_RIGHT
|
||||||
|
unset PB_BAR_PRIMARY_2_MODULES_LEFT PB_BAR_PRIMARY_2_MODULES_CENTER PB_BAR_PRIMARY_2_MODULES_RIGHT
|
||||||
|
unset PB_BAR_SECONDARY_MODULES_LEFT PB_BAR_SECONDARY_MODULES_CENTER PB_BAR_SECONDARY_MODULES_RIGHT
|
||||||
|
unset PB_BAR_SECONDARY_2_MODULES_LEFT PB_BAR_SECONDARY_2_MODULES_CENTER PB_BAR_SECONDARY_2_MODULES_RIGHT
|
||||||
|
unset PB_MODULE_BAR_WIDTH
|
||||||
|
unset PB_MODULE_WLAN_INTERFACE
|
||||||
|
|
||||||
## Patch path, if not already done
|
## Patch path, if not already done
|
||||||
if [[ "$PATH" != "*$HOME/.local/bin*" ]]; then
|
if [[ "$PATH" != "*$HOME/.local/bin*" ]]; then
|
||||||
|
Loading…
Reference in New Issue
Block a user