diff --git a/README.md b/README.md index 6014649..87633e4 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ ## Other Dependencies + [vim-plug](https://github.com/junegunn/vim-plug) -+ fcitx + mozc: Japanese Keyboard - Thanks to [THIS](https://www.youtube.com/watch?v=ptbFWnowvLo) guy! ++ 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) + fzf + light + pactl diff --git a/files/.config/i3/config b/files/.config/i3/config index 39d2a99..2832c75 100644 --- a/files/.config/i3/config +++ b/files/.config/i3/config @@ -78,8 +78,8 @@ bindsym XF86AudioPrev exec playerctl previous bindsym $mod+e exec thunar bindsym $mod+Ctrl+c exec google-calendar-dark -bindsym $mod+Ctrl+d exec discord; exec Discord -bindsym $mod+Ctrl+Shift+d exec pkill discord; exec pkill Discord +bindsym $mod+Ctrl+d exec discord +bindsym $mod+Ctrl+Shift+d exec pkill discord bindsym $mod+Ctrl+f exec firefox bindsym $mod+Ctrl+m exec thunderbird bindsym $mod+Ctrl+n exec notion-app @@ -178,5 +178,6 @@ exec nextcloud exec feh --bg-scale $HOME/data/wallpaper/wallpaper.png exec dunst exec picom +exec nm-applet exec ~/scripts/fix_screens.sh exec ~/.config/polybar/launch.sh diff --git a/files/.config/polybar/config b/files/.config/polybar/config index 4499490..c17f63f 100644 --- a/files/.config/polybar/config +++ b/files/.config/polybar/config @@ -32,7 +32,7 @@ locale = modules-left = i3 spotify modules-center = date time -modules-right = cpu memory network volume backlight battery +modules-right = yay_updates cpu memory network volume backlight battery tray-position = right tray-padding = 1 diff --git a/files/.zsh-highlighting/.zsh_highlighting b/files/.zsh-highlighting/.zsh_highlighting new file mode 120000 index 0000000..2591e77 --- /dev/null +++ b/files/.zsh-highlighting/.zsh_highlighting @@ -0,0 +1 @@ +/home/marc/dots/files/.zsh_highlighting \ No newline at end of file diff --git a/files/.zshrc b/files/.zshrc index c91521e..c71e331 100644 --- a/files/.zshrc +++ b/files/.zshrc @@ -38,18 +38,12 @@ export PATH=$PATH:$HOME/.local/bin:$HOME/scripts:$HOME/.cargo/bin alias fontslist="fc-list :scalable=true:spacing=mono: family" alias fontscache="fc-cache -f -v" -#if [[ -x $(which nvim 2> /dev/null) ]]; then +if [[ -x $(which nvim 2> /dev/null) ]]; then alias vim="nvim" - alias vim="~/neovim-nightly/bin/nvim" -#fi - -# im either using manjaro or fedora -if [[ -f "/etc/manjaro-release" ]]; then - alias updoot="yay -Syu" -else - alias updoot="sudo dnf upgrade" fi +alias updoot="yay -Syu" + alias s="cd ~/scripts/" alias c='clear' diff --git a/files/linkdots.sh b/files/linkdots.sh index e7275a9..afd5825 100755 --- a/files/linkdots.sh +++ b/files/linkdots.sh @@ -10,7 +10,7 @@ rm -rf $HOME/scripts ln -sf $path/scripts $HOME/scripts # Home directory -home_files=".dir_colors .gitconfig .tmux.conf .vimrc .Xresources .zshrc .zsh_highlighting" +home_files=".dir_colors .gitconfig .tmux.conf .vimrc .Xresources .zshrc .zsh-highlighting" for file in $home_files do ln -sf $path/$file $HOME/$file