Compare commits

..

No commits in common. "eb16126c572ac8f7be410f94446ff2d0d0954906" and "1b61a2e51df6bdcfc081d5df6343504b40747f81" have entirely different histories.

8 changed files with 7 additions and 9 deletions

View File

@ -3,7 +3,7 @@
sxhkd &
for monitor in $(bspc query -M); do
bspc monitor $monitor -d \~
bspc monitor $monitor -d 1
done
bspc config border_width 2

@ -1 +1 @@
Subproject commit 62aca6046a0d4524fc98eb538a9c83ddfbab10cd
Subproject commit 090472f16b568016351401366c71a72fc76b8d7c

View File

@ -48,7 +48,7 @@ padding-right = 0
module-margin-left = 0
module-margin-right = 0
modules-left = bspwm
modules-left = bspwm sep
;modules-center = xwindow

@ -1 +1 @@
Subproject commit 6dee9f99d3fc74fbbf560fb8957c180d71da7c99
Subproject commit 6bebc254e88ac9b7fdaa7491d031f82ec107e418

@ -1 +1 @@
Subproject commit 76ca3962841a7fdc65fcb81382a7c2bbbab90be7
Subproject commit 7f425834368999d7989259476b9238d4623cd8f7

@ -1 +1 @@
Subproject commit dddbea879b5b01ee5bee97d1374342fd13ef4e16
Subproject commit a6e641b977373740e9744182e6fad9af9ff39bc5

@ -1 +1 @@
Subproject commit aecfd61bbda9b8739c48e7a2818438cb0f134791
Subproject commit dde84e1b25f059a298ce3189cddfd0778f998df3

2
.zshrc
View File

@ -96,8 +96,6 @@ if [[ -a $OH_MY_ZSH ]]; then
bindkey -M vicmd '^K' history-substring-search-up
bindkey -M vicmd '^J' history-substring-search-down
KEYTIMEOUT=5
else
PS1=$'%b%n@%M %~
%(!.#.$) '