Compare commits

..

No commits in common. "ba8f908c291050c8192a165d439ca355d5b65fbd" and "e4fd669074cdc219593314b87abb5ea76e954517" have entirely different histories.

3 changed files with 9 additions and 23 deletions

View file

@ -10,8 +10,8 @@ env = GRIMBLAST_EDITOR, ksnip
# Program binds # Program binds
bind = $mainMod SHIFT, RETURN, exec, $term bind = $mainMod SHIFT, RETURN, exec, $term
bind = $mainMod, P, exec, ~/.config/rofi/bin/launcher.sh bind = $mainMod, P, exec, ~/.config/rofi/bin/launcher.sh
bind = $mainMod, N, exec, $termStart --class="float.editor" -e notes-commit bind = $mainMod, N, exec, $termStart --class "float-editor" -e notes-commit
bind = $mainMod, T, exec, $termStart --class="float.editor" -e zk ei bind = $mainMod, T, exec, $termStart --class "float-editor" -e zk ei
bind = $mainMod SHIFT, L, exec, hyprlock bind = $mainMod SHIFT, L, exec, hyprlock
bind = $mainMod, S,exec, grimblast copy area bind = $mainMod, S,exec, grimblast copy area
bind = $mainMod SHIFT,S, exec, grimblast edit area bind = $mainMod SHIFT,S, exec, grimblast edit area

View file

@ -7,10 +7,9 @@ windowrulev2 = tile,class:(Vivaldi-stable)
windowrulev2 = float,class:^(MultiViewer for F1)$ windowrulev2 = float,class:^(MultiViewer for F1)$
# notes-editor rules # notes-editor rules
windowrulev2 = float, class:^(float.editor)$ windowrulev2 = float, class:^(float-editor)$
windowrulev2 = move 10% 10% ,class:^(float.editor)$ windowrulev2 = move 10% 10% ,class:^(float-editor)$
windowrulev2 = size 80% 80% ,class:^(float.editor)$ windowrulev2 = size 80% 80% ,class:^(float-editor)$
windowrulev2 = dimaround, class:^(float.editor)$ windowrulev2 = dimaround, class:^(float-editor)$
windowrulev2 = animation popin 50%, class:^(float.editor)$ windowrulev2 = animation popin 50%, class:^(float-editor)$

View file

@ -85,22 +85,9 @@ task lexidInc, "bump lexicographic id":
else: else:
echo "next version is: ", newVersion,"\n" echo "next version is: ", newVersion,"\n"
task h, "":
exec "nim help"
const name = projectDir().lastPathPart
task b, fmt"build binary, default: {name}":
switch("outdir", "bin")
if projectName() == "":
let name = projectDir().lastPathPart
setCommand "c", "src/" & name & ".nim"
else:
setCommand "c",""
task _,"_______________": task _,"_______________":
discard discard
task h, "":
exec "nim help"