Compatibility with Zorin
This commit is contained in:
@@ -21,3 +21,5 @@ message/rfc822=userapp-Thunderbird-VUAL90.desktop
|
|||||||
[Added Associations]
|
[Added Associations]
|
||||||
x-scheme-handler/mailto=userapp-Thunderbird-VUAL90.desktop;
|
x-scheme-handler/mailto=userapp-Thunderbird-VUAL90.desktop;
|
||||||
message/rfc822=userapp-Thunderbird-VUAL90.desktop;
|
message/rfc822=userapp-Thunderbird-VUAL90.desktop;
|
||||||
|
x-scheme-handler/sms=org.gnome.Shell.Extensions.ZorinConnect.desktop;
|
||||||
|
x-scheme-handler/tel=org.gnome.Shell.Extensions.ZorinConnect.desktop;
|
||||||
|
|||||||
Submodule .config/nvim updated: 61f98e0d8e...33211744c8
@@ -47,7 +47,6 @@ alias \
|
|||||||
lc="clone_from_labs" \
|
lc="clone_from_labs" \
|
||||||
gc="clone_from_github" \
|
gc="clone_from_github" \
|
||||||
dgit="git --git-dir ~/.config/dotfiles/.git --work-tree=$HOME" \
|
dgit="git --git-dir ~/.config/dotfiles/.git --work-tree=$HOME" \
|
||||||
sudo=doas \
|
|
||||||
.z="source ~/.config/shell/profile" \
|
.z="source ~/.config/shell/profile" \
|
||||||
testmic="arecord -vv -f dat /dev/null"
|
testmic="arecord -vv -f dat /dev/null"
|
||||||
|
|
||||||
@@ -57,6 +56,8 @@ alias \
|
|||||||
roi="trans ro:en -i" \
|
roi="trans ro:en -i" \
|
||||||
enr="trans en:ro -j -- "
|
enr="trans en:ro -j -- "
|
||||||
|
|
||||||
|
which doas >/dev/null && alias sudo=doas
|
||||||
|
|
||||||
# Clone from labs
|
# Clone from labs
|
||||||
function clone_from_labs() {
|
function clone_from_labs() {
|
||||||
git clone "git@labs.scarif.space:chris/$1" "${@:2}"
|
git clone "git@labs.scarif.space:chris/$1" "${@:2}"
|
||||||
|
|||||||
@@ -1,7 +1,6 @@
|
|||||||
bf ${XDG_CONFIG_HOME:-$HOME/.config}/shell/bm-files
|
bf ${XDG_CONFIG_HOME:-$HOME/.config}/shell/bm-files
|
||||||
bd ${XDG_CONFIG_HOME:-$HOME/.config}/shell/bm-dirs
|
bd ${XDG_CONFIG_HOME:-$HOME/.config}/shell/bm-dirs
|
||||||
cfx ${XDG_CONFIG_HOME:-$HOME/.config}/x11/xresources
|
cfx ${XDG_CONFIG_HOME:-$HOME/.config}/x11/xresources
|
||||||
cfb ~/.local/src/dwmblocks/config.h
|
|
||||||
cfv ${XDG_CONFIG_HOME:-$HOME/.config}/nvim/init.vim
|
cfv ${XDG_CONFIG_HOME:-$HOME/.config}/nvim/init.vim
|
||||||
cfz $ZDOTDIR/.zshrc
|
cfz $ZDOTDIR/.zshrc
|
||||||
cfa ${XDG_CONFIG_HOME:-$HOME/.config}/shell/aliasrc
|
cfa ${XDG_CONFIG_HOME:-$HOME/.config}/shell/aliasrc
|
||||||
|
|||||||
@@ -3,9 +3,9 @@
|
|||||||
# profile file. Runs on login. Environmental variables are set here.
|
# profile file. Runs on login. Environmental variables are set here.
|
||||||
|
|
||||||
# Adds `~/.local/bin` to $PATH
|
# Adds `~/.local/bin` to $PATH
|
||||||
export PATH="$PATH:${$(find ~/.local/bin -type d -printf %p:)%%:}:$(yarn global bin)"
|
#export PATH="$PATH:${$(find ~/.local/bin -type d -printf %p:)%%:}:$(yarn global bin)"
|
||||||
|
|
||||||
unsetopt PROMPT_SP
|
#unsetopt PROMPT_SP
|
||||||
|
|
||||||
# Default programs
|
# Default programs
|
||||||
export EDITOR="nvim"
|
export EDITOR="nvim"
|
||||||
|
|||||||
@@ -1 +1,15 @@
|
|||||||
|
# This file is written by xdg-user-dirs-update
|
||||||
|
# If you want to change or add directories, just edit the line you're
|
||||||
|
# interested in. All local changes will be retained on the next run.
|
||||||
|
# Format is XDG_xxx_DIR="$HOME/yyy", where yyy is a shell-escaped
|
||||||
|
# homedir-relative path, or XDG_xxx_DIR="/yyy", where /yyy is an
|
||||||
|
# absolute path. No other format is supported.
|
||||||
|
#
|
||||||
XDG_DESKTOP_DIR="$HOME/"
|
XDG_DESKTOP_DIR="$HOME/"
|
||||||
|
XDG_DOWNLOAD_DIR="$HOME/Downloads"
|
||||||
|
XDG_TEMPLATES_DIR="$HOME/Templates"
|
||||||
|
XDG_PUBLICSHARE_DIR="$HOME/Public"
|
||||||
|
XDG_DOCUMENTS_DIR="$HOME/Documents"
|
||||||
|
XDG_MUSIC_DIR="$HOME/Music"
|
||||||
|
XDG_PICTURES_DIR="$HOME/Pictures"
|
||||||
|
XDG_VIDEOS_DIR="$HOME/Videos"
|
||||||
|
|||||||
@@ -3,6 +3,8 @@
|
|||||||
# This file runs when a DM logs you into a graphical session.
|
# This file runs when a DM logs you into a graphical session.
|
||||||
# If you use startx/xinit, this file will also be sourced.
|
# If you use startx/xinit, this file will also be sourced.
|
||||||
|
|
||||||
|
grep Zorin /etc/lsb-release >/dev/null && exit
|
||||||
|
|
||||||
xrdb ${XDG_CONFIG_HOME:-$HOME/.config}/x11/xresources # Use Xresources colors/settings on startup
|
xrdb ${XDG_CONFIG_HOME:-$HOME/.config}/x11/xresources # Use Xresources colors/settings on startup
|
||||||
|
|
||||||
if [ -f "${XDG_CONFIG_HOME:-$HOME/.config}/x11/.DPI" ]; then
|
if [ -f "${XDG_CONFIG_HOME:-$HOME/.config}/x11/.DPI" ]; then
|
||||||
|
|||||||
Reference in New Issue
Block a user