feat: new media button shortcuts

This commit is contained in:
Ahmet Kaan Gümüş 2025-05-31 02:48:38 +03:00
parent 6d2d25df42
commit 1dc6011893
4 changed files with 12 additions and 2 deletions

View file

@ -38,6 +38,9 @@ $mainMod = SUPER
$my_trigger = Alt
bind = $my_trigger, 0, exec, bluetoothctl disconnect BC:7F:7B:6D:4F:87 && bluetoothctl connect BC:7F:7B:6D:4F:87
bind = $my_trigger, 1, exec, playerctl previous
bind = $my_trigger, 2, exec, playerctl play-pause
bind = $my_trigger, 3, exec, playerctl next
bind = $my_trigger, T, exec, $terminal
bind = $my_trigger, Q, exec, $fileManager
@ -73,6 +76,9 @@ bind = $my_trigger, S, workspace, 203
bind = $my_trigger, Y, workspace, 204
bind = $my_trigger, P, workspace, 205
bind = $mainMod, D, workspace, 999
bind = Alt, F4, killactive,
bind = $mainMod $my_trigger, F4, exit,
bind = $mainMod, H, exec, pkill -SIGUSR1 waybar

View file

@ -12,7 +12,7 @@ return {
},
completion = {
ghost_text = {
enabled = true,
enabled = false,
},
list = {
selection = {
@ -22,9 +22,10 @@ return {
},
documentation = {
auto_show = true,
auto_show_delay_ms = 1000,
auto_show_delay_ms = 300,
},
menu = {
auto_show = true,
draw = {
treesitter = {
"lsp"

View file

@ -28,3 +28,6 @@ configs
pem
ico
css
WASM
RTC
Auth

Binary file not shown.