diff options
author | Urbain Vaes <urbain@vaes.uk> | 2022-01-03 15:56:59 +0100 |
---|---|---|
committer | Urbain Vaes <urbain@vaes.uk> | 2022-01-03 15:56:59 +0100 |
commit | 29cef079e9b3fba66956a947e6f65fb1330047b0 (patch) | |
tree | 2bc23d82605f46970558178055cdf203eed34b68 | |
parent | d0989a190e6e527666fcb251bcf455e2584fc2a3 (diff) |
Minor changes
-rw-r--r-- | i3/.config/i3/config | 3 | ||||
-rw-r--r-- | vim/.vim/spell/en.utf-8.add | 2 | ||||
-rw-r--r-- | vim/.vim/spell/en.utf-8.add.spl | bin | 1303 -> 1337 bytes | |||
-rwxr-xr-x | xinit/.xinitrc | 2 | ||||
-rw-r--r-- | 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 Binary files differindex d4ab9d5..3b0acf3 100644 --- a/vim/.vim/spell/en.utf-8.add.spl +++ b/vim/.vim/spell/en.utf-8.add.spl 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 & @@ -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" |