Compare commits

..

3 commits

Author SHA1 Message Date
da7ce3384e
hyperland git broke the config 2024-11-06 19:14:29 -06:00
ed42d89339
add existing execs script 2024-11-03 09:11:13 -06:00
9cd35cf7f5
ghostty journey begins 2024-11-03 09:11:06 -06:00
4 changed files with 1954 additions and 8 deletions

File diff suppressed because it is too large Load diff

View file

@ -1,6 +1,8 @@
$mainMod = SUPER $mainMod = SUPER
$term = wezterm $term = ghostty
$termStart = wezterm start $termStart = ghostty
# $term = wezterm
# $termStart = wezterm start
# $term = alacritty # $term = alacritty
# $termStart = alacritty # $termStart = alacritty
env = GRIMBLAST_EDITOR, ksnip env = GRIMBLAST_EDITOR, ksnip

View file

@ -1,14 +1,21 @@
#!/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 swww') kill $(pgrep --full 'hyprman watch')
hyprman swww & hyprman watch & # start eww here?
pkill eww # started by hyprman start pkill eww # started by hyprman start
hyprman start & hyprman start &

View file

@ -37,10 +37,11 @@ decoration {
size = 3 size = 3
passes = 1 passes = 1
} }
drop_shadow = yes shadow {
shadow_range = 20 range = 20
shadow_render_power = 2 render_power = 2
col.shadow = rgba(1a1a1aee) color = rgba(1a1a1aee)
}
} }
animations { animations {