diff options
author | Shubham Saini <shubham6405@gmail.com> | 2020-01-17 09:19:09 +0000 |
---|---|---|
committer | Shubham Saini <shubham6405@gmail.com> | 2020-01-17 09:19:09 +0000 |
commit | 2d5e762bc37d455d7ea9919ae145ff7004bfe781 (patch) | |
tree | efce915e1309506824f3e31d1ce3760208cff453 | |
parent | c17eef7bd4b986d5f60f28c93aa72c9ec79b2679 (diff) |
changes
-rw-r--r-- | sxhkd/.config/sxhkd/sxhkdrc | 2 | ||||
-rw-r--r-- | zsh/.zshrc | 2 |
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 | ||
12 | super + c | 12 | super + 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 |
14 | super + i | 14 | super + i |
15 | ~/.config/rofi/rofi-wifi.sh | 15 | ~/.config/rofi/rofi-wifi.sh |
16 | 16 | ||
@@ -5,7 +5,7 @@ | |||
5 | export ZSH="/home/ssaini/.oh-my-zsh" | 5 | export ZSH="/home/ssaini/.oh-my-zsh" |
6 | export VISUAL=nvim | 6 | export VISUAL=nvim |
7 | export EDITOR="$VISUAL" | 7 | export EDITOR="$VISUAL" |
8 | export BROWSER=brave-beta | 8 | export BROWSER=firefox |
9 | export PATH=$PATH:$HOME/.local/bin | 9 | export PATH=$PATH:$HOME/.local/bin |
10 | export XDG_CURRENT_DESKTOP=bspwm | 10 | export XDG_CURRENT_DESKTOP=bspwm |
11 | 11 | ||