This commit is contained in:
RafayAhmad7548 2025-04-24 22:01:50 +05:00
parent 3e7a2b2089
commit 3480fa92fe
131 changed files with 12083 additions and 1287 deletions

View file

@ -22,7 +22,7 @@ bind = $mainMod, F, submap, disableOtherKeyBinds
# Application Binds
bind = ALT, T, exec, kitty
bind = ALT, E, exec, nautilus
bind = ALT, F, exec, firefox
bind = ALT, F, exec, librewolf
bind = ALT, V, exec, code
bind = ALT, Z, exec, zeditor
bind = ALT, M, exec, /opt/ultimmc/run.sh
@ -30,6 +30,9 @@ bind = ALT, D, exec, discord
bind = ALT, W, exec, flatpak run com.rtosta.zapzap
bind = $mainMod, SUPER_L, exec, rofi -show drun
# Windows VM
bind = CTRL ALT SHIFT, W, exec, /home/rafayahmad/dotfiles/scripts/startWin11.sh
# Window movement
bind = $mainMod, V, togglefloating,
bind = $mainMod, H, togglesplit, # dwindle
@ -71,18 +74,12 @@ bind = SUPER SHIFT, V, exec, kitty --class clipse -e clipse
bind = ALT, P, exec, hyprpicker --format=hex -a
# Audio Controls
bindel=, XF86AudioRaiseVolume, exec, wpctl set-volume @DEFAULT_AUDIO_SINK@ 5%+
bindel=, XF86AudioLowerVolume, exec, wpctl set-volume @DEFAULT_AUDIO_SINK@ 5%-
bindl=, XF86AudioMute, exec, wpctl set-mute @DEFAULT_AUDIO_SINK@ toggle
bindel=, code:123, exec, wpctl set-volume @DEFAULT_AUDIO_SINK@ 5%+
bindel=, code:122, exec, wpctl set-volume @DEFAULT_AUDIO_SINK@ 5%-
bindl=, code:121, exec, wpctl set-mute @DEFAULT_AUDIO_SINK@ toggle
# Brightness Controls
bindel = , XF86MonBrightnessUp, exec, brightnessctl s 1%+ && echo true > /home/rafayahmad/dotfiles/.config/eww/brightnessShow
bindel = , XF86MonBrightnessDown, exec, brightnessctl s 1%- && echo true > /home/rafayahmad/dotfiles/.config/eww/brightnessShow
# Move focus with mainMod + arrow keys
# bind = CTRL, J, movefocus, l
# bind = CTRL, L, movefocus, r
# bind = CTRL, I, movefocus, u
# bind = CTRL, K, movefocus, d
bindel = , code:233, exec, brightnessctl s 1%+ && echo true > /home/rafayahmad/dotfiles/.config/eww/brightnessShow
bindel = , code:232, exec, brightnessctl s 1%- && echo true > /home/rafayahmad/dotfiles/.config/eww/brightnessShow
# Resize windows
binde = ALT, L, resizeactive, 50 0
@ -99,10 +96,6 @@ bind = $mainMod, J, movewindow, l
bind = $mainMod, I, movewindow, u
bind = $mainMod, K, movewindow, d
# Switch wokspaces next/prev
# bind = $mainMod, J, workspace, e-1
# bind = $mainMod, L, workspace, e+1
# Switch workspaces with mainMod + [0-9]
bind = $mainMod, 1, workspace, 1
bind = $mainMod, 2, workspace, 2