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