diff --git a/.config/bspwm/bspwmrc b/.config/bspwm/bspwmrc index b7bc4c4..b223072 100755 --- a/.config/bspwm/bspwmrc +++ b/.config/bspwm/bspwmrc @@ -9,7 +9,6 @@ # https://github.com/baskerville/sxhkd # https://github.com/baskerville/bspwm - #### AUTOSTART #### sxhkd & compton & @@ -22,34 +21,34 @@ bspc monitor DisplayPort-1 -d 1 2 3 4 5 6 7 8 9 bspc monitor HDMI-A-0 -d 1 2 3 4 5 6 7 8 9 #### BSPWM configuration #### -#bspc config border_radius 8 -bspc config border_width 2 -bspc config window_gap 10 -bspc config top_padding 20 -bspc config bottom_padding 0 -bspc config left_padding 0 -bspc config right_padding 0 -bspc config single_monocle false -bspc config click_to_focus true -bspc config split_ratio 0.50 -bspc config borderless_monocle true -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 border_radius 8 +bspc config border_width 2 +bspc config window_gap 10 +bspc config top_padding 20 +bspc config bottom_padding 0 +bspc config left_padding 0 +bspc config right_padding 0 +bspc config single_monocle false +bspc config click_to_focus true +bspc config split_ratio 0.50 +bspc config borderless_monocle true +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" -bspc config active_border_color "#1e1e1e" -bspc config focused_border_color "#5e81ac" -bspc config presel_feedback_color "#5e81ac" -bspc config urgent_border_color "#dd2727" +bspc config normal_border_color "#4c566a" +bspc config active_border_color "#1e1e1e" +bspc config focused_border_color "#5e81ac" +bspc config presel_feedback_color "#5e81ac" +bspc config urgent_border_color "#dd2727" #polybar hidden when fullscreen for vlc, youtube, mpv ... #find out the name of your monitor with xrandr diff --git a/.zshrc b/.zshrc index 9464264..0c21557 100644 --- a/.zshrc +++ b/.zshrc @@ -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