added scripts to replace waybar
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
|
||||
exec-once = wl-paste --type text --watch cliphist store
|
||||
exec-once = wl-paste --type image --watch cliphist store
|
||||
exec-once = waybar & disown
|
||||
#exec-once = waybar & disown
|
||||
exec-once = librewolf & disown
|
||||
exec-once = swaync & disown
|
||||
exec-once = hypridle & disown
|
||||
|
||||
@@ -6,6 +6,7 @@
|
||||
$mainMod = SUPER # Sets "Windows" key as main modifier
|
||||
|
||||
# Example binds, see https://wiki.hyprland.org/Configuring/Binds/ for more
|
||||
bind = $mainMod, A, exec, ~/.config/hypr/scripts/status.sh
|
||||
bind = $mainMod, B, exec, $browser
|
||||
bind = $mainModu SHIFT, B, exec, $browser2
|
||||
bind = $mainMod, C, killactive,
|
||||
@@ -17,8 +18,11 @@ bind = $mainMod, M, exit,
|
||||
bind = $mainMod, N, exec, swaync-client -t -sw
|
||||
bind = $mainMod, P, pseudo, # dwindle
|
||||
bind = $mainMod SHIFT, S, exec, hyprshot -m region --clipboard-only,
|
||||
bind = $mainMod, Q, exec, ~/.config/hypr/scripts/power-menu.sh
|
||||
bind = $mainMod, U, exec, ~/.config/hypr/scripts/update-sys.sh up
|
||||
bind = $mainMod, V, exec, cliphist list | rofi -dmenu | cliphist decode | wl-copy
|
||||
bind = $mainMod, W, exec, killall waybar && waybar &
|
||||
bind = $mainMod, W, exec, ~/.config/hypr/scripts/wifi-menu.sh
|
||||
bind = $mainMod SHIFT, W, exec, ~/.config/hypr/scripts/bt-menu.sh
|
||||
bind = $mainMod, return, exec, $terminal
|
||||
bind = $mainMod, space, exec, $menu
|
||||
bind = $mainMod, backslash, exec, ~/.config/hypr/scripts/monitor_setup.sh
|
||||
|
||||
@@ -54,13 +54,13 @@ decoration {
|
||||
}
|
||||
|
||||
# App launcher
|
||||
layerrule = blur, rofi
|
||||
layerrule = ignorezero, rofi
|
||||
layerrule = animation slide bottom, rofi
|
||||
#layerrule = blur, rofi
|
||||
#layerrule = ignorezero, rofi
|
||||
#layerrule = animation slide bottom, rofi
|
||||
|
||||
# Top bar
|
||||
layerrule = blur, waybar
|
||||
layerrule = ignorezero, waybar
|
||||
#layerrule = blur, waybar
|
||||
#layerrule = ignorezero, waybar
|
||||
|
||||
dwindle {
|
||||
pseudotile = true # Master switch for pseudotiling. Enabling is bound to mainMod + P in the keybinds section below
|
||||
|
||||
@@ -3,9 +3,5 @@
|
||||
# ▀██▀██▀ ██ ██ ██ ████▀ ▀████▀ ▀██▀██▀ ██ ██ ▀████▀ ██████ ██▄▄▄▄ █████▀
|
||||
|
||||
# Ignore maximize requests from apps. You'll probably like this.
|
||||
windowrule = suppressevent maximize, class:.*
|
||||
|
||||
# Fix some dragging issues with XWayland
|
||||
windowrule = nofocus,class:^$,title:^$,xwayland:1,floating:1,fullscreen:0,pinned:0
|
||||
|
||||
windowrule = suppress_event maximize fullscreen,
|
||||
|
||||
|
||||
Reference in New Issue
Block a user