From 29cef079e9b3fba66956a947e6f65fb1330047b0 Mon Sep 17 00:00:00 2001 From: Urbain Vaes Date: Mon, 3 Jan 2022 15:56:59 +0100 Subject: Minor changes --- i3/.config/i3/config | 3 ++- vim/.vim/spell/en.utf-8.add | 2 ++ vim/.vim/spell/en.utf-8.add.spl | Bin 1303 -> 1337 bytes xinit/.xinitrc | 2 -- zsh/.zshrc | 2 +- 5 files changed, 5 insertions(+), 4 deletions(-) diff --git a/i3/.config/i3/config b/i3/.config/i3/config index cfc8acc..4a1b348 100644 --- a/i3/.config/i3/config +++ b/i3/.config/i3/config @@ -217,7 +217,8 @@ gaps inner 5 gaps outer 5 # Launch compositor -exec compton +exec --no-startup-id nm-applet +# exec compton # Kill xcape if bug bindsym $mod+F3 exec --no-startup-id killall -9 xcape diff --git a/vim/.vim/spell/en.utf-8.add b/vim/.vim/spell/en.utf-8.add index 0f2f2d5..d34bfa0 100644 --- a/vim/.vim/spell/en.utf-8.add +++ b/vim/.vim/spell/en.utf-8.add @@ -81,3 +81,5 @@ Pavliotis MATHERIALS Stoltz semigroups +infimum +significand diff --git a/vim/.vim/spell/en.utf-8.add.spl b/vim/.vim/spell/en.utf-8.add.spl index d4ab9d5..3b0acf3 100644 Binary files a/vim/.vim/spell/en.utf-8.add.spl and b/vim/.vim/spell/en.utf-8.add.spl differ diff --git a/xinit/.xinitrc b/xinit/.xinitrc index cd6a0c7..ddd4b5f 100755 --- a/xinit/.xinitrc +++ b/xinit/.xinitrc @@ -25,8 +25,6 @@ xset -b eval $(ssh-agent) # Programs to start -nm-applet & -dunst & redshift & dropbox & diff --git a/zsh/.zshrc b/zsh/.zshrc index 830964c..9977a77 100644 --- a/zsh/.zshrc +++ b/zsh/.zshrc @@ -145,7 +145,7 @@ alias pacrm='sudo pacman -Rs' alias pacs='pacman -Ss' # Systemctl -alias sysnet="systemctl restart NetworkManager.service" +alias sysnet="sudo systemctl restart NetworkManager.service" alias sysvpn="systemctl restart openvpn-client@ic.service" alias wacom="xsetwacom --set 'Wacom One by Wacom S Pen stylus' mode relative" -- cgit v1.2.3