Update laptop

This commit is contained in:
Marco Thomas
2020-11-23 21:31:57 +01:00
parent 803c35ca38
commit 0d616e3b99
6 changed files with 10 additions and 14 deletions

View File

@@ -24,7 +24,7 @@
## Other Dependencies ## Other Dependencies
+ [vim-plug](https://github.com/junegunn/vim-plug) + [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 + fzf
+ light + light
+ pactl + pactl

View File

@@ -78,8 +78,8 @@ bindsym XF86AudioPrev exec playerctl previous
bindsym $mod+e exec thunar bindsym $mod+e exec thunar
bindsym $mod+Ctrl+c exec google-calendar-dark bindsym $mod+Ctrl+c exec google-calendar-dark
bindsym $mod+Ctrl+d exec discord; exec Discord bindsym $mod+Ctrl+d exec discord
bindsym $mod+Ctrl+Shift+d exec pkill discord; exec pkill Discord bindsym $mod+Ctrl+Shift+d exec pkill discord
bindsym $mod+Ctrl+f exec firefox bindsym $mod+Ctrl+f exec firefox
bindsym $mod+Ctrl+m exec thunderbird bindsym $mod+Ctrl+m exec thunderbird
bindsym $mod+Ctrl+n exec notion-app bindsym $mod+Ctrl+n exec notion-app
@@ -178,5 +178,6 @@ exec nextcloud
exec feh --bg-scale $HOME/data/wallpaper/wallpaper.png exec feh --bg-scale $HOME/data/wallpaper/wallpaper.png
exec dunst exec dunst
exec picom exec picom
exec nm-applet
exec ~/scripts/fix_screens.sh exec ~/scripts/fix_screens.sh
exec ~/.config/polybar/launch.sh exec ~/.config/polybar/launch.sh

View File

@@ -32,7 +32,7 @@ locale =
modules-left = i3 spotify modules-left = i3 spotify
modules-center = date time 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-position = right
tray-padding = 1 tray-padding = 1

View File

@@ -0,0 +1 @@
/home/marc/dots/files/.zsh_highlighting

View File

@@ -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 fontslist="fc-list :scalable=true:spacing=mono: family"
alias fontscache="fc-cache -f -v" 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="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 fi
alias updoot="yay -Syu"
alias s="cd ~/scripts/" alias s="cd ~/scripts/"
alias c='clear' alias c='clear'

View File

@@ -10,7 +10,7 @@ rm -rf $HOME/scripts
ln -sf $path/scripts $HOME/scripts ln -sf $path/scripts $HOME/scripts
# Home directory # 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 for file in $home_files
do do
ln -sf $path/$file $HOME/$file ln -sf $path/$file $HOME/$file