add different screenlayout for bwpm on laptop
This commit is contained in:
@ -135,16 +135,16 @@ XF86AudioMute
|
||||
pactl set-sink-mute @DEFAULT_SINK@ toggle
|
||||
|
||||
XF86MonBrightnessUp
|
||||
brightness up
|
||||
~/.local/bin/brightness up
|
||||
|
||||
XF86MonBrightnessDown
|
||||
brightness down
|
||||
~/.local/bin/brightness down
|
||||
|
||||
XF86KbdBrightnessUp
|
||||
kbd_brightness up
|
||||
~/.local/bin/kbd_brightness up
|
||||
|
||||
XF86KbdBrightnessDown
|
||||
kbd_brightness down
|
||||
~/.local/bin/kbd_brightness down
|
||||
|
||||
|
||||
#music control
|
||||
|
@ -1,4 +1,4 @@
|
||||
#!/bin/bash
|
||||
#!/bin/sh
|
||||
FILE=/sys/class/backlight/amdgpu_bl1/brightness
|
||||
if ! ( test -w "$FILE" ); then
|
||||
xterm +cm -cr RED -bg BLACK -selbg WHITE -selfg BLACK -fg WHITE -fa Monospace -fs 14 -e "sudo chmod 777 $FILE"
|
||||
|
Reference in New Issue
Block a user