Compare commits

...

6 Commits

8 changed files with 9 additions and 7 deletions

View File

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

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

View File

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

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

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

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

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

2
.zshrc
View File

@ -96,6 +96,8 @@ 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 %~
%(!.#.$) '