Add pyluxafor package.

This commit is contained in:
Kevin Baensch 2023-06-15 11:04:34 +02:00
parent a1bc769e9e
commit 5450838272
Signed by: derped
GPG key ID: C0F1D326C7626543
3 changed files with 25 additions and 2 deletions

View file

@ -44,7 +44,7 @@ bindsym $mod+Mod1+Up exec playerctl previous
bindsym $mod+Shift+w sticky toggle
bindsym $mod+Shift+B floating enable; border none; resize set 900 600; move position 1020 19
### END SYSKEY BINDSYM ###
### END MEDIA BINDSYM ###
### START BINDSYM ###
@ -77,7 +77,11 @@ bindsym --release $mod+Ctrl+s exec scrot
bindsym --release $mod+Ctrl+d exec "scrot --select"
bindsym --release $mod+Ctrl+a exec "scrot -s '/tmp/%F_%T_$wx$h.png' -e 'xclip -selection clipboard -target image/png -i $f && rm $f'"
bindsym $mod+o exec pcmanfm
bindsym $mod+Mod1+1 exec luxa fade --speed 50 '00ff00'
bindsym $mod+Mod1+2 exec luxa fade --speed 50 'ffff00'
bindsym $mod+Mod1+3 exec luxa fade --speed 50 'ff0000'
bindsym $mod+Mod1+4 exec luxa fade --speed 50 '0000ff'
bindsym $mod+Mod1+5 exec luxa fade --speed 50 'ffffff'
### END BINDSYM ###
### START MODES ###