diff --git a/hypr/bindings.conf b/hypr/bindings.conf index 90adada..6a9cff5 100644 --- a/hypr/bindings.conf +++ b/hypr/bindings.conf @@ -66,7 +66,7 @@ bind = , Print, exec, $screenshotSelect bind = $mainMod, Print, exec, $screenshotFull # Open wofi clipboard -bind = $mainMod, V, exec, cliphist list | $dmenu | cliphist decode | wl-copy +bind = $mainMod, V, exec, cliphist list | $dmenu | cliphist decode | xargs -r wl-copy # Open wallpaper menu bind = $mainMod, W, exec, /usr/bin/env bash $HOME/.config/hypr/scripts/change-wallpaper.sh diff --git a/hypr/hyprland.conf b/hypr/hyprland.conf index a27f0f4..767667c 100644 --- a/hypr/hyprland.conf +++ b/hypr/hyprland.conf @@ -15,6 +15,9 @@ source = ~/.config/hypr/monitors.conf # Devices # source = ~/.config/hypr/devices.conf # Uncomment this line to apply file, remember to make it first! +# Plugins (you can comment if you want pure Hyprland) +source = ~/.config/hypr/plugins.conf + # Appearance source = ~/.config/hypr/appearance.conf diff --git a/hypr/monitors.conf b/hypr/monitors.conf index 34374af..9c8c640 100644 --- a/hypr/monitors.conf +++ b/hypr/monitors.conf @@ -13,5 +13,5 @@ # 5 -> variable refresh rate; # 6 -> 1: vrr enabled, 0: no vrr. -monitor = HDMI-A-1, 1920x1080@75, 0x0, 1, vrr, 1 +monitor = VGA-1, 1920x1080@60, 0x0, 1, vrr, 1 diff --git a/hypr/nvidia.conf b/hypr/nvidia.conf index 754f699..8993f90 100644 --- a/hypr/nvidia.conf +++ b/hypr/nvidia.conf @@ -15,5 +15,6 @@ cursor { } render { + # Set to false if you have issues explicit_sync = true } diff --git a/hypr/plugins.conf b/hypr/plugins.conf new file mode 100644 index 0000000..9f664ce --- /dev/null +++ b/hypr/plugins.conf @@ -0,0 +1,4 @@ + +plugin { + +} diff --git a/hypr/rules.conf b/hypr/rules.conf index d872da9..366e746 100644 --- a/hypr/rules.conf +++ b/hypr/rules.conf @@ -1,7 +1,7 @@ -################## -## WINDOW RULES ## -################## +############# +## RULES ## +############# # See https://wiki.hyprland.org/Configuring/Window-Rules/ and https://wiki.hyprland.org/Configuring/Workspace-Rules/ for information on how to configure this