From 4bb5980cf8797e8c4b1e9a0aea1d36c5dff4e332 Mon Sep 17 00:00:00 2001 From: VectorKappa Date: Sat, 24 Apr 2021 20:51:51 +0200 Subject: [PATCH] slight update --- bspwm/.config/bspwm/bspwmrc | 8 ++++---- common/.Xresources | 3 +++ polybar/.config/polybar/config | 2 +- sxhkd/.config/sxhkd/sxhkdrc | 10 +++++----- zsh/.zshrc | 5 +++++ 5 files changed, 18 insertions(+), 10 deletions(-) diff --git a/bspwm/.config/bspwm/bspwmrc b/bspwm/.config/bspwm/bspwmrc index 5b3904c..2f9b8e8 100755 --- a/bspwm/.config/bspwm/bspwmrc +++ b/bspwm/.config/bspwm/bspwmrc @@ -1,5 +1,5 @@ #! /bin/sh -gap=15 +gap=7 PANEL_HEIGHT=27 export gap export PANEL_HEIGHT @@ -39,7 +39,7 @@ bspc config split_ratio 0.52 #bspc monitor -d i ii iii iv v vi vii viii ix x #bspc monitor -d One Two Three Four Five Six Seven Eight Nine Ten -#bspc monitor -d I II III IV V VI VII VIII IX X +bspc monitor -d I II III IV V VI VII VIII IX X #bspc monitor -d • • • • • • • • • • #bspc monitor -d I II III IV V VI @@ -108,7 +108,7 @@ bspc config external_rules_command /usr/bin/pseudo_automatic_mode ##Autostart apps #Keybindings daemon -#sxhkd & +sxhkd & #Source autostartfile. Uncomment this if you use bspwm-git -#. $HOME/.config/bspwm/autostart +. $HOME/.config/bspwm/autostart diff --git a/common/.Xresources b/common/.Xresources index 126dd90..1dced7e 100644 --- a/common/.Xresources +++ b/common/.Xresources @@ -23,6 +23,9 @@ #define nord14 #A3BE8C #define nord15 #B48EAD +URxvt.font: xft:SauceCodePro Nerd Font:size=10:antialias=true:minspace=true +URxvt.boldFont: xft:SauceCodePro Nerd Font:bold:size=10:antialias=true:minspace=true + *.foreground: nord4 *.background: nord0 *.cursorColor: nord4 diff --git a/polybar/.config/polybar/config b/polybar/.config/polybar/config index 92f1f74..3602575 100644 --- a/polybar/.config/polybar/config +++ b/polybar/.config/polybar/config @@ -390,7 +390,7 @@ menu-2-1-exec = menu-open-0 [module/rofi] type = custom/script -click-left = rofimenu +click-left = rofi -modi drun,run,window,calc -show drun label = M [settings] diff --git a/sxhkd/.config/sxhkd/sxhkdrc b/sxhkd/.config/sxhkd/sxhkdrc index 37abcbb..8373c09 100755 --- a/sxhkd/.config/sxhkd/sxhkdrc +++ b/sxhkd/.config/sxhkd/sxhkdrc @@ -2,7 +2,7 @@ # # Cleanly quit bspwm super + shift + q - bspc quit 1 && pkill lemonpanel && pkill lemonbar + bspc quit 1 && pkill polybar # Show keybindings super + F1 @@ -253,21 +253,21 @@ super + space # Triggered by jus tapping super super + shift + space - rofi -show + rofi -show run #super + p # dmenu_recent -h $PANEL_HEIGHT -fn 'xos4 Terminus:size=15' -i super + shift + Return - default-terminal + urxvt super + z - default-terminal + alacritty super + shift + z open-terminal-here super + r - rofi-finder.sh + rofi -modi drun,run,window,calc -show drun super + shift + b $BROWSER diff --git a/zsh/.zshrc b/zsh/.zshrc index e31b4e8..c78b74a 100644 --- a/zsh/.zshrc +++ b/zsh/.zshrc @@ -1,6 +1,11 @@ source ~/.zplug/init.zsh source ~/.aliases +HISTFILE=~/.zsh_history +HISTSIZE=10000 +SAVEHIST=10000 +setopt INC_APPEND_HISTORY_TIME + zplug "plugins/git", from:oh-my-zsh zplug "plugins/colored-man-pages", from:oh-my-zsh zplug "plugins/command-not-found", from:oh-my-zsh