mirror of
https://github.com/CoolnsX/hyprdots.git
synced 2025-12-20 07:15:23 +05:30
Actual final build before release
This commit is contained in:
@@ -1,14 +1,16 @@
|
||||
# See https://wiki.hyprland.org/Configuring/Monitors/
|
||||
monitor=,highrr,auto,1
|
||||
$hypr_dir="$HOME/.config/hypr"
|
||||
|
||||
$accent=00D8CE
|
||||
|
||||
#envs
|
||||
env = LIBVA_DRIVER_NAME,nvidia
|
||||
#env = LIBVA_DRIVER_NAME,nvidia
|
||||
env = XDG_SESSION_TYPE,wayland
|
||||
env = GBM_BACKEND,nvidia-drm
|
||||
env = __GLX_VENDOR_LIBRARY_NAME,nvidia
|
||||
#env = GBM_BACKEND,nvidia-drm
|
||||
#env = __GLX_VENDOR_LIBRARY_NAME,nvidia
|
||||
env = WLR_NO_HARDWARE_CURSORS,1
|
||||
env = GLOBAL_ACCENT,$accent
|
||||
|
||||
|
||||
# See https://wiki.hyprland.org/Configuring/Keywords/ for more
|
||||
# For all categories, see https://wiki.hyprland.org/Configuring/Variables/
|
||||
@@ -34,9 +36,9 @@ general {
|
||||
gaps_in = 2
|
||||
gaps_out = 4
|
||||
border_size = 3
|
||||
col.active_border = rgba(D81860FF)
|
||||
col.active_border = rgb($accent)
|
||||
col.inactive_border = rgba(595959aa)
|
||||
resize_on_border=true
|
||||
resize_on_border=false
|
||||
|
||||
layout = dwindle
|
||||
}
|
||||
@@ -50,9 +52,9 @@ decoration {
|
||||
shadow_render_power = 3
|
||||
col.shadow = rgba(1a1a1aee)
|
||||
blur {
|
||||
enabled = false
|
||||
enabled = yes
|
||||
size = 8
|
||||
passes = 2
|
||||
passes = 3
|
||||
}
|
||||
}
|
||||
|
||||
@@ -83,6 +85,10 @@ gestures {
|
||||
workspace_swipe_fingers = 3
|
||||
}
|
||||
|
||||
misc {
|
||||
force_default_wallpaper = 0
|
||||
}
|
||||
|
||||
# See https://wiki.hyprland.org/Configuring/Keywords/ for more
|
||||
$mainMod = SUPER
|
||||
|
||||
@@ -131,7 +137,6 @@ bindm = $mainMod, mouse:273, resizewindow
|
||||
#applications shortcuts
|
||||
bind = $mainMod, F4, exec, $HOME/repos_scripts/ani-new
|
||||
bind = $mainMod, F5, exec, $hypr_dir/wifi
|
||||
bind = $mainMod, R, exec, $hypr_dir/launch
|
||||
bind = $mainMod, return, exec, [workspace 2] foot
|
||||
bind = $mainMod, Q, exec, $hypr_dir/dmenu_run_history
|
||||
bind = $mainMod, A, exec, [workspace 1] google-chrome-stable
|
||||
@@ -170,16 +175,17 @@ windowrulev2=workspace 4,class:^(Google-chrome)$
|
||||
windowrulev2=workspace 3,class:^(mpv)$
|
||||
windowrulev2=workspace 3,class:^([c|C]ode)
|
||||
windowrulev2=workspace 4,class:^(pavucontrol)$
|
||||
windowrulev2=workspace 4,class:^(org.freedesktop.Xwayland)$
|
||||
windowrulev2=fullscreen,class:^(org.freedesktop.Xwayland)$
|
||||
windowrulev2 = bordercolor rgba(64f2a4ff), xwayland: 1
|
||||
#windowrulev2=workspace 4,class:^(org.freedesktop.Xwayland)$
|
||||
#windowrulev2=fullscreen,class:^(org.freedesktop.Xwayland)$
|
||||
windowrulev2=workspace 4,class:^(virt-manager)$
|
||||
windowrulev2 = bordercolor rgba(D81860FF), xwayland: 1
|
||||
|
||||
#startup applications
|
||||
exec-once=dbus-update-activation-environment --systemd --all
|
||||
exec-once=ssh-agent
|
||||
exec-once=/usr/lib/polkit-gnome/polkit-gnome-authentication-agent-1
|
||||
exec-once=node $HOME/github/arrpc/src > /tmp/arrpc-log
|
||||
exec-once=swaybg -i $HOME/.config/wall/9.png
|
||||
#exec-once=swaybg -i $HOME/.config/wall/9.png
|
||||
exec-once=xrdb -merge $HOME/.config/.Xresource
|
||||
exec-once=$hypr_dir/workspace 'focus'
|
||||
exec-once=sleep 2 && $hypr_dir/workspace
|
||||
|
||||
Reference in New Issue
Block a user