mirror of
https://github.com/xsghetti/HyprCrux.git
synced 2025-07-03 05:40:38 -04:00
changed script paths to $HOME because i'm stupid.
This commit is contained in:
parent
9589b76304
commit
b795d7ce04
1 changed files with 21 additions and 21 deletions
|
@ -13,7 +13,7 @@ bind = $mainMod, B, exec, pypr expose
|
|||
bind = $mainMod, N, exec, swaync-client -t -sw
|
||||
bind = $mainMod, L, exec, hyprlock
|
||||
bind = $mainMod SHIFT, W, exec, ~/.config/hypr/scripts/wallpaperselect.sh
|
||||
|
||||
bind = $mainMod SHIFT, A, exec, pypr toggle term
|
||||
|
||||
# Example binds, see https://wiki.hyprland.org/Configuring/Binds/ for more
|
||||
bind = $mainMod, T, exec, $terminal
|
||||
|
@ -78,25 +78,25 @@ bindm = $mainMod, mouse:272, movewindow
|
|||
bindm = $mainMod, mouse:273, resizewindow
|
||||
|
||||
# Screenshot/Screencapture
|
||||
bind = $mainMod, P, exec, /home/crux/.config/hypr/scripts/screenshot.sh s # drag to snip an area / click on a window to print it
|
||||
bind = $mainMod CTRL, P, exec, /home/crux/.config/hypr/scripts/screenshot.sh sf # frozen screen, drag to snip an area / click on a window to print it
|
||||
bind = $mainMod ALT, P, exec, /home/crux/.config/hypr/scripts/screenshot.sh m # print focused monitor
|
||||
bind = ,print, exec, /home/crux/.config/hypr/scripts/screenshot.sh p # print all monitor outputs
|
||||
bind = $mainMod, P, exec, $HOME/.config/hypr/scripts/screenshot.sh s # drag to snip an area / click on a window to print it
|
||||
bind = $mainMod CTRL, P, exec, $HOME/.config/hypr/scripts/screenshot.sh sf # frozen screen, drag to snip an area / click on a window to print it
|
||||
bind = $mainMod ALT, P, exec, $HOME/.config/hypr/scripts/screenshot.sh m # print focused monitor
|
||||
bind = ,print, exec, $HOME/.config/hypr/scripts/screenshot.sh p # print all monitor outputs
|
||||
|
||||
# Audio control
|
||||
bindel = , F11, exec, /home/crux/.config/hypr/scripts/volumecontrol.sh -o d # decrease volume
|
||||
bindel = , F12, exec, /home/crux/.config/hypr/scripts/volumecontrol.sh -o i # increase volume
|
||||
bindl = , XF86AudioMute, exec, /home/crux/.config/hypr/scripts/volumecontrol.sh -o m # toggle audio mute
|
||||
bindl = , XF86AudioMicMute, exec, /home/crux/.config/hypr/scripts/volumecontrol.sh -i m # toggle microphone mute
|
||||
bindel = , XF86AudioLowerVolume, exec, /home/crux/.config/hypr/scripts/volumecontrol.sh -o d # decrease volume
|
||||
bindel = , XF86AudioRaiseVolume, exec, /home/crux/.config/hypr/scripts/volumecontrol.sh -o i # increase volume
|
||||
bindel = , F11, exec, $HOME/.config/hypr/scripts/volumecontrol.sh -o d # decrease volume
|
||||
bindel = , F12, exec, $HOME/.config/hypr/scripts/volumecontrol.sh -o i # increase volume
|
||||
bindl = , XF86AudioMute, exec, $HOME/.config/hypr/scripts/volumecontrol.sh -o m # toggle audio mute
|
||||
bindl = , XF86AudioMicMute, exec, $HOME/.config/hypr/scripts/volumecontrol.sh -i m # toggle microphone mute
|
||||
bindel = , XF86AudioLowerVolume, exec, $HOME/.config/hypr/scripts/volumecontrol.sh -o d # decrease volume
|
||||
bindel = , XF86AudioRaiseVolume, exec, $HOME/.config/hypr/scripts/volumecontrol.sh -o i # increase volume
|
||||
bindl = , XF86AudioPlay, exec, playerctl play-pause
|
||||
bindl = , XF86AudioPause, exec, playerctl play-pause
|
||||
bindl = , XF86AudioNext, exec, playerctl next
|
||||
bindl = , XF86AudioPrev, exec, playerctl previous
|
||||
|
||||
bind = $mainMod ALT, G, exec, $scrPath/gamemode.sh # disable hypr effects for gamemode
|
||||
bind = $mainMod ALT, right, exec, /home/crux/.config/hypr/scripts/wallpaper.sh # next wallpaper
|
||||
bind = $mainMod ALT, right, exec, $HOME/.config/hypr/scripts/wallpaper.sh # next wallpaper
|
||||
|
||||
|
||||
bind = $mainMod SHIFT, A, exec, pkill -x rofi || $scrPath/rofiselect.sh # rofi style select menu
|
||||
|
@ -116,13 +116,13 @@ bind = ALT,g,hycov:toggleoverview,forceallinone
|
|||
# The key binding for directional switch mode.
|
||||
# Calculate the window closest to the direction to switch focus.
|
||||
# This keybind is applicable not only to the overview, but also to the general layout.
|
||||
bind=ALT,left,hycov:movefocus,l
|
||||
bind=ALT,right,hycov:movefocus,r
|
||||
bind=ALT,up,hycov:movefocus,u
|
||||
bind=ALT,down,hycov:movefocus,d
|
||||
# bind=ALT,left,hycov:movefocus,l
|
||||
# bind=ALT,right,hycov:movefocus,r
|
||||
# bind=ALT,up,hycov:movefocus,u
|
||||
# bind=ALT,down,hycov:movefocus,d
|
||||
|
||||
# if you want that focusmove can cross monitor, use this
|
||||
bind=ALT,left,hycov:movefocus,leftcross
|
||||
bind=ALT,right,hycov:movefocus,rightcross
|
||||
bind=ALT,up,hycov:movefocus,upcross
|
||||
bind=ALT,down,hycov:movefocus,downcross
|
||||
# # if you want that focusmove can cross monitor, use this
|
||||
# bind=ALT,left,hycov:movefocus,leftcross
|
||||
# bind=ALT,right,hycov:movefocus,rightcross
|
||||
# bind=ALT,up,hycov:movefocus,upcross
|
||||
# bind=ALT,down,hycov:movefocus,downcross
|
Loading…
Add table
Add a link
Reference in a new issue