Compare commits
3 commits
1fc28686c6
...
da7ce3384e
Author | SHA1 | Date | |
---|---|---|---|
da7ce3384e | |||
ed42d89339 | |||
9cd35cf7f5 |
4 changed files with 1954 additions and 8 deletions
1936
home/private_dot_config/ghostty/config
Normal file
1936
home/private_dot_config/ghostty/config
Normal file
File diff suppressed because it is too large
Load diff
|
@ -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
|
||||||
|
|
|
@ -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 &
|
||||||
|
|
|
@ -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 {
|
||||||
|
|
Loading…
Reference in a new issue