From 2a0255172fdd99f5158dc5419ab1a29239f0e309 Mon Sep 17 00:00:00 2001 From: Shubham Saini Date: Sun, 15 Dec 2019 17:58:29 +0530 Subject: changes --- bspwm/.config/bspwm/bspwmrc | 6 +++--- sxhkd/.config/sxhkd/sxhkdrc | 2 +- zsh/.zshrc | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/bspwm/.config/bspwm/bspwmrc b/bspwm/.config/bspwm/bspwmrc index 3e9de9e..575a5bd 100755 --- a/bspwm/.config/bspwm/bspwmrc +++ b/bspwm/.config/bspwm/bspwmrc @@ -10,19 +10,19 @@ compton --config ~/.config/compton.conf & ~/scrypts/bat_check.sh & redshift -l 13.082680:80.270718 & xbacklight -set 30 & -feh --bg-fill ~/Pictures/waves.jpg & +feh --bg-fill ~/Pictures/ann.png & urxvtd & bspc monitor -d term web music files code virt chat game IX X -bspc config border_width 2 +bspc config border_width 3 bspc config window_gap 8 bspc config split_ratio 0.52 bspc config borderless_monocle true bspc config gapless_monocle true -bspc rule -a Brave-browser desktop='^2' +bspc rule -a firefox desktop='^2' bspc rule -a Spotify desktop='^3' bspc rule -a telegram-desktop desktop='^7' bspc rule -a Pcmanfm desktop='^4' diff --git a/sxhkd/.config/sxhkd/sxhkdrc b/sxhkd/.config/sxhkd/sxhkdrc index 31701c2..bea5460 100644 --- a/sxhkd/.config/sxhkd/sxhkdrc +++ b/sxhkd/.config/sxhkd/sxhkdrc @@ -28,7 +28,7 @@ super + Escape # # bspwm hotkeys super + shift + w - brave + firefox control + alt + l light-locker-command -l super + shift + f diff --git a/zsh/.zshrc b/zsh/.zshrc index dad4d9e..711cf5d 100644 --- a/zsh/.zshrc +++ b/zsh/.zshrc @@ -5,7 +5,7 @@ export ZSH="/home/ssaini/.oh-my-zsh" export VISUAL=nvim export EDITOR="$VISUAL" -export BROWSER=brave +export BROWSER=firefox export PATH=$PATH:$HOME/.local/bin export XDG_CURRENT_DESKTOP=bspwm @@ -13,7 +13,7 @@ export XDG_CURRENT_DESKTOP=bspwm # load a random theme each time oh-my-zsh is loaded, in which case, # to know which specific one was loaded, run: echo $RANDOM_THEME # See https://github.com/robbyrussell/oh-my-zsh/wiki/Themes -ZSH_THEME="gianu" +ZSH_THEME="takashiyoshida" SPACESHIP_CHAR_SYMBOL=" " SPACESHIP_PROMPT_ADD_NEWLINE=false -- cgit v1.2.3