feat: fullscreen and music player binds

This commit is contained in:
hesam-init 2024-02-19 19:26:11 +03:30
parent e7c8080dd5
commit 13b6faf573

View file

@ -3,8 +3,9 @@ bind = $mainMod, H, togglefloating,
bind = $mainMod, C, killactive,
bind = $mainMod, P, pseudo,
# bind = $mainMod, M, exit,
bind = $mainMod, J, togglesplit,
bind = $mainMod, D, togglesplit,
bind = $mainMod, F, fullscreen, 1
bind = ,F11, fullscreen,
bind = $mainMod SHIFT, right, resizeactive, 100 0
bind = $mainMod SHIFT, left, resizeactive, -100 0
bind = $mainMod SHIFT, up, resizeactive, 0 -100
@ -16,10 +17,10 @@ bind = $mainMod ALT, down, movewindow, d
# Apps
bind = $mainMod, R, exec, $rofi_menu
bind = $mainMod, O, exec, $rofi_screenshot
bind = $mainMod, X, exec, $rofi_screenshot
bind = $mainMod, L, exec, $rofi_powermenu
bind = $mainMod, V, exec, $rofi_clipboard
bind = $mainMod, I, exec, $rofi_wallpaper
bind = $mainMod, U, exec, $rofi_wallpaper
bind = $mainMod, K, exec, $waybar_toggle
bind = $mainMod, Q, exec, $terminal
bind = $mainMod, W, exec, $terminal -e zellij
@ -37,6 +38,11 @@ bind = $mainMod, Y, exec, $swww_random
binde=,XF86AudioRaiseVolume,exec, $volume_control u
binde=,XF86AudioLowerVolume,exec, $volume_control d
bind=,XF86AudioMute,exec, $volume_control m
bind=,XF86AudioPlay,exec,playerctl play-pause
bind=,XF86AudioPrev,exec,playerctl previous
bind=,XF86AudioNext,exec,playerctl next
bindl=,XF86AudioMedia,exec,playerctl play-pause
bindl=,XF86AudioStop,exec,playerctl stop
# Move focus with mainMod + arrow keys
bind = $mainMod, left, movefocus, l
@ -62,6 +68,7 @@ bind = $mainMod CTRL, left, workspace, -1
bind = ALT SHIFT, right, movetoworkspace, +1
bind = ALT SHIFT, left, movetoworkspace, -1
# Move active window to a workspace with mainMod + SHIFT + [0-9]
bind = $mainMod SHIFT, 1, movetoworkspace, 1
bind = $mainMod SHIFT, 2, movetoworkspace, 2