updated configuration
This commit is contained in:
parent
0db61f068f
commit
cd7a9d846e
4 changed files with 24 additions and 6 deletions
|
@ -3,5 +3,7 @@ background-color=#1515157F
|
|||
border-size=6
|
||||
border-radius=20
|
||||
border-color=#1515157F
|
||||
progress-color=#3949A0FF
|
||||
icons=1
|
||||
icon-path=/usr/share/icons/Papirus-Dark
|
||||
default-timeout=6000
|
||||
|
|
|
@ -46,7 +46,10 @@
|
|||
"icon-size": 20,
|
||||
"tooltip-format": "{title}",
|
||||
"on-click": "activate",
|
||||
"on-click-middle": "close"
|
||||
"on-click-middle": "close",
|
||||
"ignore-list": [
|
||||
"wlogout"
|
||||
]
|
||||
}
|
||||
},
|
||||
{
|
||||
|
@ -87,7 +90,10 @@
|
|||
"icon-size": 20,
|
||||
"tooltip-format": "{title}",
|
||||
"on-click": "activate",
|
||||
"on-click-middle": "close"
|
||||
"on-click-middle": "close",
|
||||
"ignore-list": [
|
||||
"wlogout"
|
||||
]
|
||||
}
|
||||
}
|
||||
]
|
||||
|
|
|
@ -24,7 +24,7 @@ automount = udiskie -As
|
|||
autostart_wf_shell = false
|
||||
background = wf-background
|
||||
bar = waybar
|
||||
element = element-desktop --hidden
|
||||
element = dbus-launch element-desktop --hidden --enable-features=UseOzonePlatform --ozone-platform=wayland
|
||||
idle = swayidle -w timeout 590 gtklock before-sleep gtklock
|
||||
network = sleep 5; nm-applet --indicator
|
||||
notifications = mako
|
||||
|
@ -69,7 +69,7 @@ command_firefox = firefox
|
|||
command_gamma = wlsunset -l 52.0 -L 5.9 -t 3000
|
||||
command_kanshi = kanshi
|
||||
command_launcher = wofi --show drun
|
||||
command_matrix = element-desktop
|
||||
command_matrix = dbus-launch element-desktop --enable-features=UseOzonePlatform --ozone-platform=wayland
|
||||
command_mute = pamixer -t
|
||||
command_screenshot = grim $(date '+%F_%T').png
|
||||
command_screenshot_interactive = slurp | grim -g - $(date '+%F_%T').png
|
||||
|
|
|
@ -202,6 +202,16 @@ Post install:
|
|||
# xbps-install -Sy wayfire wf-shell wcm dconf dconf-editor plata-theme
|
||||
$ cp void-desktop/config-files/wayfire/wayfire.ini .config/
|
||||
# usermod -aG _seatd <user>
|
||||
|
||||
# vim /usr/share/wayland-sessions/wayfire.desktop:
|
||||
{
|
||||
> [Desktop Entry]
|
||||
> Name=Wayfire
|
||||
> Exec=dbus-run-session wayfire
|
||||
> TryExec=wayfire
|
||||
> Type=Application
|
||||
> DesktopnNames=Wayfire
|
||||
}
|
||||
}
|
||||
Display:
|
||||
{
|
||||
|
@ -263,7 +273,7 @@ Post install:
|
|||
}
|
||||
# mkdir -p /etc/alsa/conf.d
|
||||
# ln -s /usr/share/alsa/alsa.conf.d/50-pipewire.conf /etc/alsa/conf.d/
|
||||
# ln -s /usr/share/alsa/alsa.conf.d/99-pipewire.conf /etc/alsa/conf.d/
|
||||
# ln -s /usr/share/alsa/alsa.conf.d/99-pipewire-default.conf /etc/alsa/conf.d/
|
||||
$ vim .config/wayfire.ini:
|
||||
{
|
||||
> [autostart]
|
||||
|
@ -319,7 +329,7 @@ Post install:
|
|||
}
|
||||
Steam:
|
||||
{
|
||||
# xbps-install steam wine winetricks protontricks gamemode gamescope
|
||||
# xbps-install steam wine winetricks protontricks gamemode gamescope vulkan-loader-32bit amdvlk-32bit mesa-32bit mesa-dri-32bit
|
||||
}
|
||||
virt-manager:
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue