commit 5aa066a6286427acf26d3251fb8d460de26477a6 parent 6912db19d20a35661a1837106fe66f0f526ccb05 Author: klewer-martin <mk@inspiron.localdomain> Date: Mon, 1 Feb 2021 05:19:51 -0300 Merge branch 'master' of github.com:klewer-martin/scripts Merged neccesary to update local files; Diffstat:
D | disablebluetooth | | | 3 | --- |
D | enablebluetooth | | | 3 | --- |
M | xrandrbrightnessup | | | 2 | ++ |
3 files changed, 2 insertions(+), 6 deletions(-) diff --git a/disablebluetooth b/disablebluetooth @@ -1,3 +0,0 @@ -#!/bin/bash - -systemctl stop bluetooth diff --git a/enablebluetooth b/enablebluetooth @@ -1,3 +0,0 @@ -#!/bin/bash - -systemctl start bluetooth.service diff --git a/xrandrbrightnessup b/xrandrbrightnessup @@ -1 +1,3 @@ +#!/bin/bash + xrandr --output eDP-1 --brightness 1.0