mirror of
https://github.com/xsghetti/HyprCrux.git
synced 2025-07-03 05:40:38 -04:00
some updates
This commit is contained in:
parent
0384c2b07e
commit
9abbd1d6f3
30 changed files with 1538 additions and 31 deletions
|
@ -1,10 +1,4 @@
|
|||
|
||||
########################################################################################
|
||||
AUTOGENERATED HYPR CONFIG.
|
||||
PLEASE USE THE CONFIG PROVIDED IN THE GIT REPO /examples/hypr.conf AND EDIT IT,
|
||||
OR EDIT THIS ONE ACCORDING TO THE WIKI INSTRUCTIONS.
|
||||
########################################################################################
|
||||
|
||||
#
|
||||
# Please note not all available settings / options are set here.
|
||||
# For a full list, see the wiki
|
||||
|
@ -27,7 +21,7 @@ workspace = HDMI-A-1,6
|
|||
# exec-once = waybar & hyprpaper & firefox
|
||||
exec-once = waybar
|
||||
exec-once = waybar --config ~/.config/waybar/config-taskbar
|
||||
exec-once = swww init
|
||||
exec-once = sleep 5 && swww init
|
||||
exec-once = blueman-applet
|
||||
exec-once = /usr/lib/polkit-kde-authentication-agent-1
|
||||
exec-once = nm-applet --indicator
|
||||
|
@ -158,21 +152,21 @@ gestures {
|
|||
|
||||
misc {
|
||||
# See https://wiki.hyprland.org/Configuring/Variables/ for more
|
||||
force_default_wallpaper = 0 # Set to 0 to disable the anime mascot wallpapers
|
||||
force_default_wallpaper = -3 # Set to 0 to disable the anime mascot wallpapers
|
||||
}
|
||||
|
||||
# Example per-device config
|
||||
# See https://wiki.hyprland.org/Configuring/Keywords/#executing for more
|
||||
device:epic-mouse-v1 {
|
||||
sensitivity = -0.5
|
||||
}
|
||||
#device:epic-mouse-v1 {
|
||||
#sensitivity = -0.5
|
||||
#}
|
||||
|
||||
# Example windowrule v1
|
||||
# windowrule = float, ^(kitty)$
|
||||
# Example windowrule v2
|
||||
# windowrulev2 = float,class:^(kitty)$,title:^(kitty)$
|
||||
# See https://wiki.hyprland.org/Configuring/Window-Rules/ for more
|
||||
windowrulev2 = nomaximizerequest, class:.* # You'll probably like this.
|
||||
# windowrulev2 = nomaximizerequest, class:.* # You'll probably like this.
|
||||
windowrule = move 1250 50,^(blueman-manager)$
|
||||
windowrulev2= opacity 0.70 0.70,class:^(Spotify)$
|
||||
windowrulev2= opacity 0.80 0.80,class:^(Code)$
|
||||
|
@ -198,6 +192,12 @@ windowrulev2 = float,class:^(nm-applet)$
|
|||
windowrulev2 = float,class:^(nm-connection-editor)$
|
||||
windowrulev2 = float,class:^(org.kde.polkit-kde-authentication-agent-1)$
|
||||
windowrulev2 = float,class:^(steam)$
|
||||
windowrulev2 = stayfocused, title:^()$,class:^(steam)$
|
||||
windowrulev2 = minsize 1 1, title:^()$,class:^(steam)$
|
||||
layerrule = unset,class:^([Rr]ofi)$
|
||||
layerrule = blur,class:^([Rr]ofi)$
|
||||
layerrule = ignorezero, <rofi>
|
||||
windowrule = float, rofi
|
||||
|
||||
# See https://wiki.hyprland.org/Configuring/Keywords/ for more
|
||||
$mainMod = SUPER
|
||||
|
@ -209,6 +209,8 @@ bind = $mainMod, ESCAPE, exec, killall waybar || waybar
|
|||
bind = $mainMod, ESCAPE, exec, waybar --config ~/.config/waybar/config-taskbar
|
||||
bind = $mainMod, D, exec, $discord
|
||||
bind = $mainMod SHIFT, W, exec, wp
|
||||
bind = $mainMod SHIFT, F, fullscreen
|
||||
bind = $mainMod CTRL, F, exec, hyprctl dispatch workspaceopt allfloat
|
||||
|
||||
# Example binds, see https://wiki.hyprland.org/Configuring/Binds/ for more
|
||||
bind = $mainMod, T, exec, $terminal
|
||||
|
@ -303,4 +305,4 @@ bind = $mainMod, V, exec, pkill -x rofi || $scrPath/cliphist.sh c # open Pasteb
|
|||
bind = $mainMod, K, exec, $scrPath/keyboardswitch.sh # change keyboard layout
|
||||
|
||||
# Blur Waybar
|
||||
# layerrule=blur,waybar
|
||||
layerrule=blur, rofi
|
Loading…
Add table
Add a link
Reference in a new issue