fix bluetooth

This commit is contained in:
2025-05-17 08:18:36 +02:00
parent b6dd8cab31
commit 4096d75cb1
4 changed files with 13 additions and 9 deletions

View File

@ -6,7 +6,6 @@
# See https://wiki.hyprland.org/Configuring/Monitors/
monitor=,preferred,auto,1.566667
#monitor=,preferred,auto,2
###################
### MY PROGRAMS ###
@ -18,7 +17,7 @@ monitor=,preferred,auto,1.566667
$terminal = kitty
$filemanager = kitty -e yazi
$menu = rofi -show drun
$powerMenu = bash ~/.config/wofi/wofi-powermenu.sh
$powerMenu = bash ~/.config/waybar/scripts/power-menu.sh
$browser = firefox
$email = thunderbird
$screenshot = grim
@ -30,7 +29,7 @@ $lockscreen = hyprlock
#################
# Autostart necessary processes (like notifications daemons, status bars, etc.)
#exec-once = waybar
exec-once = waybar
exec-once = hyprpaper & hypridle & $lockscreen
exec-once = dunst
exec-once = [workspace 2 silent] $browser
@ -44,6 +43,13 @@ exec-once = [workspace 1 silent] $terminal
env = XCURSOR_SIZE,24
env = HYPRCURSOR_SIZE,24
env = GDK_BACKEND,wayland
env = QT_QPA_PLATFORM,wayland
env = XDG_CURRENT_DESKTOP,Hyprland
env = XDG_SESSION_TYPE,wayland
env = XDG_SESSION_DESKTOP,Hyprland
env = GTK_THEME,Adwaita:dark
env = QT_QPA_PLATFORMTHEME,gtk3
##############################
### WINDOWS AND WORKSPACES ###