tofi
This commit is contained in:
@ -174,7 +174,8 @@ in {
|
|||||||
"$right" = "O";
|
"$right" = "O";
|
||||||
|
|
||||||
"$terminal" = "ghostty";
|
"$terminal" = "ghostty";
|
||||||
"$launcher" = "walker";
|
"$dlauncher" = "tofi-drun";
|
||||||
|
"$launcher" = "tofi-run";
|
||||||
"$screenLocker" = "hyprlock";
|
"$screenLocker" = "hyprlock";
|
||||||
"$webBrowser" = "io.github.zen_browser.zen";
|
"$webBrowser" = "io.github.zen_browser.zen";
|
||||||
"$clipboardManager" = "copyq menu";
|
"$clipboardManager" = "copyq menu";
|
||||||
@ -205,7 +206,8 @@ in {
|
|||||||
bindn = [", mouse:272, hy3:focustab, mouse"];
|
bindn = [", mouse:272, hy3:focustab, mouse"];
|
||||||
bind = [
|
bind = [
|
||||||
"$mod, Return, exec, $terminal"
|
"$mod, Return, exec, $terminal"
|
||||||
"$mod, Space, exec, $launcher"
|
"$mod, Space, exec, $dlauncher"
|
||||||
|
"$modShift, Space, exec, $launcher"
|
||||||
"$mod, Escape, exec, hyprctl switchxkblayout all next"
|
"$mod, Escape, exec, hyprctl switchxkblayout all next"
|
||||||
"$modCtrl, Q, killactive"
|
"$modCtrl, Q, killactive"
|
||||||
"$modCtrl, M, fullscreen"
|
"$modCtrl, M, fullscreen"
|
||||||
@ -477,7 +479,6 @@ in {
|
|||||||
stylix.targets.waybar.enable = false;
|
stylix.targets.waybar.enable = false;
|
||||||
programs.waybar = {
|
programs.waybar = {
|
||||||
enable = true;
|
enable = true;
|
||||||
#package = pkgs.waybar-0.11.0";
|
|
||||||
systemd = {
|
systemd = {
|
||||||
enable = true;
|
enable = true;
|
||||||
target = "graphical-session.target";
|
target = "graphical-session.target";
|
||||||
@ -1105,9 +1106,30 @@ in {
|
|||||||
}
|
}
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
|
programs.tofi = {
|
||||||
programs.walker = {
|
|
||||||
enable = true;
|
enable = true;
|
||||||
|
settings = {
|
||||||
|
drun-launch = true;
|
||||||
|
anchor = "bottom";
|
||||||
|
width = 1920 - 12;
|
||||||
|
height = 40;
|
||||||
|
padding-right = 6;
|
||||||
|
padding-left = 6;
|
||||||
|
padding-bottom = 2;
|
||||||
|
padding-top = 2;
|
||||||
|
margin-bottom = 6;
|
||||||
|
border-width = 3;
|
||||||
|
corner-radius = 16;
|
||||||
|
outline-width = 0;
|
||||||
|
min-input-width = 192;
|
||||||
|
result-spacing = 12;
|
||||||
|
require-match = false;
|
||||||
|
horizontal = true;
|
||||||
|
prompt-text = "~>";
|
||||||
|
};
|
||||||
|
};
|
||||||
|
programs.walker = {
|
||||||
|
enable = false;
|
||||||
package = pkgs.walker;
|
package = pkgs.walker;
|
||||||
runAsService = true;
|
runAsService = true;
|
||||||
config = {
|
config = {
|
||||||
|
Reference in New Issue
Block a user