Update laptop
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
1
files/.zsh-highlighting/.zsh_highlighting
Symbolic link
1
files/.zsh-highlighting/.zsh_highlighting
Symbolic link
@@ -0,0 +1 @@
|
||||
/home/marc/dots/files/.zsh_highlighting
|
||||
12
files/.zshrc
12
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'
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user