updated configuration

This commit is contained in:
Luc Bijl 2023-03-23 21:29:56 +01:00
parent 0db61f068f
commit cd7a9d846e
4 changed files with 24 additions and 6 deletions

View file

@ -3,5 +3,7 @@ background-color=#1515157F
border-size=6 border-size=6
border-radius=20 border-radius=20
border-color=#1515157F border-color=#1515157F
progress-color=#3949A0FF
icons=1 icons=1
icon-path=/usr/share/icons/Papirus-Dark
default-timeout=6000 default-timeout=6000

View file

@ -46,7 +46,10 @@
"icon-size": 20, "icon-size": 20,
"tooltip-format": "{title}", "tooltip-format": "{title}",
"on-click": "activate", "on-click": "activate",
"on-click-middle": "close" "on-click-middle": "close",
"ignore-list": [
"wlogout"
]
} }
}, },
{ {
@ -87,7 +90,10 @@
"icon-size": 20, "icon-size": 20,
"tooltip-format": "{title}", "tooltip-format": "{title}",
"on-click": "activate", "on-click": "activate",
"on-click-middle": "close" "on-click-middle": "close",
"ignore-list": [
"wlogout"
]
} }
} }
] ]

View file

@ -24,7 +24,7 @@ automount = udiskie -As
autostart_wf_shell = false autostart_wf_shell = false
background = wf-background background = wf-background
bar = waybar 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 idle = swayidle -w timeout 590 gtklock before-sleep gtklock
network = sleep 5; nm-applet --indicator network = sleep 5; nm-applet --indicator
notifications = mako notifications = mako
@ -69,7 +69,7 @@ command_firefox = firefox
command_gamma = wlsunset -l 52.0 -L 5.9 -t 3000 command_gamma = wlsunset -l 52.0 -L 5.9 -t 3000
command_kanshi = kanshi command_kanshi = kanshi
command_launcher = wofi --show drun 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_mute = pamixer -t
command_screenshot = grim $(date '+%F_%T').png command_screenshot = grim $(date '+%F_%T').png
command_screenshot_interactive = slurp | grim -g - $(date '+%F_%T').png command_screenshot_interactive = slurp | grim -g - $(date '+%F_%T').png

View file

@ -202,6 +202,16 @@ Post install:
# xbps-install -Sy wayfire wf-shell wcm dconf dconf-editor plata-theme # xbps-install -Sy wayfire wf-shell wcm dconf dconf-editor plata-theme
$ cp void-desktop/config-files/wayfire/wayfire.ini .config/ $ cp void-desktop/config-files/wayfire/wayfire.ini .config/
# usermod -aG _seatd <user> # 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: Display:
{ {
@ -263,7 +273,7 @@ Post install:
} }
# mkdir -p /etc/alsa/conf.d # 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/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: $ vim .config/wayfire.ini:
{ {
> [autostart] > [autostart]
@ -319,7 +329,7 @@ Post install:
} }
Steam: 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: virt-manager:
{ {