fix bluetooth
This commit is contained in:
parent
b6dd8cab31
commit
4096d75cb1
@ -7,9 +7,6 @@
|
|||||||
|
|
||||||
[[ -f ~/.bashrc ]] && . ~/.bashrc
|
[[ -f ~/.bashrc ]] && . ~/.bashrc
|
||||||
|
|
||||||
# Set default theme to dark
|
|
||||||
export GTK_THEME=Adwaita:dark && export QT_QPA_PLATFORMTHEME=gtk3
|
|
||||||
|
|
||||||
# Start uwsm, which starts hyprland
|
# Start uwsm, which starts hyprland
|
||||||
if uwsm check may-start; then
|
if uwsm check may-start; then
|
||||||
exec uwsm start hyprland.desktop
|
exec uwsm start hyprland.desktop
|
||||||
|
@ -6,7 +6,6 @@
|
|||||||
|
|
||||||
# See https://wiki.hyprland.org/Configuring/Monitors/
|
# See https://wiki.hyprland.org/Configuring/Monitors/
|
||||||
monitor=,preferred,auto,1.566667
|
monitor=,preferred,auto,1.566667
|
||||||
#monitor=,preferred,auto,2
|
|
||||||
|
|
||||||
###################
|
###################
|
||||||
### MY PROGRAMS ###
|
### MY PROGRAMS ###
|
||||||
@ -18,7 +17,7 @@ monitor=,preferred,auto,1.566667
|
|||||||
$terminal = kitty
|
$terminal = kitty
|
||||||
$filemanager = kitty -e yazi
|
$filemanager = kitty -e yazi
|
||||||
$menu = rofi -show drun
|
$menu = rofi -show drun
|
||||||
$powerMenu = bash ~/.config/wofi/wofi-powermenu.sh
|
$powerMenu = bash ~/.config/waybar/scripts/power-menu.sh
|
||||||
$browser = firefox
|
$browser = firefox
|
||||||
$email = thunderbird
|
$email = thunderbird
|
||||||
$screenshot = grim
|
$screenshot = grim
|
||||||
@ -30,7 +29,7 @@ $lockscreen = hyprlock
|
|||||||
#################
|
#################
|
||||||
|
|
||||||
# Autostart necessary processes (like notifications daemons, status bars, etc.)
|
# Autostart necessary processes (like notifications daemons, status bars, etc.)
|
||||||
#exec-once = waybar
|
exec-once = waybar
|
||||||
exec-once = hyprpaper & hypridle & $lockscreen
|
exec-once = hyprpaper & hypridle & $lockscreen
|
||||||
exec-once = dunst
|
exec-once = dunst
|
||||||
exec-once = [workspace 2 silent] $browser
|
exec-once = [workspace 2 silent] $browser
|
||||||
@ -44,6 +43,13 @@ exec-once = [workspace 1 silent] $terminal
|
|||||||
|
|
||||||
env = XCURSOR_SIZE,24
|
env = XCURSOR_SIZE,24
|
||||||
env = HYPRCURSOR_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 ###
|
### WINDOWS AND WORKSPACES ###
|
||||||
|
@ -238,7 +238,7 @@
|
|||||||
"player-icons": {
|
"player-icons": {
|
||||||
"default": " ",
|
"default": " ",
|
||||||
"spotify": "<span foreground='#98971a'> </span>",
|
"spotify": "<span foreground='#98971a'> </span>",
|
||||||
"firefox": "<span foreground='#cc241d'> </span>"
|
"firefox": "<span foreground='#cc241d'> </span>"
|
||||||
},
|
},
|
||||||
"status-icons": {
|
"status-icons": {
|
||||||
"paused": "<span color='#928374'>\u200A\u200A\u2009\u2009</span>"
|
"paused": "<span color='#928374'>\u200A\u200A\u2009\u2009</span>"
|
||||||
|
@ -64,5 +64,6 @@ echo '[Service]\nExecStart=\nExecStart=-/sbin/agetty --noreset --noclear --autol
|
|||||||
# Waybar: https://github.com/sejjy/mechabar/tree/classic
|
# Waybar: https://github.com/sejjy/mechabar/tree/classic
|
||||||
# Dependencies:
|
# Dependencies:
|
||||||
# wireplumber is Session/policy manager implementation for PipeWire
|
# wireplumber is Session/policy manager implementation for PipeWire
|
||||||
pacman -S cava bluez-utils pipewire-pulse ttf-jetbrains-mono-nerd wireplumber
|
pacman -S cava bluez-utils bluez pipewire-pulse ttf-jetbrains-mono-nerd wireplumber
|
||||||
yay -S bluetui rofi-lbonn-wayland-git
|
yay -S rofi-lbonn-wayland-git bluetui
|
||||||
|
systemctl enable --now bluetooth.service
|
||||||
|
Loading…
x
Reference in New Issue
Block a user