refinement, cleanup, fixes
This commit is contained in:
@@ -4,10 +4,10 @@ exec-once=wl-clipboard-history -t
|
||||
exec-once=wl-paste -p --watch wl-copy -p ''
|
||||
exec-once=hypridle
|
||||
exec-once=waybar
|
||||
exec-once=nm-applet
|
||||
exec-once=fcitx5 -d
|
||||
exec-once=blueman-applet
|
||||
exec-once=swww-daemon
|
||||
exec-once=swaync
|
||||
exec-once=hyprctl plugin load $HYPR_EXPO_LIB
|
||||
|
||||
# Monitors
|
||||
|
||||
@@ -130,6 +130,22 @@ misc {
|
||||
mouse_move_enables_dpms=true
|
||||
}
|
||||
|
||||
# Plugin Config
|
||||
|
||||
plugin {
|
||||
hyprexpo {
|
||||
columns = 3
|
||||
gap_size = 5
|
||||
bg_col = $lightblue
|
||||
workspace_method = center current # [center/first] [workspace] e.g. first 1 or center m+1
|
||||
|
||||
enable_gesture = true # laptop touchpad
|
||||
gesture_fingers = 3 # 3 or 4
|
||||
gesture_distance = 300 # how far is the "max"
|
||||
gesture_positive = false # true = swipe down, false = swipe up.
|
||||
}
|
||||
}
|
||||
|
||||
# Window Rules
|
||||
|
||||
windowrule=idleinhibit fullscreen, class:firefox
|
||||
@@ -142,8 +158,8 @@ windowrule=idleinhibit focus, class:^(emacs)$
|
||||
windowrule=idleinhibit focus, class:^(Emacs)$
|
||||
windowrule=idleinhibit focus, class:^(discord)$
|
||||
windowrule=idleinhibit focus, class:^(spotify)$
|
||||
windowrule=idleinhibit focus, class:^(Discord)$
|
||||
windowrule=opacity 0.9 0.9, class:^(Discord|discord)$
|
||||
windowrule=idleinhibit focus, class:^(Discord|discord)$
|
||||
windowrule=opacity 0.98 0.9, class:^(Discord|discord)$
|
||||
windowrule=float, class:polkit-kde-authentication-agent-1
|
||||
windowrule=float, class:^(praat)$
|
||||
windowrule=float, class:^(network)$
|
||||
@@ -187,10 +203,11 @@ bind=, Print, exec, $screenshotarea
|
||||
bind=SHIFT, Print, exec, grimblast --cursor copy output
|
||||
bind=$mainMod SHIFT, P, pseudo,
|
||||
bind=$mainMod, C, killactive,
|
||||
bind=$mainMod control, Q, exec, $lock
|
||||
bind=$mainMod, F4, exit,
|
||||
bind=$mainMod, V, togglefloating,
|
||||
bind=$mainMod SHIFT, S, togglesplit,
|
||||
bind = SUPER, grave, hyprexpo:expo, toggle
|
||||
bind=$mainMod control, Q, exec, $lock
|
||||
bind=$mainMod, F4, exit,
|
||||
|
||||
# Binds :: Navigation
|
||||
|
||||
|
||||
Reference in New Issue
Block a user