Compare commits

..

No commits in common. "c6d21493ef48584c64d84759c0a021abcc84195a" and "23c6093c36af67989b806c4c742a49fb1161c36d" have entirely different histories.

3 changed files with 2 additions and 8 deletions

View file

@ -11,10 +11,6 @@ in
global = {
alignment = "center"; # Put message in the middle of the box
browser = "xdg-open"; # use default browser to open links
dmenu =
lib.mkIf
config.my.home.wm.rofi.enable
"rofi -p dunst -dmenu"; # use rofi for menu
follow = "keyboard"; # follow keyboard focus
font = "Monospace 8"; # Simple looking font
frame_width = 3; # small frame

View file

@ -187,13 +187,13 @@ in
# Focus child container
"${modifier}+a" = "focus child";
}
(lib.optionalAttrs config.my.home.wm.rofi.enable {
{
# Rofi tools
"${modifier}+d" = "exec rofi -show drun -disable-history";
"${modifier}+Shift+d" = "exec rofi -show run -disable-history";
"${modifier}+p" = "exec --no-startup-id flameshot gui";
"${modifier}+Shift+p" = "exec rofi -show emoji";
})
}
(
# Changing container focus
genMovementBindings (

View file

@ -14,8 +14,6 @@ in
history = {
size = 500000;
save = 500000;
extended = false;
ignoreSpace = true;
ignoreDups = true;
share = true;