🔧 chore(config/hypr): use colorshell instead of astal in favor of the new app implementation
This commit is contained in:
@@ -18,4 +18,4 @@ exec-once = sh $XDG_CONFIG_HOME/hypr/scripts/gen-pywal.sh
|
|||||||
exec-once = sleep 3 && sh $XDG_CONFIG_HOME/hypr/scripts/load-hyprsunset.sh # wait some time to actually set the filters
|
exec-once = sleep 3 && sh $XDG_CONFIG_HOME/hypr/scripts/load-hyprsunset.sh # wait some time to actually set the filters
|
||||||
|
|
||||||
# Shell
|
# Shell
|
||||||
exec-once = $exec ags run
|
exec-once = $exec colorshell
|
||||||
|
|||||||
@@ -10,7 +10,7 @@ bind = , Print, exec, $exec sh $XDG_CONFIG_HOME/hypr/scripts/screenshot.sh
|
|||||||
bind = $mainMod, Print, exec, $exec sh $XDG_CONFIG_HOME/hypr/scripts/screenshot.sh full
|
bind = $mainMod, Print, exec, $exec sh $XDG_CONFIG_HOME/hypr/scripts/screenshot.sh full
|
||||||
|
|
||||||
# restarts colorshell
|
# restarts colorshell
|
||||||
bind = $mainMod, F7, exec, astal reload || $exec ags run
|
bind = $mainMod, F7, exec, colorshell reload || $exec colorshell
|
||||||
|
|
||||||
bind = $mainMod, K, exec, $exec $terminal
|
bind = $mainMod, K, exec, $exec $terminal
|
||||||
bind = $mainMod, Q, killactive
|
bind = $mainMod, Q, killactive
|
||||||
@@ -18,21 +18,21 @@ bind = $mainMod, E, exec, $exec $fm
|
|||||||
bind = $mainMod, F, togglefloating
|
bind = $mainMod, F, togglefloating
|
||||||
bind = $mainMod, P, pseudo,
|
bind = $mainMod, P, pseudo,
|
||||||
bind = $mainMod, J, togglesplit
|
bind = $mainMod, J, togglesplit
|
||||||
bind = $mainMod, N, exec, astal toggle control-center
|
bind = $mainMod, N, exec, colorshell toggle control-center
|
||||||
bind = $mainMod, M, exec, astal toggle center-window
|
bind = $mainMod, M, exec, colorshell toggle center-window
|
||||||
bind = $mainMod, L, exec, $exec hyprlock
|
bind = $mainMod, L, exec, $exec hyprlock
|
||||||
bind = $mainMod, V, exec, astal runner '>' || $exec sh $XDG_CONFIG_HOME/hypr/scripts/clipboard-menu.sh
|
bind = $mainMod, V, exec, colorshell runner '>' || $exec sh $XDG_CONFIG_HOME/hypr/scripts/clipboard-menu.sh
|
||||||
bind = $mainMod, W, exec, astal runner '\##'
|
bind = $mainMod, W, exec, colorshell runner '##'
|
||||||
|
|
||||||
# bind = $mainMod, $mainMod_L, exec, astal toggle apps-window
|
# bind = $mainMod, $mainMod_L, exec, colorshell toggle apps-window
|
||||||
bind = $mainMod, $mainMod_l, exec, astal peek-workspace-num
|
bind = $mainMod, $mainMod_l, exec, colorshell peek-workspace-num
|
||||||
|
|
||||||
binde = , XF86AudioLowerVolume, exec, astal volume sink-decrease 5 || wpctl set-volume @DEFAULT_AUDIO_SINK@ 5%- # Decrease volume
|
binde = , XF86AudioLowerVolume, exec, colorshell volume sink-decrease 5 || wpctl set-volume @DEFAULT_AUDIO_SINK@ 5%- # Decrease volume
|
||||||
binde = , XF86AudioRaiseVolume, exec, astal volume sink-increase 5 || wpctl set-volume @DEFAULT_AUDIO_SINK@ 5%+ # Increase volume
|
binde = , XF86AudioRaiseVolume, exec, colorshell volume sink-increase 5 || wpctl set-volume @DEFAULT_AUDIO_SINK@ 5%+ # Increase volume
|
||||||
bind = , XF86AudioMute, exec, astal volume sink-mute || wpctl set-mute @DEFAULT_AUDIO_SINK@ toggle # Mute
|
bind = , XF86AudioMute, exec, colorshell volume sink-mute || wpctl set-mute @DEFAULT_AUDIO_SINK@ toggle # Mute
|
||||||
bind = , XF86AudioPrev, exec, astal media previous || playerctl previous # Previous media
|
bind = , XF86AudioPrev, exec, colorshell media previous || playerctl previous # Previous media
|
||||||
bind = , XF86AudioNext, exec, astal media next || playerctl next # Next media
|
bind = , XF86AudioNext, exec, colorshell media next || playerctl next # Next media
|
||||||
bind = , XF86AudioPlay, exec, astal media play-pause || playerctl play-pause # Toggle Play/Pause media
|
bind = , XF86AudioPlay, exec, colorshell media play-pause || playerctl play-pause # Toggle Play/Pause media
|
||||||
|
|
||||||
bind = , XF86MonBrightnessDown, exec, brightnessctl s 5%- # Lower monitor brightness
|
bind = , XF86MonBrightnessDown, exec, brightnessctl s 5%- # Lower monitor brightness
|
||||||
bind = , XF86MonBrightnessUp, exec, brightnessctl s +5% # Increase monitor brightness
|
bind = , XF86MonBrightnessUp, exec, brightnessctl s +5% # Increase monitor brightness
|
||||||
|
|||||||
@@ -12,4 +12,4 @@ $exec = sh $XDG_CONFIG_HOME/hypr/scripts/exec.sh
|
|||||||
$mainMod = SUPER
|
$mainMod = SUPER
|
||||||
$terminal = kitty
|
$terminal = kitty
|
||||||
$fm = nautilus
|
$fm = nautilus
|
||||||
$menu = astal runner
|
$menu = colorshell runner
|
||||||
|
|||||||
Reference in New Issue
Block a user