diff options
author | JozanLeClerc <bousset.rudy@gmail.com> | 2020-08-11 23:56:22 +0200 |
---|---|---|
committer | JozanLeClerc <bousset.rudy@gmail.com> | 2020-08-11 23:56:22 +0200 |
commit | c2f3e3a646b723f72856785e3d5b7b35cb567aee (patch) | |
tree | 16d7b0569be6431224ac9e26469ca6ebdf7e2356 /.config | |
parent | bspwmrc fix (diff) | |
download | dotfiles-bsd-c2f3e3a646b723f72856785e3d5b7b35cb567aee.tar.gz dotfiles-bsd-c2f3e3a646b723f72856785e3d5b7b35cb567aee.tar.bz2 dotfiles-bsd-c2f3e3a646b723f72856785e3d5b7b35cb567aee.tar.xz dotfiles-bsd-c2f3e3a646b723f72856785e3d5b7b35cb567aee.tar.zst dotfiles-bsd-c2f3e3a646b723f72856785e3d5b7b35cb567aee.zip |
bspwm start script fix
Diffstat (limited to '.config')
-rwxr-xr-x | .config/bspwm/bspwmrc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.config/bspwm/bspwmrc b/.config/bspwm/bspwmrc index 3f07f7f..667e9d0 100755 --- a/.config/bspwm/bspwmrc +++ b/.config/bspwm/bspwmrc @@ -220,10 +220,10 @@ sub fg_on_one_screen sleep(1); system(BSPC_PATH, 'node', '-f', 'west'); system(BSPC_PATH, 'node', '-f', 'north'); - system(BSPC_PATH, 'node', '-z', 'bottom', '0', '-280'); + system(BSPC_PATH, 'node', '-z', 'bottom', '0', '-200'); system(BSPC_PATH, 'node', '-z', 'right', '-220', '0'); system(BSPC_PATH, 'node', '-f', 'east'); - system(BSPC_PATH, 'node', '-z', 'top', '0', '70'); + system(BSPC_PATH, 'node', '-z', 'bottom', '0', '70'); system(BSPC_PATH, 'node', '-f', 'north'); return; } |