diff --git a/.config/awesome/rc.lua b/.config/awesome/rc.lua index 9d14f23..336fb8e 100644 --- a/.config/awesome/rc.lua +++ b/.config/awesome/rc.lua @@ -294,14 +294,14 @@ globalkeys = gears.table.join( awful.key( {}, "XF86AudioRaiseVolume", function() - awful.spawn("set-vol +2") + awful.spawn("set-vol +5") end, {description = "raise volume", group = "shortcut"} ), awful.key( {}, "XF86AudioLowerVolume", function() - awful.spawn("set-vol -2") + awful.spawn("set-vol -5") end, {description = "lower volume", group = "shortcut"} ), diff --git a/.config/nvim/pack/plugins/opt/black b/.config/nvim/pack/plugins/opt/black index 141291a..1a20c4d 160000 --- a/.config/nvim/pack/plugins/opt/black +++ b/.config/nvim/pack/plugins/opt/black @@ -1 +1 @@ -Subproject commit 141291a1d86d43158da89d0254b7c2cc79609679 +Subproject commit 1a20c4d4874f912822f6a42cb61816330a4f6508 diff --git a/.config/nvim/pack/plugins/opt/lspconfig b/.config/nvim/pack/plugins/opt/lspconfig index ad35a8c..fc2f44d 160000 --- a/.config/nvim/pack/plugins/opt/lspconfig +++ b/.config/nvim/pack/plugins/opt/lspconfig @@ -1 +1 @@ -Subproject commit ad35a8cfa5086451e33af477a02bffa916dbe0ce +Subproject commit fc2f44dc6024bddb75b82e471c642ad1f4483094 diff --git a/.config/nvim/pack/plugins/opt/treesitter b/.config/nvim/pack/plugins/opt/treesitter index 9bfaf62..7ccb9a0 160000 --- a/.config/nvim/pack/plugins/opt/treesitter +++ b/.config/nvim/pack/plugins/opt/treesitter @@ -1 +1 @@ -Subproject commit 9bfaf62e42bdcd042df1230e9188487e62a112c0 +Subproject commit 7ccb9a056fa43da243e3a439109c354c551c51b6 diff --git a/.config/sway/config.d/10-variables.conf b/.config/sway/config.d/10-variables.conf index 5bd84ae..45e6de4 100644 --- a/.config/sway/config.d/10-variables.conf +++ b/.config/sway/config.d/10-variables.conf @@ -13,10 +13,6 @@ set $wallpapers $HOME/.config/wallpapers set $lock swaylock -F -f -i $wallpapers/lock.png set $screenshot grim - | wl-copy set $screenshot_rect grim -g "$(slurp)" - | wl-copy -set $raise_volume set-vol +2 -set $lower_volume set-vol -2 -set $raise_backlight set-light +10 -set $lower_backlight set-light -10 set $ws1 1:TTY set $ws2 2:WEB diff --git a/.config/sway/config.d/40-hotkeys.conf b/.config/sway/config.d/40-hotkeys.conf index 6596605..4a9fcd5 100644 --- a/.config/sway/config.d/40-hotkeys.conf +++ b/.config/sway/config.d/40-hotkeys.conf @@ -8,8 +8,8 @@ bindsym Shift+Print exec $screenshot_rect # Hotkeys - bindsym XF86AudioRaiseVolume exec $raise_volume - bindsym XF86AudioLowerVolume exec $lower_volume + bindsym XF86AudioRaiseVolume exec set-vol +5 + bindsym XF86AudioLowerVolume exec set-vol -5 bindsym XF86AudioMute exec pactl set-sink-mute @DEFAULT_SINK@ toggle bindsym Ctrl+XF86AudioMute exec pactl set-source-mute @DEFAULT_SOURCE@ toggle bindsym XF86AudioPlay exec playerctl play-pause @@ -19,8 +19,8 @@ bindsym Ctrl+Prior exec playerctl previous bindsym Ctrl+Next exec playerctl next bindsym Ctrl+F4 input type:touchpad events toggle - bindsym XF86MonBrightnessDown exec $lower_backlight - bindsym XF86MonBrightnessUp exec $raise_backlight + bindsym XF86MonBrightnessUp exec set-light +10 + bindsym XF86MonBrightnessDown exec set-light -10 # Kill focused window bindsym $mod+Shift+c kill