summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorShubham Saini <shubham6405@gmail.com>2020-01-17 09:19:09 +0000
committerShubham Saini <shubham6405@gmail.com>2020-01-17 09:19:09 +0000
commit2d5e762bc37d455d7ea9919ae145ff7004bfe781 (patch)
treeefce915e1309506824f3e31d1ce3760208cff453
parentc17eef7bd4b986d5f60f28c93aa72c9ec79b2679 (diff)
changes
-rw-r--r--sxhkd/.config/sxhkd/sxhkdrc2
-rw-r--r--zsh/.zshrc2
2 files changed, 2 insertions, 2 deletions
diff --git a/sxhkd/.config/sxhkd/sxhkdrc b/sxhkd/.config/sxhkd/sxhkdrc
index cbb44d8..7e91465 100644
--- a/sxhkd/.config/sxhkd/sxhkdrc
+++ b/sxhkd/.config/sxhkd/sxhkdrc
@@ -10,7 +10,7 @@ super + @space
10 rofi -show drun -show-icons 10 rofi -show drun -show-icons
11 11
12super + c 12super + c
13 rofi -show calc -modi calc -no-show-match -no-sort 13 rofi -show calc -modi calc -no-show-match -no-sort -no-history
14super + i 14super + i
15 ~/.config/rofi/rofi-wifi.sh 15 ~/.config/rofi/rofi-wifi.sh
16 16
diff --git a/zsh/.zshrc b/zsh/.zshrc
index 9c1763e..fdfcd44 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-beta 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