From 568e22767e74f7eef659429319b190c50683d0c6 Mon Sep 17 00:00:00 2001 From: Void Soul Date: Wed, 1 Jul 2020 20:23:54 +0530 Subject: [PATCH] my changes made --- .config/aliasrc | 11 ++++++++--- .config/xinitrc | 3 +++ .config/zsh/.zshrc | 1 + .xprofile | 3 ++- .zprofile | 3 ++- 5 files changed, 16 insertions(+), 5 deletions(-) diff --git a/.config/aliasrc b/.config/aliasrc index 468483ac..55008959 100644 --- a/.config/aliasrc +++ b/.config/aliasrc @@ -11,11 +11,13 @@ alias \ mkd="mkdir -pv" \ yt="youtube-dl --add-metadata -i" \ yta="yt -x -f bestaudio/best" \ - ffmpeg="ffmpeg -hide_banner" + ffmpeg="ffmpeg -hide_banner" \ + stvg="gtk-straw-viewer" \ + stv="straw-viewer" # Colorize commands when possible. alias \ - ls="ls -hN --color=auto --group-directories-first" \ + lsa="exa -hN --color=auto --group-directories-first" \ grep="grep --color=auto" \ diff="diff --color=auto" \ ccat="highlight --out-format=ansi" @@ -30,7 +32,10 @@ alias \ f="$FILE" \ e="$EDITOR" \ v="$EDITOR" \ - p="sudo pacman" \ + p="sudo pacman -S" \ + r="sudo pacman -R" \ + u="sudo pacman -U" \ + syu="sudo pacman -Syu" \ xi="sudo xbps-install" \ xr="sudo xbps-remove -R" \ xq="xbps-query" \ diff --git a/.config/xinitrc b/.config/xinitrc index f38086e8..413c816b 100755 --- a/.config/xinitrc +++ b/.config/xinitrc @@ -19,3 +19,6 @@ # check the i3blocks line above. ssh-agent dwm # ssh-agent i3 +# ssh-agent xmonad +# exec startlxqt +# exec startxfce4 diff --git a/.config/zsh/.zshrc b/.config/zsh/.zshrc index 70459837..0cb8930e 100644 --- a/.config/zsh/.zshrc +++ b/.config/zsh/.zshrc @@ -26,6 +26,7 @@ _comp_options+=(globdots) # Include hidden files. # vi mode bindkey -v export KEYTIMEOUT=1 +export LC_CTYPE="en_GB.utf8" # Use vim keys in tab complete menu: bindkey -M menuselect 'h' vi-backward-char diff --git a/.xprofile b/.xprofile index 861443b8..8eff74e0 100755 --- a/.xprofile +++ b/.xprofile @@ -9,9 +9,10 @@ dbus-update-activation-environment --systemd DBUS_SESSION_BUS_ADDRESS DISPLAY XA mpd & # music player daemon-you might prefer it as a service though remaps & # run the remaps script, switching caps/esc and more; check it for more info -setbg & # set the background with the `setbg` script +fireplaces floo # Mounting Drives #xrdb ${XDG_CONFIG_HOME:-$HOME/.config}/Xresources & # Uncomment to use Xresources colors/settings on startup xcompmgr & # xcompmgr for transparency dunst & # dunst for notifications xset r rate 300 50 & # Speed xrate up unclutter & # Remove mouse when idle +setbg ~/tent/hogwarts/Wallpapers/Harry\ Potter # Changes the background with the `setbg` script from given location randomly diff --git a/.zprofile b/.zprofile index 4719c28e..a3ecc5ec 100644 --- a/.zprofile +++ b/.zprofile @@ -11,8 +11,9 @@ export PATH="$PATH:$(du "$HOME/.local/bin/" | cut -f2 | paste -sd ':')" # Default programs: export EDITOR="nvim" export TERMINAL="st" -export BROWSER="brave" +export BROWSER="vimb" export READER="zathura" +export FM="vifmrun" # ~/ Clean-up: export XDG_CONFIG_HOME="$HOME/.config"