mirror of
https://github.imc.re/void-land/hyprland-void-dots
synced 2025-06-05 19:43:44 +02:00
chore: env and qt style
This commit is contained in:
parent
80f0a9fa56
commit
1e291fda37
5 changed files with 16 additions and 8 deletions
|
@ -3,7 +3,7 @@
|
||||||
# -----------------------------------------------------
|
# -----------------------------------------------------
|
||||||
|
|
||||||
# exec-once = [workspace 3 silent] $terminal -e btop
|
# exec-once = [workspace 3 silent] $terminal -e btop
|
||||||
exec-once = [workspace 3 silent] nekoray
|
# exec-once = [workspace 3 silent] nekoray
|
||||||
exec-once = [workspace 3 silent] $terminal -e htop
|
exec-once = [workspace 3 silent] $terminal -e htop
|
||||||
|
|
||||||
exec-once = [workspace special:$networks_workspace silent] $terminal
|
exec-once = [workspace special:$networks_workspace silent] $terminal
|
||||||
|
|
|
@ -13,10 +13,10 @@ env = HYPRCURSOR_SIZE, $mouse_cursor_size
|
||||||
env = XCURSOR_SIZE, $mouse_cursor_size
|
env = XCURSOR_SIZE, $mouse_cursor_size
|
||||||
exec-once = gsettings set org.gnome.desktop.interface cursor-theme $mouse_cursor
|
exec-once = gsettings set org.gnome.desktop.interface cursor-theme $mouse_cursor
|
||||||
|
|
||||||
env = ELECTRON_OZONE_PLATFORM_HINT,auto
|
env = ELECTRON_OZONE_PLATFORM_HINT, auto
|
||||||
env = QT_QPA_PLATFORM, wayland
|
env = QT_QPA_PLATFORM, wayland
|
||||||
env = QT_QPA_PLATFORMTHEME, qt6ct
|
env = QT_QPA_PLATFORMTHEME, qt6ct
|
||||||
env = QT_STYLE_OVERRIDE, kvantum
|
# env = QT_STYLE_OVERRIDE, kvantum
|
||||||
exec-once = gsettings set org.gnome.desktop.interface color-scheme "prefer-dark"
|
exec-once = gsettings set org.gnome.desktop.interface color-scheme "prefer-dark"
|
||||||
|
|
||||||
$main_mod = SUPER
|
$main_mod = SUPER
|
||||||
|
|
|
@ -1,4 +1,12 @@
|
||||||
pulse.cmd = [
|
pulse.cmd = [
|
||||||
{ cmd = "load-module" args = "module-null-sink sink_name=audiorelay-virtual-mic-sink sink_properties=device.description=Virtual-Mic-Sink" flags = [ ] },
|
{
|
||||||
{ cmd = "load-module" args = "module-remap-source master=audiorelay-virtual-mic-sink.monitor source_name=audiorelay-virtual-mic-sink source_properties=device.description=Virtual-Mic" flags = [ ] }
|
cmd = "load-module"
|
||||||
|
args = "module-null-sink sink_name=audiorelay-virtual-mic-sink sink_properties=device.description=Virtual-Mic-Sink"
|
||||||
|
flags = [ ]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
cmd = "load-module"
|
||||||
|
args = "module-remap-source master=audiorelay-virtual-mic-sink.monitor source_name=audiorelay-virtual-mic-sink source_properties=device.description=Virtual-Mic"
|
||||||
|
flags = [ ]
|
||||||
|
}
|
||||||
]
|
]
|
|
@ -10,7 +10,7 @@
|
||||||
# {
|
# {
|
||||||
# type = ladspa
|
# type = ladspa
|
||||||
# name = "DeepFilter Mono"
|
# name = "DeepFilter Mono"
|
||||||
# plugin = /home/hesam/Pipewire/libdeep_filter_ladspa-0.5.6-x86_64-unknown-linux-gnu.so
|
# plugin = ~/libdeep_filter_ladspa.so
|
||||||
# label = deep_filter_mono
|
# label = deep_filter_mono
|
||||||
# control = {
|
# control = {
|
||||||
# "Attenuation Limit (dB)" 100
|
# "Attenuation Limit (dB)" 100
|
||||||
|
@ -39,7 +39,7 @@
|
||||||
# {
|
# {
|
||||||
# type = ladspa
|
# type = ladspa
|
||||||
# name = "DeepFilter Stereo"
|
# name = "DeepFilter Stereo"
|
||||||
# plugin = /home/hesam/Pipewire/libdeep_filter_ladspa-0.5.6-x86_64-unknown-linux-gnu.so
|
# plugin = ~/libdeep_filter_ladspa.so
|
||||||
# label = deep_filter_stereo
|
# label = deep_filter_stereo
|
||||||
# control = {
|
# control = {
|
||||||
# "Attenuation Limit (dB)" 100
|
# "Attenuation Limit (dB)" 100
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
Subproject commit 5ac0c02566f2b78f08fedb4b66a83ca92691cafe
|
Subproject commit b2b5369a21a9824c06014e2615a10e885eb8f6bd
|
Loading…
Add table
Reference in a new issue