mirror of
https://github.com/XNM1/linux-nixos-hyprland-config-dotfiles.git
synced 2025-09-15 09:45:58 +03:00
updated waybar
& pyprland
configs
changelog: - added `privacy` module for waybar - added `systemd-failed-units` module for waybar - added `toggle_special` plugin for pyprland - added `shortcuts_menu` plugin for pyprland - deleted spical workspaces configs for scratchpads in hyprland - added additional keybinding for color picker - fixed pavucontrol - deleted microphone indicator from top-right icons in waybar
This commit is contained in:
@@ -197,16 +197,14 @@ submap=reset
|
||||
bind = $mainMod CTRL, T, exec, pypr toggle term
|
||||
$dropterm = ^(wezterm_dropdown)$
|
||||
windowrule = float, $dropterm
|
||||
windowrule = workspace special:scratch_term silent, $dropterm
|
||||
|
||||
bind = $mainMod CTRL, V, exec, pypr toggle volume
|
||||
$volume_sidemenu = ^(pavucontrol)$
|
||||
windowrule = float, $volume_sidemenu
|
||||
windowrule = workspace special:scratch_volume silent, $volume_sidemenu
|
||||
|
||||
# Example binds, see https://wiki.hyprland.org/Configuring/Binds/ for more
|
||||
bind = $mainMod CTRL, M, togglespecialworkspace, minimized
|
||||
bind = $mainMod, M, exec, pypr toggle_minimized
|
||||
bind = $mainMod, M, exec, pypr toggle_special minimized
|
||||
bind = $mainMod CTRL, E, exec, pypr expose
|
||||
bind = $mainMod, Z, exec, pypr zoom
|
||||
|
||||
@@ -233,6 +231,7 @@ bind = $mainMod, U, exec, fish -c bookmark_to_type
|
||||
bind = $mainMod SHIFT, U, exec, fish -c bookmark_add
|
||||
bind = $mainMod CTRL, U, exec, fish -c bookmark_delete
|
||||
bind = $mainMod, C, exec, hyprpicker -a
|
||||
bind = $mainMod SHIFT, C, exec, pypr menu "Color picker"
|
||||
bind = $mainMod SHIFT, Q, killactive
|
||||
bind = $mainMod SHIFT, F, togglefloating,
|
||||
bind = $mainMod CTRL, F, fullscreen, 0
|
||||
|
Reference in New Issue
Block a user