Realms-related and other changes to Sway recipes
This commit is contained in:
parent
55c9fe5b90
commit
637d89896a
@ -8,10 +8,10 @@ inherit cargo
|
|||||||
# how to get sgmenu could be as easy as but default to a git checkout:
|
# how to get sgmenu could be as easy as but default to a git checkout:
|
||||||
# SRC_URI += "crate://crates.io/sgmenu/0.1.0"
|
# SRC_URI += "crate://crates.io/sgmenu/0.1.0"
|
||||||
SRC_URI += "git://github.com/subgraph/sgmenu;protocol=https"
|
SRC_URI += "git://github.com/subgraph/sgmenu;protocol=https"
|
||||||
SRCREV = "67b2105944771207b8735305bed9226136711467"
|
SRCREV = "00a379f414095946a5ccad177d609df8f8cf05cc"
|
||||||
S = "${WORKDIR}/git"
|
S = "${WORKDIR}/git"
|
||||||
CARGO_SRC_DIR=""
|
CARGO_SRC_DIR=""
|
||||||
PV_append = ".AUTOINC+67b2105944"
|
PV_append = ".AUTOINC+00a379f414"
|
||||||
|
|
||||||
# please note if you have entries that do not begin with crate://
|
# please note if you have entries that do not begin with crate://
|
||||||
# you must change them to how that package can be fetched
|
# you must change them to how that package can be fetched
|
||||||
|
@ -8,10 +8,10 @@ inherit cargo
|
|||||||
# how to get sgstatus could be as easy as but default to a git checkout:
|
# how to get sgstatus could be as easy as but default to a git checkout:
|
||||||
# SRC_URI += "crate://crates.io/sgstatus/0.1.0"
|
# SRC_URI += "crate://crates.io/sgstatus/0.1.0"
|
||||||
SRC_URI += "git://github.com/subgraph/sgstatus;protocol=https"
|
SRC_URI += "git://github.com/subgraph/sgstatus;protocol=https"
|
||||||
SRCREV = "e166f472f58dbbe615e7d83032fadaf00a4b71be"
|
SRCREV = "a39d5627de38507458fd4f6a5f624ae5faaf797c"
|
||||||
S = "${WORKDIR}/git"
|
S = "${WORKDIR}/git"
|
||||||
CARGO_SRC_DIR=""
|
CARGO_SRC_DIR=""
|
||||||
PV_append = ".AUTOINC+e166f472f5"
|
PV_append = ".AUTOINC+a39d5627de"
|
||||||
|
|
||||||
# please note if you have entries that do not begin with crate://
|
# please note if you have entries that do not begin with crate://
|
||||||
# you must change them to how that package can be fetched
|
# you must change them to how that package can be fetched
|
||||||
|
@ -16,9 +16,9 @@ set $up k
|
|||||||
set $right l
|
set $right l
|
||||||
|
|
||||||
# Your preferred terminal emulator - script command to appease pty requirement of machinectl
|
# Your preferred terminal emulator - script command to appease pty requirement of machinectl
|
||||||
set $term /usr/bin/sgmenu -c '/run/appimg/run-in-image gnome-terminal'
|
set $term /usr/bin/sgmenu -c '/usr/bin/realms run -- gnome-terminal'
|
||||||
set $citadelterm gnome-terminal
|
set $citadelterm gnome-terminal
|
||||||
set $filemanager /usr/bin/sgmenu -c '/run/appimg/run-in-image nautilus'
|
set $filemanager /usr/bin/sgmenu -c '/usr/bin/realms run -- nautilus'
|
||||||
set $lockscreen swaylock --scaling fill -i /usr/share/backgrounds/gnome/Dark_Ivy.jpg
|
set $lockscreen swaylock --scaling fill -i /usr/share/backgrounds/gnome/Dark_Ivy.jpg
|
||||||
|
|
||||||
# Your preferred application launcher
|
# Your preferred application launcher
|
||||||
@ -27,7 +27,7 @@ set $menu /usr/bin/sgmenu -d
|
|||||||
### Output configuration
|
### Output configuration
|
||||||
#
|
#
|
||||||
# Default wallpaper
|
# Default wallpaper
|
||||||
output * bg /usr/share/backgrounds/gnome/Waterfalls.jpg fill
|
output * bg /usr/share/backgrounds/gnome/Flowerbed.jpg fill
|
||||||
|
|
||||||
#
|
#
|
||||||
# Example configuration:
|
# Example configuration:
|
||||||
@ -222,6 +222,7 @@ smart_gaps on
|
|||||||
#
|
#
|
||||||
# Startup Commands:
|
# Startup Commands:
|
||||||
#
|
#
|
||||||
|
exec systemctl --user restart pulseaudio.service
|
||||||
exec /usr/bin/start-pulseaudio-x11
|
exec /usr/bin/start-pulseaudio-x11
|
||||||
exec /usr/libexec/gsd-power
|
exec /usr/libexec/gsd-power
|
||||||
exec /usr/libexec/gsd-sound
|
exec /usr/libexec/gsd-sound
|
||||||
@ -240,7 +241,7 @@ bar {
|
|||||||
}
|
}
|
||||||
status_command /usr/libexec/sgstatus
|
status_command /usr/libexec/sgstatus
|
||||||
|
|
||||||
icon_theme Paper
|
icon_theme Paper
|
||||||
}
|
}
|
||||||
|
|
||||||
include /etc/sway/config.d/*
|
include /etc/sway/config.d/*
|
||||||
|
Loading…
Reference in New Issue
Block a user