From d417ff1d366d1f435c1d6aa128bb368dfbdaf39a Mon Sep 17 00:00:00 2001 From: Andrew Guschin Date: Mon, 25 Oct 2021 13:21:37 +0400 Subject: 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 --- .xprofile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '.xprofile') 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" -- cgit v1.2.3