worked on ly and hyprland

This commit is contained in:
Tomas Rivera
2026-03-06 20:25:55 +01:00
parent 20cf35b3b1
commit 48e073f874
3 changed files with 10 additions and 17 deletions
+7 -14
View File
@@ -149,13 +149,13 @@ in
"Ctrl+$mod, 5, exec, gnome-characters"
"Ctrl+$mod, 6, exec, custom-killall"
# reloads the autostart programs
"Ctrl+$mod, 4, exec, sleep 3 && kitty -o font_size=16 -e sh -c 'custom-weather'"
"Ctrl+$mod, 4, exec, sleep 2 && kitty -o font_size=11 -e sh -c 'custom-cowsay'"
"Ctrl+$mod, 4, exec, sleep 1 && kitty -o font_size=16 -e sh -c 'custom-weather'"
"Ctrl+$mod, 4, exec, sleep 1 && kitty -o font_size=11 -e sh -c 'custom-cowsay'"
"Ctrl+$mod, 4, exec, kitty -e 'custom-launch'"
"Ctrl+$mod, 4, exec, sleep 1 && kitty -o font_size=5 -e btm --theme gruvbox --disable-click --disable_advanced_kill --enable_cache_memory -g -R -T "
"Ctrl+$mod, 4, exec, sleep 3 && kitty -o font_size=1 -e sh -c 'cmatrix -br'"
"Ctrl+$mod, 4, exec, sleep 1 && kitty -o font_size=1 -e sh -c 'cmatrix -br'"
#plugins keybindings
"$mod, SPACE, overview:toggle, "
#"$mod, SPACE, overview:toggle, "
];
binde = [
@@ -207,18 +207,11 @@ in
#########################
# login autostart
#######################
"[workspace 1 silent] sleep 3 && kitty -o font_size=16 -e sh -c 'custom-weather'"
# will launch weather (Third) with a reduced font size
"[workspace 1 silent] sleep 2 && kitty -o font_size=11 -e sh -c 'custom-cowsay'"
# will launch quotes (fourth)
"[workspace 1 silent] sleep 1 && kitty -o font_size=16 -e sh -c 'custom-weather'"
"[workspace 1 silent] sleep 1 && kitty -o font_size=11 -e sh -c 'custom-cowsay'"
"[workspace 1 silent] kitty -e 'custom-launch'"
# the terminal will exec .zshrc so FastFetch will be launched (First)
"[workspace 1 silent] sleep 1 && kitty -o font_size=5 -e btm --theme gruvbox --disable-click --disable_advanced_kill --enable_cache_memory -g -R -T "
# will launch bottom (second)
"[workspace 1 silent] sleep 3 && kitty -o font_size=1 -e sh -c 'cmatrix -br'"
# will launch cmatrix
# sleep is used to launch the app in a specific order, because normally exec-once are run in parrallel
"[workspace 1 silent] sleep 1 && kitty -o font_size=1 -e sh -c 'cmatrix -br'"
######################
######################
];
+1 -1
View File
@@ -59,7 +59,7 @@
"privacy.clearOnShutdown.cookies" = false;
"browser.discovery.enabled" = false; # disable discovery
"browser.search.suggest.enabled" = true; # disable search suggestions
"browser.contentblocking.category" = "custom"; # set tracking protection to custom
"browser.contentblocking.category" = "standart"; # set tracking protection to standart to not interfer with adnauseam
"dom.private-attribution.submission.enabled" = false; # stop doing dumb stuff mozilla
"browser.protections_panel.infoMessage.seen" = true; # disable tracking protection info
+2 -2
View File
@@ -40,7 +40,7 @@
bigclock = "en";
clock = "%H:%M";
colormix_col1 = "0x08FB4934";
colormix_col1 = "0x08E85D04";
colormix_col2 = "0x08FABD2F";
colormix_col3 = "0x08FE8019";
@@ -62,7 +62,7 @@
# Optional commands (leave null or comment if unused)
hibernate_cmd = null;
inactivity_cmd = null;
#login_cmd = "exec hyprland";
login_cmd = "start-hyprland";
#logout_cmd = null;
sleep_cmd = null;