This commit is contained in:
Daniel Flanagan 2022-08-11 09:41:31 -05:00
parent f3983c06c0
commit 1008f5fb71
Signed by: lytedev
GPG Key ID: 5B2020A0F9921EF4
5 changed files with 9 additions and 5 deletions

View File

@ -1,4 +1,6 @@
#!/usr/bin/env sh
# use `efibootmgr` to list boot entries
sudo efibootmgr -n 0001
next_boot_entry_n="$(efibootmgr | awk 'match($0,/Boot([0-9]+)\*? Windows Boot Manager/,a){print a[1];exit}')"
sudo efibootmgr -n "$next_boot_entry_n"
sudo reboot

View File

@ -1 +1 @@
exec output '"Dell Inc. DELL U2720Q CWTM623"' transform 270 scale 1.5
output '"Dell Inc. DELL U2720Q CWTM623"' transform 270 scale 1.5

View File

@ -54,7 +54,7 @@ paru -Sy --needed \
pavucontrol pulsemixer `# Audio Backend and Controls` \
playerctl `# Media Keys Controls` \
feh `# Image Viewer & Wallpaper Manager` \
wlroots sway `# Wayland Compositor` \
wlroots sway swaybg `# Wayland Compositor` \
swaylock swayidle `# Auto-Locking for Sway` \
kanshi `# Monitor Management for Sway` \
wofi `# Sway app launcher` \

2
os/linux/sway/.gitignore vendored Normal file
View File

@ -0,0 +1,2 @@
bg.jpg
bg.png

View File

@ -188,7 +188,7 @@ exec mako
# prevents all windows from stealing focus
no_focus [class=".*"]
output * background $HOME/.wallpaper fill
output * background $HOME/.config/lytedev-dotfiles/os/linux/sway/bg.jpg fill
include /etc/sway/config.d/*
include $XDG_CONFIG_HOME/lytedev-env/*/sway/config