diff options
author | Shubham Saini <pryr@pryr.xyz> | 2021-01-10 10:06:07 +0000 |
---|---|---|
committer | Shubham Saini <pryr@pryr.xyz> | 2021-01-10 10:06:07 +0000 |
commit | 5a58034071911286816bbf2418a349f7657494ab (patch) | |
tree | 5f3d494b9a1cc44c1d56add4c880025c6f1019e2 /bspwm | |
parent | a42bf68b85d951d9a4cf624fffb74dc247ed6fe1 (diff) |
added shortcut for hdmi
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 770eab4..c68484b 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 3 | 5 | bspc config border_width 3 |
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 |