misc minor updates

This commit is contained in:
askiiart 2024-08-01 19:16:18 -05:00
parent 0bc78c17d8
commit 3efec5e141
Signed by untrusted user who does not match committer: askiiart
GPG key ID: EA85979611654C30
8 changed files with 28 additions and 11 deletions

View file

@ -1,7 +1,7 @@
# Stuff be used in init for any shell
# docker/podman stuff
alias docker="sudo docker"
#alias docker="sudo docker"
#alias docker="podman"
alias dcompose="docker compose up -d --remove-orphans"
alias ddu="docker compose down && dcompose"

View file

@ -4,7 +4,7 @@ if status is-interactive
set -x GPG_TTY (tty)
set -x SSH_AUTH_SOCK (gpgconf --list-dirs agent-ssh-socket)
set -x EDITOR nvim
set -x DOCKER_HOST unix://$XDG_RUNTIME_DIR/docker.sock
#set -x DOCKER_HOST unix://$XDG_RUNTIME_DIR/docker.sock
gpgconf --launch gpg-agent
gpg-connect-agent updatestartuptty /bye
# ctrl+backspace (^H in kitty)

View file

@ -25,7 +25,7 @@ for_window [window_role="pop-up"] floating enable
for_window [window_role="task_dialog"] floating enable
# shutdown / restart / suspend...
set $lockwall "swaylock -i ~/.config/sway/background.png"
set $lockwall "swaylock -i ~/.config/sway/backgrounds/2560x1440.png"
set $mode_system System (l) lock, (e) logout, (r) reboot, (s) shutdown
mode "$mode_system" {
@ -43,15 +43,12 @@ bindsym $mod+BackSpace mode "$mode_system"
exec waybar
# background
#exec --no-startup-id swaybg -i /home/askiiart/.config/sway/background.png
##### END Custom stuff #####
### Output configuration
#
# Default wallpaper (more resolutions are available in /usr/share/backgrounds/sway/)
output * bg /home/askiiart/.config/sway/background.png fill
# output * idkidkidk fill
#
# Example configuration:
#

7
sway/config.d/outputs Normal file
View file

@ -0,0 +1,7 @@
output "Acer Technologies EK271U E 14160766B3W01" mode 2560x1440@100hz adaptive_sync on
output "Hewlett Packard HP ZR22w CN41250H24" transform 270
output "Acer Technologies EK271U E 14160766B3W01" bg ~/.config/sway/backgrounds/2560x1440.png fill
output "Hewlett Packard HP ZR22w CN41250H24" bg ~/.config/sway/backgrounds/1080x1920.png fill
bindsym Mod4+o output "Acer Technologies EK271U E 14160766B3W01" toggle

View file

@ -3,5 +3,9 @@
"discordBranch": "stable",
"arRPC": "on",
"splashColor": "oklab(0.899401 -0.00192499 -0.00481987)",
"splashBackground": "rgb(0, 7, 32)"
"splashBackground": "rgb(0, 7, 32)",
"spellCheckLanguages": [
"en-US",
"en"
]
}

View file

@ -16,5 +16,6 @@
// Unique id used for correlating crash reports sent from this instance.
// Do not edit this value.
"crash-reporter-id": "39eeec78-4a15-47ce-8ee9-f7b4d0b931a6"
"crash-reporter-id": "39eeec78-4a15-47ce-8ee9-f7b4d0b931a6",
"password-store": "basic"
}

View file

@ -16,12 +16,14 @@ ctenbrinke.vscode-tsv
danielpinto8zz6.c-cpp-compile-run
davidanson.vscode-markdownlint
diegomolina.css-minify
donjayamanne.githistory
dustypomerleau.rust-syntax
dzhavat.git-cheatsheet
equinusocio.vsc-material-theme-icons
esbenp.prettier-vscode
eserozvataf.one-dark-pro-monokai-darker
felipecaputo.git-project-manager
fill-labs.dependi
fisheva.eva-theme
formulahendry.code-runner
foxundermoon.shell-format
@ -35,11 +37,13 @@ harryhopkinson.vim-theme
hoovercj.vscode-settings-cycler
icrawl.discord-vscode
itzselenux.lm-theme
jinxdash.prettier-rust
jnoortheen.nix-ide
joelcrosby.one-dark-darker
jscearcy.rust-doc-viewer
kisstkondoros.vscode-gutter-preview
kokoscript.loopytheme
l13rary.l13-diff
lacroixdavid1.vscode-format-context-menu
laurenclark.sappho
manuth.markdown-converter
@ -51,6 +55,7 @@ mechatroner.rainbow-csv
mhutchie.git-graph
mohd-akram.vscode-html-format
ms-azuretools.vscode-docker
ms-dotnettools.vscode-dotnet-runtime
ms-mssql.data-workspace-vscode
ms-mssql.mssql
ms-mssql.sql-bindings-vscode
@ -80,6 +85,7 @@ ms-vscode.makefile-tools
ms-vscode.remote-explorer
ms-vscode.remote-server
ms-vscode.vscode-serial-monitor
ms-vsliveshare.vsliveshare
nicscott.gitkraken-dark
nord.nord
novy.vsc-gcode
@ -95,7 +101,6 @@ robbowen.synthwave-vscode
rokoroku.vscode-theme-darcula
rust-lang.rust-analyzer
sanaajani.taskrunnercode
serayuzgur.crates
shahilkumar.docxreader
slevesque.vscode-zipexplorer
st0pien.min-darker

View file

@ -111,5 +111,8 @@
"files.autoSave": "afterDelay",
"files.autoSaveDelay": 300,
"editor.fontFamily": "'Fira Code Nerd', 'Droid Sans Mono', 'monospace', monospace",
"editor.fontLigatures": true
"editor.fontLigatures": true,
"[rust]": {
"editor.defaultFormatter": "rust-lang.rust-analyzer"
}
}