jj log revset
This commit is contained in:
parent
5d7ab7c414
commit
bf9b9eaafa
9 changed files with 2585 additions and 8 deletions
|
|
@ -4,11 +4,11 @@
|
|||
attrs,
|
||||
...
|
||||
}: {
|
||||
inputs.home-manager.useGlobalPkgs = true;
|
||||
"e" = inputs.home-manager.lib.homeManagerConfiguration {
|
||||
inherit pkgs;
|
||||
extraSpecialArgs = {
|
||||
inherit inputs attrs;
|
||||
useGlobalPkgs = true;
|
||||
host = {
|
||||
hostName = "t14";
|
||||
inherit (attrs) username;
|
||||
|
|
@ -20,10 +20,10 @@
|
|||
];
|
||||
};
|
||||
"minimal" = inputs.home-manager.lib.homeManagerConfiguration {
|
||||
inherit pkgs;
|
||||
extraSpecialArgs = {
|
||||
inherit inputs attrs;
|
||||
targets.genericLinux.enable = true;
|
||||
useGlobalPkgs = true;
|
||||
host = {
|
||||
hostName = "e";
|
||||
inherit (attrs) username;
|
||||
|
|
|
|||
|
|
@ -77,6 +77,9 @@
|
|||
snapshot = {
|
||||
max-new-file-size = "10MiB";
|
||||
};
|
||||
revsets = {
|
||||
log = "ancestors(reachable(@,trunk()..),2) | trunk()";
|
||||
};
|
||||
aliases = {
|
||||
tug = ["bookmark" "move" "--from" "heads(::@- & bookmarks())" "--to" "@"];
|
||||
};
|
||||
|
|
|
|||
|
|
@ -79,6 +79,8 @@
|
|||
"$mod, Space, exec, ${pkgs.wofi}/bin/wofi --show run"
|
||||
"$mod, Escape, exec, ${pkgs.wlogout}/bin/wlogout"
|
||||
"$mod, t, togglefloating"
|
||||
"$mod, g, togglegroup"
|
||||
"$mod, b, exec, pkill -SIGUSR1 waybar"
|
||||
"$mod, bracketleft, exec, grimshot --notify save area /tmp/scrot-$(date \"+%Y-%m-%d\"T\"%H:%M:%S\").png"
|
||||
"$mod, bracketright, exec, grimshot --notify copy area"
|
||||
"$mod SHIFT, q, exec, swaylock"
|
||||
|
|
@ -97,10 +99,11 @@
|
|||
"$mod, l, movefocus, r"
|
||||
"$mod, k, movefocus, u"
|
||||
"$mod, j, movefocus, d"
|
||||
"$mod SHIFT, h, movewindow, l"
|
||||
"$mod SHIFT, l, movewindow, r"
|
||||
"$mod SHIFT, k, movewindow, u"
|
||||
"$mod SHIFT, j, movewindow, d"
|
||||
"$mod, n, changegroupactive, f"
|
||||
"$mod SHIFT, h, movewindoworgroup, l"
|
||||
"$mod SHIFT, l, movewindoworgroup, r"
|
||||
"$mod SHIFT, k, movewindoworgroup, u"
|
||||
"$mod SHIFT, j, movewindoworgroup, d"
|
||||
"$mod, COMMA, focusmonitor, l"
|
||||
"$mod, PERIOD, focusmonitor, r"
|
||||
"$mod SHIFT, COMMA, movewindow, mon:l"
|
||||
|
|
|
|||
|
|
@ -26,6 +26,7 @@
|
|||
mpv
|
||||
piper
|
||||
calibre
|
||||
yt-dlp
|
||||
|
||||
# sysutils
|
||||
appimage-run
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue