3 Commits

Author SHA1 Message Date
kenji d30bfc951e feat(walker): use duckduckgo as default 2025-12-28 07:57:05 -06:00
kenji 6694ed268a fix(hypr): smart split ain't good 2025-12-28 07:56:43 -06:00
kenji eed6bfd51b fix(preload): not actually fixed, find a way 2025-12-28 07:17:18 -06:00
4 changed files with 14 additions and 6 deletions
+1
View File
@@ -61,6 +61,7 @@
"SUPER, T, Toggle Steam, togglespecialworkspace, steam"
"SUPER, M, Toggle Music, togglespecialworkspace, music"
"SUPER, Y, Toggle YouTube, togglespecialworkspace, youtube"
"SUPER, P, Toggle Preload, togglespecialworkspace, preload"
# [Workspaces] Toggle between most recent workspaces
"SUPER, Tab, Cycle workspaces, workspace, previous"
+5 -5
View File
@@ -8,6 +8,10 @@
"killall -SIGUSR2 .ghostty-wrappe"
];
exec-once = [
"[workspace special:preload silent] uwsm app -- firefox"
"[workspace special:preload silent] uwsm app -- xdg-terminal-exec"
"[workspace special:preload silent] uwsm app -- firefox -P YouTube"
"uwsm app -- waybar"
"uwsm app -- hyprpaper"
"uwsm app -- elephant"
@@ -16,11 +20,7 @@
"walker --gapplication-service"
"[workspace special:preload silent] uwsm app -- firefox"
"[workspace special:preload silent] uwsm app -- xdg-terminal-exec"
"[workspace special:preload silent] uwsm app -- firefox -P YouTube"
"sh -c 'sleep 3; hyprctl dispatch workspace 1'"
"sh -c 'sleep 2; hyprctl dispatch workspace 1; sleep 2; hyprctl dispatch workspace 1'" # FIXME: tard wrangling edition
"[workspace 1] uwsm app -- xdg-terminal-exec"
+1 -1
View File
@@ -9,7 +9,7 @@
dwindle = {
pseudotile = true;
preserve_split = true;
smart_split = true;
smart_split = false;
};
master = {
new_status = "master";
+7
View File
@@ -563,4 +563,11 @@
};
};
};
home.file.".config/elephant/websearch.toml".text = ''
[[entries]]
name = "DuckDuckGo"
url = "https://duckduckgo.com/?q=%TERM%"
default = true
'';
}