add a "thinking" shortcut
This commit is contained in:
parent
dd3ddd9d81
commit
c64058ba6f
2 changed files with 8 additions and 6 deletions
|
@ -8,7 +8,8 @@ env = GRIMBLAST_EDITOR, ksnip
|
|||
# Program binds
|
||||
bind = $mainMod SHIFT, RETURN, exec, $term
|
||||
bind = $mainMod, P, exec, ~/.config/rofi/bin/launcher.sh
|
||||
bind = $mainMod, N, exec, $termStart --class "notes-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 SHIFT, L, exec, hyprlock
|
||||
bind = $mainMod, S,exec, grimblast copy area
|
||||
bind = $mainMod SHIFT,S, exec, grimblast edit area
|
||||
|
|
|
@ -7,8 +7,9 @@ windowrulev2 = tile,class:(Vivaldi-stable)
|
|||
windowrulev2 = float,class:^(MultiViewer for F1)$
|
||||
|
||||
# notes-editor rules
|
||||
windowrulev2 = float, class:^(notes-editor)$
|
||||
windowrulev2 = move 10% 10% ,class:^(notes-editor)$
|
||||
windowrulev2 = size 80% 80% ,class:^(notes-editor)$
|
||||
windowrulev2 = dimaround, class:^(notes-editor)$
|
||||
windowrulev2 = animation popin 50%, class:^(notes-editor)$
|
||||
windowrulev2 = float, class:^(float-editor)$
|
||||
windowrulev2 = move 10% 10% ,class:^(float-editor)$
|
||||
windowrulev2 = size 80% 80% ,class:^(float-editor)$
|
||||
windowrulev2 = dimaround, class:^(float-editor)$
|
||||
windowrulev2 = animation popin 50%, class:^(float-editor)$
|
||||
|
||||
|
|
Loading…
Reference in a new issue