mirror of
https://github.com/xsghetti/HyprCrux.git
synced 2025-07-02 21:30:39 -04:00
hyprpm/hyprlock
This commit is contained in:
parent
d4376c8ddf
commit
e973ebbc15
39 changed files with 2500 additions and 7 deletions
|
@ -27,7 +27,7 @@ exec-once = /usr/lib/polkit-kde-authentication-agent-1
|
|||
exec-once = nm-applet --indicator
|
||||
exec-once = $discord
|
||||
exec-once = wal -r
|
||||
exec-once = pypr
|
||||
exec-once = swaync
|
||||
|
||||
# Source a file (multi-file configs)
|
||||
# source = ~/.config/hypr/myColors.conf
|
||||
|
@ -214,6 +214,7 @@ bind = $mainMod SHIFT, F, fullscreen
|
|||
bind = $mainMod CTRL, F, exec, hyprctl dispatch workspaceopt allfloat
|
||||
bind = $mainMod, B, exec, pypr expose
|
||||
bind = $mainMod, N, exec, swaync-client -t -sw
|
||||
bind = $mainMod, L, exec, hyprlock
|
||||
|
||||
# Example binds, see https://wiki.hyprland.org/Configuring/Binds/ for more
|
||||
bind = $mainMod, T, exec, $terminal
|
||||
|
@ -297,11 +298,8 @@ 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, left, exec, $scrPath/swwwallpaper.sh -p # previous wallpaper
|
||||
bind = $mainMod ALT, up, exec, $scrPath/wbarconfgen.sh n # next waybar mode
|
||||
bind = $mainMod ALT, down, exec, $scrPath/wbarconfgen.sh p # previous waybar mode
|
||||
bind = $mainMod SHIFT, D, exec, $scrPath/wallbashtoggle.sh # toggle wallbash on/off
|
||||
bind = $mainMod SHIFT, T, exec, pkill -x rofi || $scrPath/themeselect.sh # theme select menu
|
||||
|
||||
|
||||
bind = $mainMod SHIFT, A, exec, pkill -x rofi || $scrPath/rofiselect.sh # rofi style select menu
|
||||
bind = $mainMod SHIFT, W, exec, pkill -x rofi || $scrPath/swwwallselect.sh # rofi wall select menu
|
||||
bind = $mainMod, V, exec, pkill -x rofi || $scrPath/cliphist.sh c # open Pasteboard in screen center
|
||||
|
@ -309,4 +307,42 @@ bind = $mainMod, K, exec, $scrPath/keyboardswitch.sh # change keyboard layout
|
|||
|
||||
# Blur Waybar
|
||||
layerrule=blur, rofi
|
||||
layerrule=blur, waybar
|
||||
layerrule=blur, waybar
|
||||
|
||||
|
||||
# When entering overview mode, you can use left-button to jump, right-button to kill or use keybind
|
||||
|
||||
# If you are installing hycov with hyprpm, you should comment out this
|
||||
# plugin = /usr/lib/libhycov.so
|
||||
|
||||
# If you are installing hycov by manually compile , you should comment out this
|
||||
exec-once = hyprpm reload
|
||||
|
||||
# bind key to toggle overview (normal)
|
||||
bind = ALT,tab,hycov:toggleoverview
|
||||
|
||||
# bind key to toggle overview (force mode, not affected by `only_active_workspace` or `only_active_monitor`)
|
||||
bind = ALT,grave,hycov:toggleoverview,forceall #grave key is the '~' key
|
||||
|
||||
# bind key to toggle overview (shows all windows in one monitor, not affected by `only_active_workspace` or `only_active_monitor`)
|
||||
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
|
||||
|
||||
# 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
|
||||
|
||||
plugin {
|
||||
hyprtrails {
|
||||
color = rgba(9a8ca3ff)
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue