diff options
author | Shubham Saini <pryr@pryr.xyz> | 2022-11-21 03:08:10 +0000 |
---|---|---|
committer | Shubham Saini <pryr@pryr.xyz> | 2022-11-21 03:08:10 +0000 |
commit | bce233a4370cd8a1d5f50dc36aa47b220df89c16 (patch) | |
tree | 3e04c364a2eca72f5f690784770c5f3413226bb5 /bspwm | |
parent | ef89f8f0b05e4285d2439fb5fdd00820f9cedb68 (diff) |
bt script: added connect
Diffstat (limited to 'bspwm')
-rwxr-xr-x | bspwm/.config/bspwm/bspwmrc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bspwm/.config/bspwm/bspwmrc b/bspwm/.config/bspwm/bspwmrc index 932a65e..8750fd6 100755 --- a/bspwm/.config/bspwm/bspwmrc +++ b/bspwm/.config/bspwm/bspwmrc | |||
@@ -1,7 +1,7 @@ | |||
1 | #!/bin/bash | 1 | #!/bin/bash |
2 | 2 | ||
3 | # bspwm | 3 | # bspwm |
4 | bspc monitor -d 1 2 3 4 5 6 | 4 | bspc monitor eDP -d 1 2 3 4 5 6 |
5 | bspc config border_width 0 | 5 | bspc config border_width 0 |
6 | bspc config window_gap 8 | 6 | bspc config window_gap 8 |
7 | bspc config split_ratio 0.50 | 7 | bspc config split_ratio 0.50 |