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
|
||||
$term = wezterm
|
||||
$termStart = wezterm start
|
||||
$term = ghostty
|
||||
$termStart = ghostty
|
||||
# $term = wezterm
|
||||
# $termStart = wezterm start
|
||||
# $term = alacritty
|
||||
# $termStart = alacritty
|
||||
env = GRIMBLAST_EDITOR, ksnip
|
||||
|
|
|
@ -1,14 +1,21 @@
|
|||
#!/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
|
||||
hypridle &
|
||||
|
||||
pkill 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
|
||||
hyprman start &
|
||||
|
|
|
@ -37,10 +37,11 @@ decoration {
|
|||
size = 3
|
||||
passes = 1
|
||||
}
|
||||
drop_shadow = yes
|
||||
shadow_range = 20
|
||||
shadow_render_power = 2
|
||||
col.shadow = rgba(1a1a1aee)
|
||||
shadow {
|
||||
range = 20
|
||||
render_power = 2
|
||||
color = rgba(1a1a1aee)
|
||||
}
|
||||
}
|
||||
|
||||
animations {
|
||||
|
|
Loading…
Reference in a new issue