mirror of
https://github.com/danbulant/dots-hyprland
synced 2026-05-24 12:22:09 +00:00
Properly fix open with menu in KDE
* Use XDG menu scheme from KDE, which is already implicitly introduced by illogical-impulse-kde. * Set XDG_MENU_PREFIX globally, so kbuildsycoca6 is automatically invoked by /usr/bin/xdg-mime via the pacman hook. Consequently, the manual call can (and should) be removed.
This commit is contained in:
parent
ed06192d6a
commit
d4bda66c65
3 changed files with 5 additions and 4 deletions
|
|
@ -12,6 +12,7 @@ env = ELECTRON_OZONE_PLATFORM_HINT,auto
|
||||||
# ############ Themes #############
|
# ############ Themes #############
|
||||||
env = QT_QPA_PLATFORM, wayland
|
env = QT_QPA_PLATFORM, wayland
|
||||||
env = QT_QPA_PLATFORMTHEME, kde
|
env = QT_QPA_PLATFORMTHEME, kde
|
||||||
|
env = XDG_MENU_PREFIX, plasma-
|
||||||
|
|
||||||
# ######## Wayland #########
|
# ######## Wayland #########
|
||||||
# Tearing
|
# Tearing
|
||||||
|
|
|
||||||
|
|
@ -144,7 +144,6 @@ esac
|
||||||
|
|
||||||
v sudo usermod -aG video,i2c,input "$(whoami)"
|
v sudo usermod -aG video,i2c,input "$(whoami)"
|
||||||
v bash -c "echo i2c-dev | sudo tee /etc/modules-load.d/i2c-dev.conf"
|
v bash -c "echo i2c-dev | sudo tee /etc/modules-load.d/i2c-dev.conf"
|
||||||
v sudo pacman -S archlinux-xdg-menu && XDG_MENU_PREFIX=arch- kbuildsycoca6; sudo ln -sf /etc/xdg/menus/plasma-applications.menu /etc/xdg/menus/applications.menu
|
|
||||||
v systemctl --user enable ydotool --now
|
v systemctl --user enable ydotool --now
|
||||||
v sudo systemctl enable bluetooth --now
|
v sudo systemctl enable bluetooth --now
|
||||||
v gsettings set org.gnome.desktop.interface font-name 'Rubik 11'
|
v gsettings set org.gnome.desktop.interface font-name 'Rubik 11'
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,7 @@
|
||||||
### This file contains a list of dependencies which were previously explicitly installed that are now installed using meta packages
|
### This file contains a list of dependencies which were previously explicitly installed that are now installed using meta packages
|
||||||
### Must be one package per line as it needs to be compared against the explicitly installed list from pacman
|
### Must be one package per line as it needs to be compared against the explicitly installed list from pacman
|
||||||
illogical-impulse-ags
|
illogical-impulse-ags
|
||||||
|
archlinux-xdg-menu
|
||||||
axel
|
axel
|
||||||
bc
|
bc
|
||||||
coreutils
|
coreutils
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue