add caelestia shell
This commit is contained in:
@@ -126,13 +126,20 @@
|
||||
# ''
|
||||
];
|
||||
|
||||
bindd = [
|
||||
bindd = [ # d - description
|
||||
"${super}, M, Toggle power profile,exec, ~/.config/hypr/scripts/switch_config.sh"
|
||||
# "${super}+Shift, S, Screenshot, exec, hyprshot --freeze --clipboard-only --mode region --silent"
|
||||
", Print, Screenshot screen to file, exec, hyprshot --mode output --mode active "
|
||||
"${super}+Shift, S, Screenshot region, exec, hyprshot --freeze --clipboard-only --mode region --silent"
|
||||
"${super}+Shift, T, OCR, exec, hyprshot -m region --raw | tesseract stdin stdout"
|
||||
"${super}, L, Lock screen, exec, hyprlock --immediate-render --no-fade-in"
|
||||
"${super}, L, Lock screen, exec, caelestia shell lock lock"
|
||||
", XF86AudioMicMute, Disable microphone, exec, wpctl set-mute @DEFAULT_SOURCE@ toggle" # а они у меня есть?.. F4 + Fn
|
||||
", XF86Display, Lock Hyprland, exec, caelestia shell lock lock" # F7 + Fn can be in future toggle vnc
|
||||
# ", XF86WLAN, Open Amnezia, exec, AmneziaVPN" # F8 + Fn need to disable by default
|
||||
", XF86Tools, Open NixOS config in VSCode, exec, code ~/Documents/Github/nixos-config"
|
||||
# ", XF86Bluetooth, Open control center, exec, caelestia shell controlCenter open || kitty -n1 blueman || kitty -n1 bluetoothctl" # need to disable by default
|
||||
# ", XF86Keyboard"
|
||||
", XF86Favorites, Open special workspace, togglespecialworkspace, special"
|
||||
# ", XF86WakeUp"
|
||||
];
|
||||
|
||||
bindm = [
|
||||
@@ -142,9 +149,9 @@
|
||||
"${super}, mouse:275, togglespecialworkspace"
|
||||
];
|
||||
|
||||
bindle = [
|
||||
", XF86MonBrightnessUp, exec, brightnessctl s 5%+"
|
||||
", XF86MonBrightnessDown, exec, brightnessctl s 5%-"
|
||||
bindle = [ # l - locked, e - repeat
|
||||
", XF86MonBrightnessUp, exec, caelestia shell brightness set +0.05 || brightnessctl s 5%+"
|
||||
", XF86MonBrightnessDown, exec, caelestia shell brightness set 0.05- || brightnessctl s 5%-"
|
||||
", XF86AudioRaiseVolume, exec, wpctl set-volume -l 1.5 @DEFAULT_AUDIO_SINK@ 2%+"
|
||||
", XF86AudioLowerVolume, exec, wpctl set-volume @DEFAULT_AUDIO_SINK@ 2%-"
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user