Update README.md
Signed-off-by: Severin Kaderli <severin.kaderli@gmail.com>
This commit is contained in:
parent
cf0215f422
commit
5e08d969eb
8 changed files with 52 additions and 16 deletions
|
@ -16,8 +16,7 @@
|
|||
alias cls="clear"
|
||||
|
||||
# Alias for using exa as ls replacement
|
||||
alias ls="exa -al"
|
||||
alias ll="exa -al"
|
||||
alias ls="exa -l"
|
||||
|
||||
# Alias for using ripgrep as grep replacement
|
||||
alias grep="rg -n"
|
||||
|
|
|
@ -13,6 +13,6 @@
|
|||
# This script is automatically executed when the login shell exits.
|
||||
|
||||
# Clear console output
|
||||
if [ "$SHLVL" = 1 ]; then
|
||||
if [ "${SHLVL}" = 1 ]; then
|
||||
[ -x /usr/bin/clear_console ] && /usr/bin/clear_console -q
|
||||
fi
|
||||
|
|
|
@ -17,13 +17,6 @@ shopt -s histappend
|
|||
shopt -s checkwinsize
|
||||
shopt -s globstar
|
||||
|
||||
# set a fancy prompt (non-color, unless we know we "want" color)
|
||||
#case "$TERM" in
|
||||
# xterm|xterm-color|*-256color) color_prompt=yes;;
|
||||
#esac
|
||||
|
||||
#unset color_prompt force_color_prompt
|
||||
|
||||
# Enable color support of ls
|
||||
if [ -f "${HOME}/.dircolors" ]; then
|
||||
dircolors -b "${HOME}/.dircolors" > /dev/null 2>&1
|
||||
|
|
|
@ -64,8 +64,8 @@ bindsym $mod+a focus parent
|
|||
#bindsym $mod+d focus child
|
||||
|
||||
# Set monitor names
|
||||
set $output1 HDMI1
|
||||
set $output2 eDP1
|
||||
set $output1 HDMI-1
|
||||
set $output2 eDP-1
|
||||
|
||||
# Set workspace titles
|
||||
set $workspace1 "1: "
|
||||
|
|
|
@ -3,7 +3,7 @@ background = #222D32
|
|||
foreground = #A1B0B8
|
||||
|
||||
[bar/top]
|
||||
monitor = HDMI1
|
||||
monitor = HDMI-1
|
||||
width = 100%
|
||||
height = 35
|
||||
offset-x = 0
|
||||
|
@ -33,7 +33,7 @@ tray-position = right
|
|||
|
||||
[bar/top2]
|
||||
inherit = bar/top
|
||||
monitor = eDP1
|
||||
monitor = eDP-1
|
||||
|
||||
|
||||
[module/i3]
|
||||
|
|
|
@ -13,4 +13,4 @@
|
|||
# USAGE:
|
||||
# ./resolution.sh
|
||||
xrandr --setprovideroutputsource modesetting NVIDIA-0
|
||||
xrandr --output HDMI3 --off --output HDMI2 --off --output HDMI1 --mode 1280x1024 --pos 80x56 --rotate normal --output eDP1 --primary --mode 1920x1080 --pos 1360x0 --rotate normal --output DP3 --off --output DP2 --off --output DP1 --off
|
||||
xrandr --output HDMI3 --off --output HDMI2 --off --output HDMI-1 --mode 1280x1024 --pos 80x56 --rotate normal --output eDP-1 --primary --mode 1920x1080 --pos 1360x0 --rotate normal --output DP3 --off --output DP2 --off --output DP1 --off
|
||||
|
|
|
@ -15,5 +15,5 @@
|
|||
. utils.sh
|
||||
|
||||
print_header "Update packages"
|
||||
aurman -Syuu --rebuild
|
||||
aurman -Syu --rebuild
|
||||
npm update -g
|
Loading…
Add table
Add a link
Reference in a new issue