diff --git a/.config/gh/config.yml b/.config/gh/config.yml index 685d670..b19be7f 100644 --- a/.config/gh/config.yml +++ b/.config/gh/config.yml @@ -11,7 +11,7 @@ pager: # Aliases allow you to create nicknames for gh commands aliases: co: pr checkout - upload: '!gh-upload' + push: '!gh-upload' clone: repo clone social-image: "api graphql -f query='query ($owner: String!, $name: String!) {repository(owner: $owner, name: $name) {openGraphImageUrl} }' -F owner='{owner}' -F name='{repo}' --jq '.data.repository.openGraphImageUrl'" # The path to a unix socket through which send HTTP connections. If blank, HTTP traffic will be handled by net/http.DefaultTransport. diff --git a/.config/i3/config b/.config/i3/config index fe38e0c..08d40f4 100644 --- a/.config/i3/config +++ b/.config/i3/config @@ -147,7 +147,7 @@ exec --no-startup-id pamac-tray exec --no-startup-id xfce4-power-manager #exec --no-startup-id volumeicon exec --no-startup-id start-pulseaudio-x11 -exec --no-startup-id pa-applet +exec --no-startup-id volumeicon exec --no-startup-id picom exec --no-startup-id /usr/bin/nextcloud --background bindsym $mod+Ctrl+m exec pavucontrol diff --git a/.config/i3status/config b/.config/i3status/config index 1079920..fabdd13 100644 --- a/.config/i3status/config +++ b/.config/i3status/config @@ -20,7 +20,6 @@ order += "disk /" # order += "disk /home" order += "wireless _first_" order += "ethernet _first_" -order += "battery all" # order += "load" order += "memory" order += "tztime local" @@ -44,25 +43,6 @@ ethernet _first_ { format_down = " no lan " } -battery all { - # format = "%status %percentage %remaining %emptytime" - format = " %status %percentage" - format_down = "No battery" - last_full_capacity = true - integer_battery_capacity = true - # status_chr = "" - status_chr = "⚡" - # status_bat = "bat" - # status_bat = "☉" - status_bat = "" - # status_unk = "?" - status_unk = "" - # status_full = "" - status_full = "☻" - low_threshold = 15 - threshold_type = time -} - memory { format = "%used | %available" threshold_degraded = "1G" diff --git a/.config/shell/alias.sh b/.config/shell/alias.sh index e7b9da0..1fe0e24 100644 --- a/.config/shell/alias.sh +++ b/.config/shell/alias.sh @@ -14,6 +14,7 @@ alias xar="xarchiver" alias g="git" alias u="dict" alias todo="rg -A 1 -B 1 '(TODO|FIXME|NOTE)'" +alias open="xdg-open" # Add an "alert" alias for long running commands. Use like so: 'sleep 10; alert' diff --git a/.gitconfig b/.gitconfig index 2c67903..1f1f526 100644 --- a/.gitconfig +++ b/.gitconfig @@ -11,6 +11,7 @@ root = "!git-root" ignore = "!git-ignore" ignore-io = "!gi() { curl -sL https://www.toptal.com/developers/gitignore/api/$@ ;}; gi" + co = "checkout" [color] ui = auto [branch]