summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorShubham Saini <shubham6405@gmail.com>2019-12-15 12:28:29 +0000
committerShubham Saini <shubham6405@gmail.com>2019-12-15 12:28:29 +0000
commit2a0255172fdd99f5158dc5419ab1a29239f0e309 (patch)
tree9a791673f9ab70eb82feac6f13208c36bf126109
parent4c10777017be8272ab897084b5635ebe93684164 (diff)
changes
-rwxr-xr-xbspwm/.config/bspwm/bspwmrc6
-rw-r--r--sxhkd/.config/sxhkd/sxhkdrc2
-rw-r--r--zsh/.zshrc4
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 &
10~/scrypts/bat_check.sh & 10~/scrypts/bat_check.sh &
11redshift -l 13.082680:80.270718 & 11redshift -l 13.082680:80.270718 &
12xbacklight -set 30 & 12xbacklight -set 30 &
13feh --bg-fill ~/Pictures/waves.jpg & 13feh --bg-fill ~/Pictures/ann.png &
14urxvtd & 14urxvtd &
15 15
16bspc monitor -d term web music files code virt chat game IX X 16bspc monitor -d term web music files code virt chat game IX X
17 17
18bspc config border_width 2 18bspc config border_width 3
19bspc config window_gap 8 19bspc config window_gap 8
20 20
21bspc config split_ratio 0.52 21bspc config split_ratio 0.52
22bspc config borderless_monocle true 22bspc config borderless_monocle true
23bspc config gapless_monocle true 23bspc config gapless_monocle true
24 24
25bspc rule -a Brave-browser desktop='^2' 25bspc rule -a firefox desktop='^2'
26bspc rule -a Spotify desktop='^3' 26bspc rule -a Spotify desktop='^3'
27bspc rule -a telegram-desktop desktop='^7' 27bspc rule -a telegram-desktop desktop='^7'
28bspc rule -a Pcmanfm desktop='^4' 28bspc 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
28# 28#
29# bspwm hotkeys 29# bspwm hotkeys
30super + shift + w 30super + shift + w
31 brave 31 firefox
32control + alt + l 32control + alt + l
33 light-locker-command -l 33 light-locker-command -l
34super + shift + f 34super + shift + f
diff --git a/zsh/.zshrc b/zsh/.zshrc
index dad4d9e..711cf5d 100644
--- a/zsh/.zshrc
+++ b/zsh/.zshrc
@@ -5,7 +5,7 @@
5export ZSH="/home/ssaini/.oh-my-zsh" 5export ZSH="/home/ssaini/.oh-my-zsh"
6export VISUAL=nvim 6export VISUAL=nvim
7export EDITOR="$VISUAL" 7export EDITOR="$VISUAL"
8export BROWSER=brave 8export BROWSER=firefox
9export PATH=$PATH:$HOME/.local/bin 9export PATH=$PATH:$HOME/.local/bin
10export XDG_CURRENT_DESKTOP=bspwm 10export XDG_CURRENT_DESKTOP=bspwm
11 11
@@ -13,7 +13,7 @@ export XDG_CURRENT_DESKTOP=bspwm
13# load a random theme each time oh-my-zsh is loaded, in which case, 13# load a random theme each time oh-my-zsh is loaded, in which case,
14# to know which specific one was loaded, run: echo $RANDOM_THEME 14# to know which specific one was loaded, run: echo $RANDOM_THEME
15# See https://github.com/robbyrussell/oh-my-zsh/wiki/Themes 15# See https://github.com/robbyrussell/oh-my-zsh/wiki/Themes
16ZSH_THEME="gianu" 16ZSH_THEME="takashiyoshida"
17SPACESHIP_CHAR_SYMBOL=" " 17SPACESHIP_CHAR_SYMBOL=" "
18SPACESHIP_PROMPT_ADD_NEWLINE=false 18SPACESHIP_PROMPT_ADD_NEWLINE=false
19 19