Compare commits
3 Commits
b6aa962496
...
d30bfc951e
| Author | SHA1 | Date | |
|---|---|---|---|
| d30bfc951e | |||
| 6694ed268a | |||
| eed6bfd51b |
@@ -61,6 +61,7 @@
|
|||||||
"SUPER, T, Toggle Steam, togglespecialworkspace, steam"
|
"SUPER, T, Toggle Steam, togglespecialworkspace, steam"
|
||||||
"SUPER, M, Toggle Music, togglespecialworkspace, music"
|
"SUPER, M, Toggle Music, togglespecialworkspace, music"
|
||||||
"SUPER, Y, Toggle YouTube, togglespecialworkspace, youtube"
|
"SUPER, Y, Toggle YouTube, togglespecialworkspace, youtube"
|
||||||
|
"SUPER, P, Toggle Preload, togglespecialworkspace, preload"
|
||||||
|
|
||||||
# [Workspaces] Toggle between most recent workspaces
|
# [Workspaces] Toggle between most recent workspaces
|
||||||
"SUPER, Tab, Cycle workspaces, workspace, previous"
|
"SUPER, Tab, Cycle workspaces, workspace, previous"
|
||||||
|
|||||||
@@ -8,6 +8,10 @@
|
|||||||
"killall -SIGUSR2 .ghostty-wrappe"
|
"killall -SIGUSR2 .ghostty-wrappe"
|
||||||
];
|
];
|
||||||
exec-once = [
|
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 -- waybar"
|
||||||
"uwsm app -- hyprpaper"
|
"uwsm app -- hyprpaper"
|
||||||
"uwsm app -- elephant"
|
"uwsm app -- elephant"
|
||||||
@@ -16,11 +20,7 @@
|
|||||||
|
|
||||||
"walker --gapplication-service"
|
"walker --gapplication-service"
|
||||||
|
|
||||||
"[workspace special:preload silent] uwsm app -- firefox"
|
"sh -c 'sleep 2; hyprctl dispatch workspace 1; sleep 2; hyprctl dispatch workspace 1'" # FIXME: tard wrangling edition
|
||||||
"[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'"
|
|
||||||
|
|
||||||
"[workspace 1] uwsm app -- xdg-terminal-exec"
|
"[workspace 1] uwsm app -- xdg-terminal-exec"
|
||||||
|
|
||||||
|
|||||||
@@ -9,7 +9,7 @@
|
|||||||
dwindle = {
|
dwindle = {
|
||||||
pseudotile = true;
|
pseudotile = true;
|
||||||
preserve_split = true;
|
preserve_split = true;
|
||||||
smart_split = true;
|
smart_split = false;
|
||||||
};
|
};
|
||||||
master = {
|
master = {
|
||||||
new_status = "master";
|
new_status = "master";
|
||||||
|
|||||||
@@ -563,4 +563,11 @@
|
|||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
home.file.".config/elephant/websearch.toml".text = ''
|
||||||
|
[[entries]]
|
||||||
|
name = "DuckDuckGo"
|
||||||
|
url = "https://duckduckgo.com/?q=%TERM%"
|
||||||
|
default = true
|
||||||
|
'';
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user