From 1c237eb0db35edd34f3f499a0948d6357506978b Mon Sep 17 00:00:00 2001 From: "Matthieu Fortin (CPC/CCP)" Date: Thu, 23 Jan 2025 08:07:09 -0500 Subject: [PATCH] updates --- hypr/.config/hypr/hyprland.conf | 1 + hypr/.config/hypr/keybinds.conf | 4 ++-- scripts/.local/bin/bunx | 1 - scripts/.local/bin/hows-my-gpu | 2 +- scripts/.local/bin/menu' | 3 --- 5 files changed, 4 insertions(+), 7 deletions(-) delete mode 120000 scripts/.local/bin/bunx delete mode 100755 scripts/.local/bin/menu' diff --git a/hypr/.config/hypr/hyprland.conf b/hypr/.config/hypr/hyprland.conf index ab10863..5d33b19 100644 --- a/hypr/.config/hypr/hyprland.conf +++ b/hypr/.config/hypr/hyprland.conf @@ -25,6 +25,7 @@ exec-once=swaync exec-once=/usr/lib/kdeconnectd exec-once=kdeconnect-indicator exec-once=blueman-applet +exec-once=nm-applet # clipboard exec-once=wl-paste --type text --watch cliphist store diff --git a/hypr/.config/hypr/keybinds.conf b/hypr/.config/hypr/keybinds.conf index 439c159..2a0ead0 100644 --- a/hypr/.config/hypr/keybinds.conf +++ b/hypr/.config/hypr/keybinds.conf @@ -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 = ,XF86AudioMute, exec, wpctl set-mute @DEFAULT_AUDIO_SINK@ toggle bindel = ,XF86AudioMicMute, exec, wpctl set-mute @DEFAULT_AUDIO_SOURCE@ toggle -#bindel = ,XF86MonBrightnessUp, exec, brightnessctl s 10%+ -#bindel = ,XF86MonBrightnessDown, exec, brightnessctl s 10%- +bindel = ,XF86MonBrightnessUp, exec, brightnessctl s 10%+ +bindel = ,XF86MonBrightnessDown, exec, brightnessctl s 10%- # Requires playerctl bindl = , XF86AudioNext, exec, playerctl next diff --git a/scripts/.local/bin/bunx b/scripts/.local/bin/bunx deleted file mode 120000 index e066b8a..0000000 --- a/scripts/.local/bin/bunx +++ /dev/null @@ -1 +0,0 @@ -/home/mfortin/.cache/paru/clone/bun-bin/src/bun-linux-x64/bun \ No newline at end of file diff --git a/scripts/.local/bin/hows-my-gpu b/scripts/.local/bin/hows-my-gpu index 690f9b6..ec80669 100755 --- a/scripts/.local/bin/hows-my-gpu +++ b/scripts/.local/bin/hows-my-gpu @@ -12,7 +12,7 @@ if [ ! -z "$nvidia_output" ]; then fi 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 "Intel Graphics:" echo "$intel_output" | grep "Kernel driver in use" diff --git a/scripts/.local/bin/menu' b/scripts/.local/bin/menu' deleted file mode 100755 index febba30..0000000 --- a/scripts/.local/bin/menu' +++ /dev/null @@ -1,3 +0,0 @@ -#!/bin/bash -set -euo pipefail -