mirror of
https://gitlab.com/dwt1/dotfiles.git
synced 2026-08-11 10:31:13 +10:00
Minor edits.
This commit is contained in:
@@ -9,7 +9,6 @@
|
||||
# https://github.com/baskerville/sxhkd
|
||||
# https://github.com/baskerville/bspwm
|
||||
|
||||
|
||||
#### AUTOSTART ####
|
||||
sxhkd &
|
||||
compton &
|
||||
@@ -37,12 +36,12 @@ bspc config gapless_monocle true
|
||||
bspc config focus_by_distance true
|
||||
bspc config focus_follows_pointer true
|
||||
bspc config history_aware_focus true
|
||||
bspc config remove_disabled_monitors true
|
||||
bspc config merge_overlapping_monitors true
|
||||
bspc config pointer_modifier mod4
|
||||
bspc config pointer_action1 move
|
||||
bspc config pointer_action2 resize_side
|
||||
bspc config pointer_action3 resize_corner
|
||||
bspc config remove_disabled_monitors true
|
||||
bspc config merge_overlapping_monitors true
|
||||
|
||||
#### BSPWM coloring ####
|
||||
bspc config normal_border_color "#4c566a"
|
||||
|
||||
@@ -17,7 +17,6 @@ ZSH=/usr/share/oh-my-zsh/
|
||||
# to know which specific one was loaded, run: echo $RANDOM_THEME
|
||||
# See https://github.com/robbyrussell/oh-my-zsh/wiki/Themes
|
||||
# ZSH_THEME="powerlevel9k"
|
||||
POWERLEVEL9K_COLOR_SCHEME='dark'
|
||||
POWERLEVEL9K_CONTEXT_DEFAULT_BACKGROUND='5'
|
||||
POWERLEVEL9K_CONTEXT_DEFAULT_FOREGROUND='0'
|
||||
POWERLEVEL9K_STATUS_OK_BACKGROUND='8'
|
||||
@@ -27,6 +26,9 @@ POWERLEVEL9K_VCS_MODIFIED_BACKGROUND='10'
|
||||
POWERLEVEL9K_VCS_MAX_SYNC_LATENCY_SECONDS='0.05'
|
||||
POWERLEVEL9K_VI_INSERT_MODE_STRING='INSERT'
|
||||
POWERLEVEL9K_VI_COMMAND_MODE_STRING='NORMAL'
|
||||
# POWERLEVEL9K_RIGHT_PROMPT_ELEMENTS=(status history time)
|
||||
POWERLEVEL9K_RIGHT_PROMPT_ELEMENTS=()
|
||||
ZLE_RPROMPT_INDENT=0
|
||||
|
||||
# Set list of themes to pick from when loading at random
|
||||
# Setting this variable when ZSH_THEME=random will cause zsh to load
|
||||
|
||||
Reference in New Issue
Block a user