Moved bar to quickshell
This commit is contained in:
parent
ab0a71784e
commit
5a3a18f9f7
30 changed files with 971 additions and 206 deletions
|
|
@ -3,7 +3,7 @@
|
|||
# Wayland related environment variables.
|
||||
env = HYPRCURSOR_THEME,McMojave
|
||||
env = HYPRCURSOR_SIZE,30
|
||||
env = TERMINAL,foot
|
||||
env = TERMINAL,st
|
||||
env = QT_QPA_PLATFORM,wayland
|
||||
|
||||
opengl {
|
||||
|
|
@ -37,7 +37,7 @@ input {
|
|||
|
||||
sensitivity = 0 # -1.0 - 1.0, 0 means no modification.
|
||||
|
||||
kb_options = caps:swapescape
|
||||
# kb_options = caps:swapescape
|
||||
}
|
||||
|
||||
general {
|
||||
|
|
@ -112,6 +112,7 @@ windowrulev2 = bordersize 0, floating:0, onworkspace:w[tv1]
|
|||
windowrulev2 = rounding 0, floating:0, onworkspace:w[tv1]
|
||||
windowrulev2 = bordersize 0, floating:0, onworkspace:f[1]
|
||||
windowrulev2 = rounding 0, floating:0, onworkspace:f[1]
|
||||
windowrulev2 = float, class:nm-tray
|
||||
|
||||
gestures {
|
||||
# See https://wiki.hyprland.org/Configuring/Variables/ for more
|
||||
|
|
@ -122,7 +123,7 @@ misc {
|
|||
# See https://wiki.hyprland.org/Configuring/Variables/ for more
|
||||
force_default_wallpaper = 0 # Set to 0 to disable the anime mascot wallpapers
|
||||
# enable_swallow = true
|
||||
# swallow_regex = ^(st|foot|footclient)$
|
||||
# swallow_regex = ^(st-256color)$
|
||||
mouse_move_enables_dpms = true
|
||||
}
|
||||
|
||||
|
|
@ -140,29 +141,28 @@ layerrule = ignorezero, waybar
|
|||
$mainMod = SUPER
|
||||
|
||||
# Program spawning hotkeys
|
||||
bind = CONTROL ALT, BACKSPACE, exec, foot -e zsh -c 'btop'
|
||||
bind = CONTROL ALT, BACKSPACE, exec, st -e zsh -c 'btop'
|
||||
bind = $mainMod CONTROL, W, exec, [floating] foot -W 78x38 -e nmtui
|
||||
bind = $mainMod, RETURN, exec, foot
|
||||
bind = $mainMod, W, exec, firefox
|
||||
bind = $mainMod, E, exec, foot -e zsh -c 'tmp="$(mktemp -t "yazi-cwd.XXXXX")"; yazi "$@" --cwd-file="$tmp"; printf "\033]0;foot\007"; if cwd="$(cat -- "$tmp")" && [ -n "$cwd" ] && [ "$cwd" != "$PWD" ]; then; cd -- "$cwd"; fi; rm -f -- "$tmp"; exec $SHELL'
|
||||
bind = $mainMod, RETURN, exec, st
|
||||
bind = $mainMod, W, exec, zen
|
||||
bind = $mainMod, E, exec, st -e zsh -c 'tmp="$(mktemp -t "yazi-cwd.XXXXX")"; yazi "$@" --cwd-file="$tmp"; printf "\033]0;st\007"; if cwd="$(cat -- "$tmp")" && [ -n "$cwd" ] && [ "$cwd" != "$PWD" ]; then; cd -- "$cwd"; fi; rm -f -- "$tmp"; exec $SHELL'
|
||||
bind = $mainMod SHIFT, E, exec, emacsclient -c -a 'emacs'
|
||||
bind = $mainMod, C, exec, foot -e zsh -c 'khal interactive'
|
||||
bind = $mainMod, M, exec, foot -e zsh -c 'neomutt'
|
||||
bind = $mainMod, C, exec, st -e zsh -c 'khal interactive'
|
||||
bind = $mainMod, M, exec, st -e zsh -c 'neomutt'
|
||||
|
||||
# Menu hoykeys
|
||||
bind = $mainMod, R, exec, fuzzel
|
||||
|
||||
# System control keybinds
|
||||
binde = $mainMod, MINUS, exec, wpctl set-volume @DEFAULT_AUDIO_SINK@ 1%-; test -z "$(pidof waybar)" && notify-send -r 44 "$(wpctl get-volume @DEFAULT_AUDIO_SINK@)"
|
||||
binde = $mainMod SHIFT, MINUS, exec, wpctl set-volume @DEFAULT_AUDIO_SINK@ 5%-; test -z "$(pidof waybar)" && notify-send -r 44 "$(wpctl get-volume @DEFAULT_AUDIO_SINK@)"
|
||||
binde = $mainMod, EQUAL, exec, wpctl set-volume @DEFAULT_AUDIO_SINK@ 1%+; test -z "$(pidof waybar)" && notify-send -r 44 "$(wpctl get-volume @DEFAULT_AUDIO_SINK@)"
|
||||
binde = $mainMod SHIFT, EQUAL, exec, wpctl set-volume @DEFAULT_AUDIO_SINK@ 5%+; test -z "$(pidof waybar)" && notify-send -r 44 "$(wpctl get-volume @DEFAULT_AUDIO_SINK@)"
|
||||
binde = $mainMod, MINUS, exec, wpctl set-volume @DEFAULT_AUDIO_SINK@ 1%-
|
||||
binde = $mainMod SHIFT, MINUS, exec, wpctl set-volume @DEFAULT_AUDIO_SINK@ 5%-
|
||||
binde = $mainMod, EQUAL, exec, wpctl set-volume @DEFAULT_AUDIO_SINK@ 1%+
|
||||
binde = $mainMod SHIFT, EQUAL, exec, wpctl set-volume @DEFAULT_AUDIO_SINK@ 5%+
|
||||
binde = ,F7, exec, change-brightness up
|
||||
binde = ,XF86MonBrightnessUp, exec, change-brightness up
|
||||
binde = ,F6, exec, change-brightness down
|
||||
binde = ,XF86MonBrightnessDown,exec, change-brightness down
|
||||
bind = $mainMod, L, exec, swaylock -e -c 000000
|
||||
bind = $mainMod, L, exec, sleep 5; hyprctl dispatch dpms off
|
||||
bind = $mainMod, L, exec, hyprlock
|
||||
bind = $mainMod CONTROL SHIFT, R, exec, startw # Reload all graphical daemons
|
||||
|
||||
|
||||
|
|
@ -176,7 +176,9 @@ bind = $mainMod, D, exec, hyprctl dispatch submap menu-submap; sleep 2; hyprctl
|
|||
submap = menu-submap
|
||||
bind = ,A, exec, menu-accent
|
||||
bind = ,A, submap, reset
|
||||
bind = ,M, exec, menu-man
|
||||
bind = ,B, exec, [floating] foot -W 80x17 -e dash -c -i 'menu-bookmark'
|
||||
bind = ,B, submap, reset
|
||||
bind = ,M, exec, [floating] foot -W 78x38 -e dash -c -i 'menu-man'
|
||||
bind = ,M, submap, reset
|
||||
bind = ,W, exec, networkmanager_dmenu
|
||||
bind = ,W, submap, reset
|
||||
|
|
@ -186,7 +188,7 @@ bind = ,I, exec, menu-wpio source
|
|||
bind = ,I, submap, reset
|
||||
bind = ,L, exec, hyprmonitors menu
|
||||
bind = ,L, submap, reset
|
||||
bind = ,P, exec, menu-pass
|
||||
bind = ,P, exec, [floating] foot -W 80x17 -e zsh -c -i 'menu-pass'
|
||||
bind = ,P, submap, reset
|
||||
submap = reset
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue