Compare commits
2 Commits
c398284102
...
master
| Author | SHA1 | Date | |
|---|---|---|---|
|
067ffe1ae3
|
|||
|
dbd86cce81
|
4
dwl_act
4
dwl_act
@@ -28,7 +28,7 @@ case $act in
|
|||||||
# search) ;;
|
# search) ;;
|
||||||
launch) wldash;;
|
launch) wldash;;
|
||||||
# explore) ;;
|
# explore) ;;
|
||||||
print) grim -c -g "$(slurp -o -r -c '#ff0000ff')" -t ppm - | satty --filename - --fullscreen --output-filename ~/Screenshots/satty-$(date '+%Y%m%d-%H:%M:%S').png ;;
|
print) grim -c -g "$(slurp -d -c '#aaaaaa44')" -t ppm - | satty --filename - --fullscreen --output-filename ~/Screenshots/satty-$(date '+%Y%m%d-%H:%M:%S').png ;; # Select area
|
||||||
|
|
||||||
# With CTRL modifier
|
# With CTRL modifier
|
||||||
# C_vol_mute) ;;
|
# C_vol_mute) ;;
|
||||||
@@ -47,7 +47,7 @@ case $act in
|
|||||||
# C_search) ;;
|
# C_search) ;;
|
||||||
# C_launch) ;;
|
# C_launch) ;;
|
||||||
# C_explore) ;;
|
# C_explore) ;;
|
||||||
C_print) grim -c -g "$(slurp -d -c '#0000ffff')" -t ppm - | satty --filename - --fullscreen --output-filename ~/Screenshots/satty-$(date '+%Y%m%d-%H:%M:%S').png ;;
|
C_print) grim -c -g "$(slurp -o -r -c '#0000ffff')" -t ppm - | satty --filename - --fullscreen --output-filename ~/Screenshots/satty-$(date '+%Y%m%d-%H:%M:%S').png ;; # Fullscreen
|
||||||
|
|
||||||
# With SHIFT modifier
|
# With SHIFT modifier
|
||||||
# S_vol_mute) ;;
|
# S_vol_mute) ;;
|
||||||
|
|||||||
@@ -108,8 +108,8 @@ general {
|
|||||||
|
|
||||||
# https://wiki.hypr.land/Configuring/Variables/#decoration
|
# https://wiki.hypr.land/Configuring/Variables/#decoration
|
||||||
decoration {
|
decoration {
|
||||||
rounding = 2
|
rounding = 5
|
||||||
rounding_power = 1
|
rounding_power = 3
|
||||||
|
|
||||||
# Change transparency of focused and unfocused windows
|
# Change transparency of focused and unfocused windows
|
||||||
active_opacity = 1.0
|
active_opacity = 1.0
|
||||||
@@ -267,6 +267,7 @@ bind = $mainMod SHIFT, P, exec, $menu
|
|||||||
# bind = $mainMod, P, pseudo, # dwindle
|
# bind = $mainMod, P, pseudo, # dwindle
|
||||||
# bind = $mainMod, J, togglesplit, # dwindle
|
# bind = $mainMod, J, togglesplit, # dwindle
|
||||||
bind = $mainMod SHIFT, W, exec, dwl_web
|
bind = $mainMod SHIFT, W, exec, dwl_web
|
||||||
|
bind = $mainMod SHIFT, E, exec, dwl_email
|
||||||
|
|
||||||
# Change layouts
|
# Change layouts
|
||||||
bind = $supMod SHIFT, M, exec, hyprctl keyword general:layout monocle
|
bind = $supMod SHIFT, M, exec, hyprctl keyword general:layout monocle
|
||||||
@@ -352,6 +353,8 @@ bindel = $supMod, A, exec, dwl_act vol_mute
|
|||||||
bindel = ,XF86AudioMicMute, exec, wpctl set-mute @DEFAULT_AUDIO_SOURCE@ toggle
|
bindel = ,XF86AudioMicMute, exec, wpctl set-mute @DEFAULT_AUDIO_SOURCE@ toggle
|
||||||
bindel = ,XF86MonBrightnessUp, exec, dwl_act bright_high
|
bindel = ,XF86MonBrightnessUp, exec, dwl_act bright_high
|
||||||
bindel = ,XF86MonBrightnessDown, exec, dwl_act bright_low
|
bindel = ,XF86MonBrightnessDown, exec, dwl_act bright_low
|
||||||
|
bind = ,Print, exec, dwl_act print
|
||||||
|
bind = Control_L ,Print, exec, dwl_act C_print
|
||||||
|
|
||||||
# Requires playerctl
|
# Requires playerctl
|
||||||
bindl = , XF86AudioPrev, exec, dwl_act media_prev
|
bindl = , XF86AudioPrev, exec, dwl_act media_prev
|
||||||
|
|||||||
Reference in New Issue
Block a user