mirror of
https://github.com/xsghetti/HyprCrux.git
synced 2025-07-03 13:50:38 -04:00
updates
This commit is contained in:
parent
97115ed0e5
commit
4ac5f5e5e5
31 changed files with 290 additions and 133 deletions
|
@ -4,7 +4,7 @@ general {
|
|||
gaps_in = 4
|
||||
gaps_out = 10
|
||||
border_size = 2
|
||||
col.active_border = $color4
|
||||
col.active_border = $color1
|
||||
col.inactive_border = $color4 $color6 $color7 $color1 30deg
|
||||
resize_on_border = true
|
||||
|
||||
|
@ -22,7 +22,7 @@ decoration {
|
|||
|
||||
blur {
|
||||
enabled = true
|
||||
size = 5
|
||||
size = 2
|
||||
passes = 3
|
||||
new_optimizations = true
|
||||
ignore_opacity = on
|
||||
|
@ -35,10 +35,10 @@ decoration {
|
|||
|
||||
}
|
||||
|
||||
#drop_shadow = no
|
||||
#shadow_range = 8
|
||||
#shadow_render_power = 1
|
||||
#col.shadow = $color4
|
||||
# drop_shadow = no
|
||||
# shadow_range = 8
|
||||
# shadow_render_power = 1
|
||||
# col.shadow = $color4
|
||||
active_opacity = 1
|
||||
inactive_opacity = 1
|
||||
|
||||
|
|
|
@ -1,9 +1,9 @@
|
|||
# Execute your favorite apps at launch
|
||||
# exec-once = waybar & hyprpaper & firefox
|
||||
exec-once = waybar
|
||||
#exec-once = sleep 1 && swww init
|
||||
# exec-once = sleep 1 && swww init
|
||||
exec-once = blueman-applet
|
||||
exec-once = /usr/lib/polkit-kde-authentication-agent-1
|
||||
exec-once = systemctl --user start hyprpolkitagent
|
||||
exec-once = nm-applet --indicator
|
||||
exec-once = wal -r
|
||||
exec-once = swaync
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
listener {
|
||||
timeout = 1000 # in seconds.
|
||||
on-timeout = hyprlock # command to run when timeout has passed.
|
||||
on-resume = notify-send "Welcome back, $USER!" # command to run when activity is detected after timeout has fired.
|
||||
}
|
||||
#listener {
|
||||
# timeout = 600 # in seconds.
|
||||
# on-timeout = hyprlock # command to run when timeout has passed.
|
||||
# on-resume = notify-send "Welcome back, $USER!" # command to run when activity is detected after timeout has fired.
|
||||
#}
|
||||
|
|
|
@ -8,26 +8,26 @@ source = ~/.cache/wal/colors-hyprland.conf
|
|||
#autogenerated = 1 # remove this line to remove the warning
|
||||
|
||||
# See https://wiki.hyprland.org/Configuring/Monitors/
|
||||
monitor = ,1920x1080,auto,1
|
||||
#monitor = ,1920x1080,auto,1
|
||||
|
||||
#Desktop
|
||||
monitor = DP-2, 1920x1080@100, 0x250, 1
|
||||
monitor = DP-1, 1920x1080@100, auto, 1
|
||||
monitor = DP-1, transform, 3
|
||||
#workspace = 1, persistent:true,monitor:DP-2,default:true
|
||||
#workspace = 2, persistent:true,monitor:DP-2
|
||||
#workspace = 3, persistent:true,monitor:DP-2
|
||||
#workspace = 4, persistent:true,monitor:DP-2
|
||||
#workspace = 5, persistent:true,monitor:DP-2
|
||||
#workspace = 6, persistent:true,monitor:DP-1
|
||||
#workspace = 7, persistent:true,monitor:DP-1
|
||||
#workspace = 8, persistent:true,monitor:DP-1
|
||||
#workspace = 9, persistent:true,monitor:DP-1
|
||||
#workspace = 0, persistent:true,monitor:DP-1
|
||||
workspace = 1, persistent:true,monitor:DP-2,default:true
|
||||
workspace = 2, persistent:true,monitor:DP-2
|
||||
workspace = 3, persistent:true,monitor:DP-2
|
||||
workspace = 4, persistent:true,monitor:DP-2
|
||||
workspace = 5, persistent:true,monitor:DP-2
|
||||
workspace = 6, persistent:true,monitor:DP-1
|
||||
workspace = 7, persistent:true,monitor:DP-1
|
||||
workspace = 8, persistent:true,monitor:DP-1
|
||||
workspace = 9, persistent:true,monitor:DP-1
|
||||
workspace = 0, persistent:true,monitor:DP-1
|
||||
|
||||
|
||||
# Laptop
|
||||
monitor = eDP-1, 1920x1080@144, auto, 1
|
||||
#monitor = eDP-1, 1920x1080@144, auto, 1
|
||||
workspace = 1, persistent:true,monitor:eDP-1,default:true
|
||||
workspace = 2, persistent:true,monitor:eDP-1
|
||||
workspace = 3, persistent:true,monitor:eDP-1
|
||||
|
@ -57,9 +57,16 @@ env = LIBVA_DRIVER_NAME,nvidia
|
|||
env = XDG_SESSION_TYPE,wayland
|
||||
env = GBM_BACKEND,nvidia-drm
|
||||
env = __GLX_VENDOR_LIBRARY_NAME,nvidia
|
||||
env = WLR_NO_HARDWARE_CURSORS,1
|
||||
env = WLR_RENDERER_ALLOW_SOFTWARE,1
|
||||
|
||||
cursor{
|
||||
no_hardware_cursors = true
|
||||
}
|
||||
|
||||
render{
|
||||
explicit_sync = 1
|
||||
}
|
||||
|
||||
|
||||
# For all categories, see https://wiki.hyprland.org/Configuring/Variables/
|
||||
input {
|
||||
|
@ -109,7 +116,7 @@ misc {
|
|||
|
||||
plugin {
|
||||
hyprtrails {
|
||||
color = $color5
|
||||
color = $color6
|
||||
}
|
||||
|
||||
hyprexpo {
|
||||
|
@ -122,6 +129,13 @@ plugin {
|
|||
gesture_distance = 300 # how far is the "max"
|
||||
gesture_positive = true # positive = swipe down. Negative = swipe up.
|
||||
}
|
||||
|
||||
hyprtasking {
|
||||
rows = 3
|
||||
exit_behavior = original hovered interacted
|
||||
gap_size = 8
|
||||
bg_color = $color3
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
|
@ -132,4 +146,4 @@ source = ~/.config/hypr/keybindings.conf
|
|||
source = ~/.config/hypr/windowrule.conf
|
||||
source = ~/.config/hypr/animations.conf
|
||||
source = ~/.config/hypr/exec.conf
|
||||
# source = ~/.config/hypr/monitors.conf
|
||||
source = ~/.config/hypr/monitors.conf
|
||||
|
|
|
@ -1,3 +1,2 @@
|
|||
preload = ~/.config/wallpapers/bench_hollow_hive.png
|
||||
|
||||
wallpaper =, ~/.config/wallpapers/bench_hollow_hive.png
|
||||
preload = /home/crux/.config/wallpapers/wallhaven-2e2xyx.jpg
|
||||
wallpaper = , /home/crux/.config/wallpapers/wallhaven-2e2xyx.jpg
|
||||
|
|
|
@ -10,7 +10,7 @@ bind = $mainMod SHIFT, W, exec, wp
|
|||
bind = $mainMod SHIFT, F, fullscreen
|
||||
bind = $mainMod, N, exec, swaync-client -t -sw
|
||||
bind = $mainMod, L, exec, hyprlock
|
||||
bind = $mainMod, W, exec, $HOME/.config/hypr/scripts/wallpaperselect.sh
|
||||
bind = $mainMod, W, exec, $HOME/wallpapertest.sh
|
||||
bind = $mainMod, G, pin
|
||||
|
||||
# Example binds, see https://wiki.hyprland.org/Configuring/Binds/ for more
|
||||
|
@ -116,7 +116,7 @@ bind = $mainMod, K, exec, $scrPath/keyboardswitch.sh # change keyboard layout
|
|||
bind = ALT,tab, exec, ags -t overview
|
||||
|
||||
# Hyprexpo Keybinding
|
||||
# bind = ALT, grave,hyprexpo:expo, toggle on
|
||||
bind = ALT, grave,hyprexpo:expo, toggle on
|
||||
|
||||
# Special Keys
|
||||
bind = , xf86monbrightnessup, exec, brightnessctl set 10%+
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
# Generated by nwg-displays on 2024-05-21 at 17:25:37. Do not edit manually.
|
||||
|
||||
monitor=DP-1,1920x1080@100.0,0x438,1.0
|
||||
monitor=DP-2,1920x1080@100.0,1920x0,1.0
|
||||
monitor=DP-2,transform,3
|
||||
monitor=DP-2,1920x1080@100.0,0x438,1.0
|
||||
monitor=DP-1,1920x1080@100.0,1920x0,1.0
|
||||
monitor=DP-1,transform,3
|
||||
monitor=HEADLESS-2,1920x1080@60.0,3000x840,1.0
|
||||
|
|
|
@ -8,3 +8,6 @@ class = "kitty-dropterm"
|
|||
size = "60% 30%"
|
||||
max_size = "1920px 40%"
|
||||
margin = 60
|
||||
|
||||
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
|
||||
|
||||
#!/bin/bash
|
||||
|
||||
scriptsDir="$HOME/.config/hypr/scripts"
|
||||
|
@ -66,7 +66,7 @@ main() {
|
|||
done
|
||||
|
||||
if [[ $pic_index -ne -1 ]]; then
|
||||
swww img "${wallDIR}/${PICS[$pic_index]}" $SWWW_PARAMS
|
||||
swww img "${wallDIR}/${PICS[$pic_index]}" $SWWW_PARAMS
|
||||
else
|
||||
echo "Image not found."
|
||||
exit 1
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue