mirror of
https://git.in.rschanz.org/ryan77627/guix-config.git
synced 2024-11-07 07:36:09 -05:00
added taskwarrior and tasksh
This commit is contained in:
parent
6aeca396fb
commit
c45e1fcd8b
3 changed files with 9 additions and 1 deletions
|
@ -3,4 +3,4 @@ font=Monofur Nerd Font Mono:size=15
|
|||
notify=notify-send -a ${app-id} -i ${app-id} ${title} ${body}
|
||||
|
||||
[colors]
|
||||
alpha=0.7
|
||||
alpha=0.75
|
||||
|
|
|
@ -63,6 +63,8 @@
|
|||
"font-cns11643"
|
||||
"font-google-noto-emoji"
|
||||
"syncthing"
|
||||
"taskwarrior"
|
||||
"tasksh"
|
||||
"imv"
|
||||
"perl"
|
||||
"tor"
|
||||
|
|
|
@ -116,6 +116,7 @@ $mainMod = SUPER
|
|||
|
||||
# Example binds, see https://wiki.hyprland.org/Configuring/Binds/ for more
|
||||
bind = $mainMod, Return, exec, foot
|
||||
bind = $mainMod CTRL, Return, exec, foot -a float-foot
|
||||
bind = $mainMod SHIFT, Q, killactive
|
||||
bind = $mainMod SHIFT, E, exit
|
||||
bind = $mainMod SHIFT, Space, togglefloating
|
||||
|
@ -218,6 +219,11 @@ windowrulev2 = nofullscreenrequest, class:^(firefox)$, title:^(Firefox — Shari
|
|||
windowrulev2 = float,class:^(ala-wttr)$
|
||||
windowrulev2 = size 740 712, class:^(ala-wttr)$
|
||||
|
||||
# Floating terminal
|
||||
windowrulev2 = float,class:^(float-foot)$
|
||||
windowrulev2 = size 930 680,class:^(float-foot)$
|
||||
windowrulev2 = center,class:^(float-foot)$
|
||||
|
||||
# Change color of pinned windows
|
||||
windowrulev2 = bordercolor rgba(bf0000ee) rgba(ab00adee) 45deg,pinned:1
|
||||
|
||||
|
|
Loading…
Reference in a new issue