summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorShubham Saini <shubham6405@gmail.com>2019-12-20 14:55:43 +0000
committerShubham Saini <shubham6405@gmail.com>2019-12-20 14:55:43 +0000
commitd80b0fcf280639cf861e85f487ed9b2fd590f4a8 (patch)
tree924d1f2fbe736aa8d5a40a21d65aefd4d2035a80
parent2a0255172fdd99f5158dc5419ab1a29239f0e309 (diff)
changes
-rwxr-xr-xbspwm/.config/bspwm/bspwmrc1
-rw-r--r--sxhkd/.config/sxhkd/sxhkdrc2
-rw-r--r--zsh/.zshrc5
3 files changed, 5 insertions, 3 deletions
diff --git a/bspwm/.config/bspwm/bspwmrc b/bspwm/.config/bspwm/bspwmrc
index 575a5bd..9652fdc 100755
--- a/bspwm/.config/bspwm/bspwmrc
+++ b/bspwm/.config/bspwm/bspwmrc
@@ -23,6 +23,7 @@ bspc config borderless_monocle true
23bspc config gapless_monocle true 23bspc config gapless_monocle true
24 24
25bspc rule -a firefox desktop='^2' 25bspc rule -a firefox desktop='^2'
26bspc rule -a Brave-browser desktop='^2'
26bspc rule -a Spotify desktop='^3' 27bspc rule -a Spotify desktop='^3'
27bspc rule -a telegram-desktop desktop='^7' 28bspc rule -a telegram-desktop desktop='^7'
28bspc rule -a Pcmanfm desktop='^4' 29bspc rule -a Pcmanfm desktop='^4'
diff --git a/sxhkd/.config/sxhkd/sxhkdrc b/sxhkd/.config/sxhkd/sxhkdrc
index bea5460..9e8c55d 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 firefox 31 brave-beta
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 711cf5d..4f02ec0 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=firefox 8export BROWSER=brave-beta
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="takashiyoshida" 16ZSH_THEME="refined"
17SPACESHIP_CHAR_SYMBOL=" " 17SPACESHIP_CHAR_SYMBOL=" "
18SPACESHIP_PROMPT_ADD_NEWLINE=false 18SPACESHIP_PROMPT_ADD_NEWLINE=false
19 19
@@ -109,6 +109,7 @@ alias wm="vim ~/.config/bspwm/bspwmrc"
109alias f="ranger" 109alias f="ranger"
110alias bb="cat /proc/acpi/bbswitch" 110alias bb="cat /proc/acpi/bbswitch"
111alias ncu="nmcli connection up " 111alias ncu="nmcli connection up "
112alias nct="nmtui-connect"
112alias ncd="nmcli connection down " 113alias ncd="nmcli connection down "
113alias pg="ping google.com" 114alias pg="ping google.com"
114alias py="/bin/python" 115alias py="/bin/python"