SWAYBG
This commit is contained in:
parent
f3983c06c0
commit
1008f5fb71
|
@ -1,4 +1,6 @@
|
||||||
#!/usr/bin/env sh
|
#!/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
|
sudo reboot
|
||||||
|
|
|
@ -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
|
||||||
|
|
|
@ -54,7 +54,7 @@ paru -Sy --needed \
|
||||||
pavucontrol pulsemixer `# Audio Backend and Controls` \
|
pavucontrol pulsemixer `# Audio Backend and Controls` \
|
||||||
playerctl `# Media Keys Controls` \
|
playerctl `# Media Keys Controls` \
|
||||||
feh `# Image Viewer & Wallpaper Manager` \
|
feh `# Image Viewer & Wallpaper Manager` \
|
||||||
wlroots sway `# Wayland Compositor` \
|
wlroots sway swaybg `# Wayland Compositor` \
|
||||||
swaylock swayidle `# Auto-Locking for Sway` \
|
swaylock swayidle `# Auto-Locking for Sway` \
|
||||||
kanshi `# Monitor Management for Sway` \
|
kanshi `# Monitor Management for Sway` \
|
||||||
wofi `# Sway app launcher` \
|
wofi `# Sway app launcher` \
|
||||||
|
|
2
os/linux/sway/.gitignore
vendored
Normal file
2
os/linux/sway/.gitignore
vendored
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
bg.jpg
|
||||||
|
bg.png
|
|
@ -188,7 +188,7 @@ exec mako
|
||||||
# prevents all windows from stealing focus
|
# prevents all windows from stealing focus
|
||||||
no_focus [class=".*"]
|
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 /etc/sway/config.d/*
|
||||||
include $XDG_CONFIG_HOME/lytedev-env/*/sway/config
|
include $XDG_CONFIG_HOME/lytedev-env/*/sway/config
|
||||||
|
|
Reference in a new issue