summaryrefslogtreecommitdiff
path: root/.xprofile
diff options
context:
space:
mode:
authorAndrew Guschin <saintruler@gmail.com>2021-10-25 13:21:37 +0400
committerAndrew Guschin <saintruler@gmail.com>2021-10-25 13:21:37 +0400
commitd417ff1d366d1f435c1d6aa128bb368dfbdaf39a (patch)
tree12e45dcb10dd482a9ec5bcabffcb1f33db50e959 /.xprofile
parent248a94df25205c334ec5097efd392393ab336258 (diff)
Changed colorscheme of terminal
- Changed colorscheme in alacritty to monokai - Removed joplin config (org-mode is my new friend) - Removed fzf plugin from kakoune config - Added cdf function to zsh config - Changed main browser to brave
Diffstat (limited to '.xprofile')
-rw-r--r--.xprofile4
1 files changed, 2 insertions, 2 deletions
diff --git a/.xprofile b/.xprofile
index 67415c9..f8096dd 100644
--- a/.xprofile
+++ b/.xprofile
@@ -5,7 +5,7 @@ if [ "$DESKTOP_SESSION" = "openbox-session" ] || \
[ "$DESKTOP_SESSION" = "bspwm" ] || \
[ "$DESKTOP_SESSION" = "dwm" ]; then
-setxkbmap -layout us,ru -option "grp:alt_shift_toggle"
+setxkbmap -layout us,ru -option "grp:win_space_toggle"
dunst &
xss-lock -v -- slock -m "$(cowsay 'You shall not pass!')" &
@@ -38,4 +38,4 @@ fi
fi
export TERMINAL="x-terminal-emulator"
-export BROWSER="qutebrowser"
+export BROWSER="brave"