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:
parent
012e9b835f
commit
f11647376f
13 changed files with 28 additions and 14 deletions
|
@ -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" {
|
||||
|
|
|
@ -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
|
|
@ -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"
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue