Skip to content

Commit

Permalink
update lxqt settings
Browse files Browse the repository at this point in the history
  • Loading branch information
SaintRyoh committed Nov 4, 2023
1 parent f1ce8d7 commit d6ec32c
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions settings-lxqt.lua
Expand Up @@ -58,8 +58,18 @@ return {
lock_screen = "lxqt-leave",
volume_up = "pactl set-sink-volume @DEFAULT_SINK@ +5%",
volume_down = "pactl set-sink-volume @DEFAULT_SINK@ -5%",
volume_mute_toggle = "pactl set-sink-mute @DEFAULT_SINK@ toggle",
mic_mute_toggle = "pactl set-source-mute @DEFAULT_SOURCE@ toggle",
brightness_up = "brightnessctl set +10%",
brightness_down = "brightnessctl set 10%-",
screen_config = "lxqt-config-monitor",
wifi_radio_toggle = [[
if [ $(nmcli radio wifi) = 'enabled' ]; then
nmcli radio wifi off
else
nmcli radio wifi on
fi
]]
},
keys = {
modkey = "Mod4",
Expand Down

0 comments on commit d6ec32c

Please sign in to comment.