Various minor updates and fixes

- add ~/.gitconfig
  - update hardcoded home directory links to `~`
  - Switch to using cargo/rustup's auto-generated fish config file instead of handling it in custom.fish
This commit is contained in:
askiiart 2024-09-23 10:08:46 -05:00
parent 012e9b835f
commit f11647376f
Signed by untrusted user who does not match committer: askiiart
GPG key ID: EA85979611654C30
13 changed files with 28 additions and 14 deletions

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/backgrounds/widthxheight.png"
set $lockwall "swaylock -i ~/.config/sway/backgrounds/2560x1440.png"
set $mode_system System (l) lock, (e) logout, (r) reboot, (s) shutdown, (u) suspend
mode "$mode_system" {

View file

@ -1,2 +1,2 @@
bindswitch --reload --locked lid:on exec --no-startup-id /home/askiiart/.config/sway/lid-close.sh
bindswitch --reload --locked lid:on exec --no-startup-id ~/.config/sway/lid-close.sh
bindswitch --reload --locked lid:off output eDP-1 dpms on

View file

@ -75,3 +75,5 @@ bindsym Mod4+Mod1+Left exec "pactl set-sink-volume @DEFAULT_SINK@ -2%"
exec "command_exists() { type '$1' &>/dev/null; }; if command_exists 'xbps-install'; then pipewire; fi"
exec "kanshi"
bindsym Mod4+Shift+N exec "pkill -9 swaync; swaync"

View file

@ -2,4 +2,4 @@ output "Acer Technologies EK271U E 14160766B3W01" mode 2560x1440@100hz adaptive_
output "Hewlett Packard HP ZR22w CN41250H24" transform 270
output "AU Optronics 0x463D" mode 1920x1080@60hz
output * bg ~/bg-generation/logo.png center #1E1E2E
output * bg ~/.config/sway/backgrounds/logo.png center #1E1E2E