diff --git a/README.md b/README.md index 7a9a309..e5effaf 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,7 @@ + [neovim-remote](https://github.com/mhinz/neovim-remote) + [vim-plug](https://github.com/junegunn/vim-plug) -+ fcitx + mozc: Japanese Keyboard - Thanks to [THIS](https://www.youtube.com/watch?v=ptbFWnowvLo) guy! (fcitx fcitx-mozc fcitx-configtool libfcitx-gtk3 libfcitx-gtk libfcitx) ++ fcitx + mozc: Japanese Keyboard - [Install](https://www.youtube.com/watch?v=lJoXhS4EUJs) fcitx-im fcitx-configtool fcitx-mozc + fzf + light + pactl diff --git a/files/.config/i3/config b/files/.config/i3/config index c172905..e0eddd9 100644 --- a/files/.config/i3/config +++ b/files/.config/i3/config @@ -149,16 +149,13 @@ client.background $border # i3-gaps gaps inner 4 +smart_gaps on # ============================== Start exec setxkbmap -layout za -exec export GTK_IM_MODULE=fcitx -exec export QT_IM_MODULE=fcitx -exec export XMODIFIERS=@im=fcitx - # Launch Programs at start -exec fcitx +exec fcitx -d exec nextcloud exec dunst exec picom diff --git a/files/.config/picom.conf b/files/.config/picom.conf index 469810c..44a668c 100644 --- a/files/.config/picom.conf +++ b/files/.config/picom.conf @@ -2,18 +2,6 @@ opacity-rule = [ ]; -#inactive-opacity = 0.95; -opacity-exclude = [ - "class_g *?= 'firefox'", -] - -#backend = "glx"; -#blur: { -# method: "dual_kawase"; -# strength = 4; -# background = false; -#} - shadow = true; shadow-radius = 12; shadow-opacity = 0.4; @@ -25,4 +13,12 @@ shadow-blue = 0 shadow-exclude = [ "class_g *?= 'dmenu'", "class_g *?= 'polybar'", + "class_g *?= 'i3-frame'", ] + +#backend = "glx"; +#blur: { +# method: "dual_kawase"; +# strength = 4; +# background = false; +#} diff --git a/files/.config/polybar/config b/files/.config/polybar/config index b0208be..6191798 100644 --- a/files/.config/polybar/config +++ b/files/.config/polybar/config @@ -23,7 +23,7 @@ green ="#98C379" yellow = "#E5C07B" blue = "#61AFEF" magenta = "#C678DD" -cyan: = #56B6C2" +cyan = "#56B6C2" white = "#D8D8D8" [bar/laptop] @@ -240,7 +240,6 @@ format-underline = ${colors.accent} type = custom/script exec = ~/.config/polybar/scripts/cpu.sh click-left = ~/.config/polybar/scripts/cpu.sh --popup - format-prefix = "󰻠 " format-underline = ${colors.accent} diff --git a/files/.config/ranger/plugins/__pycache__/__init__.cpython-39.opt-1.pyc b/files/.config/ranger/plugins/__pycache__/__init__.cpython-39.opt-1.pyc new file mode 100644 index 0000000..dbaf0e0 Binary files /dev/null and b/files/.config/ranger/plugins/__pycache__/__init__.cpython-39.opt-1.pyc differ diff --git a/files/.config/ranger/plugins/__pycache__/devicons.cpython-39.opt-1.pyc b/files/.config/ranger/plugins/__pycache__/devicons.cpython-39.opt-1.pyc new file mode 100644 index 0000000..2a29704 Binary files /dev/null and b/files/.config/ranger/plugins/__pycache__/devicons.cpython-39.opt-1.pyc differ diff --git a/files/.config/ranger/plugins/__pycache__/devicons_linemode.cpython-39.opt-1.pyc b/files/.config/ranger/plugins/__pycache__/devicons_linemode.cpython-39.opt-1.pyc new file mode 100644 index 0000000..2878fa4 Binary files /dev/null and b/files/.config/ranger/plugins/__pycache__/devicons_linemode.cpython-39.opt-1.pyc differ diff --git a/files/.vimrc b/files/.vimrc index ec1486d..35dc146 100644 --- a/files/.vimrc +++ b/files/.vimrc @@ -49,7 +49,7 @@ set termguicolors filetype indent plugin on set number set relativenumber -set nocursorline +set cursorline set ruler set showmatch " highlights paranthesis diff --git a/files/.zshrc b/files/.zshrc index 1477ff0..e93d904 100644 --- a/files/.zshrc +++ b/files/.zshrc @@ -35,6 +35,12 @@ export VISUAL="nvim" export LANG="en_US.UTF-8" export PATH=$PATH:$HOME/.local/bin:$HOME/scripts:$HOME/.cargo/bin +export GTK_IM_MODULE='fcitx' +export QT_IM_MODULE='fcitx' +export SDL_IM_MODULE='fcitx' +export XMODIFIERS='@im=fcitx' +export WINIT_UNIX_BACKEND=x11 + # ============================== Aliases alias fontslist="fc-list :scalable=true:spacing=mono: family" alias fontscache="fc-cache -f -v" @@ -44,6 +50,7 @@ if [[ -x $(which nvim 2> /dev/null) ]]; then fi alias updoot="yay -Syu" +alias dhl="yay" alias s="cd ~/scripts/" alias c='clear'