Compare commits
No commits in common. "da7ce3384ecdbdd5dc8c515064e43465883915e7" and "1fc28686c6f52ba28a1f61de5def7f0c53728bad" have entirely different histories.
da7ce3384e
...
1fc28686c6
4 changed files with 8 additions and 1954 deletions
File diff suppressed because it is too large
Load diff
|
@ -1,8 +1,6 @@
|
||||||
$mainMod = SUPER
|
$mainMod = SUPER
|
||||||
$term = ghostty
|
$term = wezterm
|
||||||
$termStart = ghostty
|
$termStart = wezterm start
|
||||||
# $term = wezterm
|
|
||||||
# $termStart = wezterm start
|
|
||||||
# $term = alacritty
|
# $term = alacritty
|
||||||
# $termStart = alacritty
|
# $termStart = alacritty
|
||||||
env = GRIMBLAST_EDITOR, ksnip
|
env = GRIMBLAST_EDITOR, ksnip
|
||||||
|
|
|
@ -1,21 +1,14 @@
|
||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
|
|
||||||
# exec-once = hyprctl setcursor catppuccin-mocha-dark-cursors 24
|
|
||||||
# exec-once = swww-daemon
|
|
||||||
# exec-once = mako
|
|
||||||
# exec-once = udiskie
|
|
||||||
# exec-once = xprop -root -f _XWAYLAND_GLOBAL_OUTPUT_SCALE 32c -set _XWAYLAND_GLOBAL_OUTPUT_SCALE 2
|
|
||||||
# exec-once = ~/wallpapers/cycle.sh
|
|
||||||
#
|
|
||||||
pkill hypridle
|
pkill hypridle
|
||||||
hypridle &
|
hypridle &
|
||||||
|
|
||||||
pkill kanshi
|
pkill kanshi
|
||||||
kanshi &
|
kanshi &
|
||||||
|
|
||||||
kill $(pgrep --full 'hyprman watch')
|
kill $(pgrep --full 'hyprman swww')
|
||||||
|
|
||||||
hyprman watch & # start eww here?
|
hyprman swww &
|
||||||
|
|
||||||
pkill eww # started by hyprman start
|
pkill eww # started by hyprman start
|
||||||
hyprman start &
|
hyprman start &
|
||||||
|
|
|
@ -37,11 +37,10 @@ decoration {
|
||||||
size = 3
|
size = 3
|
||||||
passes = 1
|
passes = 1
|
||||||
}
|
}
|
||||||
shadow {
|
drop_shadow = yes
|
||||||
range = 20
|
shadow_range = 20
|
||||||
render_power = 2
|
shadow_render_power = 2
|
||||||
color = rgba(1a1a1aee)
|
col.shadow = rgba(1a1a1aee)
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
animations {
|
animations {
|
||||||
|
|
Loading…
Reference in a new issue