This commit is contained in:
Matthieu Fortin (CPC/CCP) 2025-01-23 08:07:09 -05:00
parent 10bd8898c4
commit 1c237eb0db
5 changed files with 4 additions and 7 deletions

View file

@ -25,6 +25,7 @@ exec-once=swaync
exec-once=/usr/lib/kdeconnectd exec-once=/usr/lib/kdeconnectd
exec-once=kdeconnect-indicator exec-once=kdeconnect-indicator
exec-once=blueman-applet exec-once=blueman-applet
exec-once=nm-applet
# clipboard # clipboard
exec-once=wl-paste --type text --watch cliphist store exec-once=wl-paste --type text --watch cliphist store

View file

@ -132,8 +132,8 @@ bindel = ,XF86AudioRaiseVolume, exec, wpctl set-volume @DEFAULT_AUDIO_SINK@ 5%+
bindel = ,XF86AudioLowerVolume, exec, wpctl set-volume @DEFAULT_AUDIO_SINK@ 5%- bindel = ,XF86AudioLowerVolume, exec, wpctl set-volume @DEFAULT_AUDIO_SINK@ 5%-
bindel = ,XF86AudioMute, exec, wpctl set-mute @DEFAULT_AUDIO_SINK@ toggle bindel = ,XF86AudioMute, exec, wpctl set-mute @DEFAULT_AUDIO_SINK@ toggle
bindel = ,XF86AudioMicMute, exec, wpctl set-mute @DEFAULT_AUDIO_SOURCE@ toggle bindel = ,XF86AudioMicMute, exec, wpctl set-mute @DEFAULT_AUDIO_SOURCE@ toggle
#bindel = ,XF86MonBrightnessUp, exec, brightnessctl s 10%+ bindel = ,XF86MonBrightnessUp, exec, brightnessctl s 10%+
#bindel = ,XF86MonBrightnessDown, exec, brightnessctl s 10%- bindel = ,XF86MonBrightnessDown, exec, brightnessctl s 10%-
# Requires playerctl # Requires playerctl
bindl = , XF86AudioNext, exec, playerctl next bindl = , XF86AudioNext, exec, playerctl next

View file

@ -1 +0,0 @@
/home/mfortin/.cache/paru/clone/bun-bin/src/bun-linux-x64/bun

View file

@ -12,7 +12,7 @@ if [ ! -z "$nvidia_output" ]; then
fi fi
intel_output=$(lspci -nnk | grep -A 3 -P '^(\d{4}:)?\d{2}:\d{2}\.\d\s+VGA compatible controller.*Intel') intel_output=$(lspci -nnk | grep -A 3 -P '^(\d{4}:)?\d{2}:\d{2}\.\d\s+VGA compatible controller.*Intel')
if [ ! -z "$intel_output"]; then if [ ! -z "$intel_output" ]; then
echo "-------------------------------------" echo "-------------------------------------"
echo "Intel Graphics:" echo "Intel Graphics:"
echo "$intel_output" | grep "Kernel driver in use" echo "$intel_output" | grep "Kernel driver in use"

View file

@ -1,3 +0,0 @@
#!/bin/bash
set -euo pipefail