gigaforust+general (full) bind config
This commit is contained in:
@@ -0,0 +1,85 @@
|
||||
$mainMod=SUPER
|
||||
$term=kitty
|
||||
$file=dolphin
|
||||
|
||||
# Окна
|
||||
bind = $mainMod, Q, exec, $term
|
||||
bind = $mainMod, C, killactive
|
||||
bind = $mainMod SHIFT,F4, exit
|
||||
bind = $mainMod, V, togglefloating
|
||||
bind = $mainMod, P, pseudo
|
||||
bind = $mainMod, J, togglesplit
|
||||
bind = ,F11, fullscreen, 0
|
||||
bind = $mainMod, G, centerwindow
|
||||
bind = $mainMod, D, pin
|
||||
|
||||
# ЗАпуск
|
||||
bind = $mainMod, L, exec, hyprlock
|
||||
bind = $mainMod, E, exec, $file
|
||||
bind = $mainMod, X, exec, ~/.config/hypr/scripts/wofi_toggle.sh
|
||||
bind = CTRL $mainMod, V, exec, copyq toggle
|
||||
bind = SUPER, F10, exec, ~/.local/bin/obs-replay.sh
|
||||
|
||||
|
||||
# Скриншоты
|
||||
bind = $mainMod SHIFT, S, exec, bash -c 'mkdir -p /home/forust/Pictures/Screenshots/$(date +%Y-%m)' && grimblast --notify --freeze copysave area /home/forust/Pictures/Screenshots/$(date +%Y-%m)/Screenshot_$(date +%F_%H-%M-%S).png
|
||||
bind = $mainMod, S, exec, bash -c 'mkdir -p /home/forust/Pictures/Screenshots/$(date +%Y-%m)' && grimblast --notify copysave output /home/forust/Pictures/Screenshots/$(date +%Y-%m)/Screenshot_$(date +%F_%H-%M-%S).png
|
||||
bind = ,PRINT, exec, bash -c 'mkdir -p /home/forust/Pictures/Screenshots/$(date +%Y-%m)' && grimblast --notify --freeze copysave active /home/forust/Pictures/Screenshots/$(date +%Y-%m)/Screenshot_$(date +%F_%H-%M-%S).png
|
||||
|
||||
# Перемещение фокуса
|
||||
bind = $mainMod, left, movefocus, l
|
||||
bind = $mainMod, right, movefocus, r
|
||||
bind = $mainMod, up, movefocus, u
|
||||
bind = $mainMod, down, movefocus, d
|
||||
|
||||
# Рабочие столы
|
||||
bind = $mainMod, 1, workspace, 1
|
||||
bind = $mainMod, 2, workspace, 2
|
||||
bind = $mainMod, 3, workspace, 3
|
||||
bind = $mainMod, 4, workspace, 4
|
||||
bind = $mainMod, 5, workspace, 5
|
||||
bind = $mainMod, 6, workspace, 6
|
||||
bind = $mainMod, 7, workspace, 7
|
||||
bind = $mainMod, 8, workspace, 8
|
||||
bind = $mainMod, 9, workspace, 9
|
||||
bind = $mainMod, 0, workspace, 10
|
||||
bind = $mainMod, a, workspace, 11
|
||||
bind = $mainMod, m, workspace, 12
|
||||
|
||||
bind = $mainMod SHIFT, 1, movetoworkspace, 1
|
||||
bind = $mainMod SHIFT, 2, movetoworkspace, 2
|
||||
bind = $mainMod SHIFT, 3, movetoworkspace, 3
|
||||
bind = $mainMod SHIFT, 4, movetoworkspace, 4
|
||||
bind = $mainMod SHIFT, 5, movetoworkspace, 5
|
||||
bind = $mainMod SHIFT, 6, movetoworkspace, 6
|
||||
bind = $mainMod SHIFT, 7, movetoworkspace, 7
|
||||
bind = $mainMod SHIFT, 8, movetoworkspace, 8
|
||||
bind = $mainMod SHIFT, 9, movetoworkspace, 9
|
||||
bind = $mainMod SHIFT, 0, movetoworkspace, 10
|
||||
bind = $mainMod SHIFT, a, movetoworkspace, 11
|
||||
bind = $mainMod SHIFT, m, movetoworkspace, 12
|
||||
|
||||
|
||||
bind = $mainMod, mouse_down, workspace, e+1
|
||||
bind = $mainMod, mouse_up, workspace, e-1
|
||||
bindm = $mainMod, mouse:272, movewindow
|
||||
bindm = $mainMod, mouse:273, resizewindow
|
||||
|
||||
# Медиа клавиши
|
||||
bind = ,XF86AudioRaiseVolume, exec, pamixer -i 5
|
||||
bind = ,XF86AudioLowerVolume, exec, pamixer -d 5
|
||||
bind = ,XF86AudioMute, exec, pamixer -t
|
||||
|
||||
bind = ,XF86AudioNext, exec, playerctl next
|
||||
bind = ,XF86AudioPrev, exec, playerctl previous
|
||||
bind = ,XF86AudioPlay, exec, playerctl play-pause
|
||||
|
||||
bind = ,XF86MonBrightnessUp, exec, brightnessctl set +10%
|
||||
bind = ,XF86MonBrightnessDown, exec, brightnessctl set 10%-
|
||||
bind = ,XF86Explorer, exec, dolphin
|
||||
|
||||
bind = , XF86Launch6, exec, wpctl set-mute @DEFAULT_AUDIO_SOURCE@ toggle
|
||||
|
||||
# Яркость
|
||||
bind = , XF86MonBrightnessUp, exec, brightnessctl set 5%+
|
||||
bind = , XF86MonBrightnessDown, exec, brightnessctl set 5%-
|
||||
Reference in New Issue
Block a user