tofi
This commit is contained in:
@ -174,7 +174,8 @@ in {
|
||||
"$right" = "O";
|
||||
|
||||
"$terminal" = "ghostty";
|
||||
"$launcher" = "walker";
|
||||
"$dlauncher" = "tofi-drun";
|
||||
"$launcher" = "tofi-run";
|
||||
"$screenLocker" = "hyprlock";
|
||||
"$webBrowser" = "io.github.zen_browser.zen";
|
||||
"$clipboardManager" = "copyq menu";
|
||||
@ -205,7 +206,8 @@ in {
|
||||
bindn = [", mouse:272, hy3:focustab, mouse"];
|
||||
bind = [
|
||||
"$mod, Return, exec, $terminal"
|
||||
"$mod, Space, exec, $launcher"
|
||||
"$mod, Space, exec, $dlauncher"
|
||||
"$modShift, Space, exec, $launcher"
|
||||
"$mod, Escape, exec, hyprctl switchxkblayout all next"
|
||||
"$modCtrl, Q, killactive"
|
||||
"$modCtrl, M, fullscreen"
|
||||
@ -477,7 +479,6 @@ in {
|
||||
stylix.targets.waybar.enable = false;
|
||||
programs.waybar = {
|
||||
enable = true;
|
||||
#package = pkgs.waybar-0.11.0";
|
||||
systemd = {
|
||||
enable = true;
|
||||
target = "graphical-session.target";
|
||||
@ -1105,9 +1106,30 @@ in {
|
||||
}
|
||||
'';
|
||||
};
|
||||
|
||||
programs.walker = {
|
||||
programs.tofi = {
|
||||
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;
|
||||
runAsService = true;
|
||||
config = {
|
||||
|
Reference in New Issue
Block a user