removed junk
parent
155f483848
commit
c87a83daf2
|
@ -1,4 +1,4 @@
|
||||||
#!/bin/bash
|
#!/usr/bin/env bash
|
||||||
|
|
||||||
# MONITORS #
|
# MONITORS #
|
||||||
if [[ "$(uname -n)" == *'desktop'* ]]; then
|
if [[ "$(uname -n)" == *'desktop'* ]]; then
|
||||||
|
@ -18,18 +18,13 @@ bspc config focus_follows_pointer true
|
||||||
|
|
||||||
# Dracula theme #
|
# Dracula theme #
|
||||||
|
|
||||||
bspc config normal_border_color ""
|
|
||||||
bspc config active_border_color ""
|
|
||||||
bspc config focused_border_color "#bd93f9"
|
bspc config focused_border_color "#bd93f9"
|
||||||
bspc config presel_feedback_color ""
|
|
||||||
|
|
||||||
# WINDOW RULES #
|
# WINDOW RULES #
|
||||||
bspc rule -a Steam state=tiled
|
bspc rule -a Steam state=tiled
|
||||||
bspc rule -a Zathura state=tiled
|
bspc rule -a Zathura state=tiled
|
||||||
bspc rule -a Emacs state=tiled
|
bspc rule -a Emacs state=tiled
|
||||||
|
|
||||||
# PROBLEMS WITH JAVA APPLICATIONS #
|
|
||||||
wmname LG3D
|
|
||||||
|
|
||||||
# AUTOSTART #
|
# AUTOSTART #
|
||||||
[[ ! $(pidof -x sxhkd) ]] && sxhkd &
|
[[ ! $(pidof -x sxhkd) ]] && sxhkd &
|
||||||
|
feh --bg-fill ~/.dotfiles/config/wallpaper/base.png
|
||||||
|
|
Loading…
Reference in New Issue