removed eww and waybar added quickshell
This commit is contained in:
@@ -59,10 +59,10 @@ env = HYPRCURSOR_SIZE,24
|
||||
|
||||
# https://wiki.hypr.land/Configuring/Variables/#general
|
||||
general {
|
||||
gaps_in = 5
|
||||
gaps_out = 10
|
||||
gaps_in = 0
|
||||
gaps_out = 0
|
||||
|
||||
border_size = 2
|
||||
border_size = 0
|
||||
|
||||
# https://wiki.hypr.land/Configuring/Variables/#variable-types for info about colors
|
||||
col.active_border = rgba(33ccffee) rgba(00ff99ee) 45deg
|
||||
@@ -79,8 +79,8 @@ general {
|
||||
|
||||
# https://wiki.hypr.land/Configuring/Variables/#decoration
|
||||
decoration {
|
||||
rounding = 4
|
||||
rounding_power = 2
|
||||
rounding = 0
|
||||
rounding_power = 0
|
||||
|
||||
# Change transparency of focused and unfocused windows
|
||||
active_opacity = 1.0
|
||||
@@ -88,7 +88,7 @@ decoration {
|
||||
|
||||
shadow {
|
||||
enabled = true
|
||||
range = 4
|
||||
range = 0
|
||||
render_power = 3
|
||||
color = rgba(1a1a1aee)
|
||||
}
|
||||
@@ -96,7 +96,7 @@ decoration {
|
||||
# https://wiki.hypr.land/Configuring/Variables/#blur
|
||||
blur {
|
||||
enabled = true
|
||||
size = 3
|
||||
size = 0
|
||||
passes = 1
|
||||
|
||||
vibrancy = 0.1696
|
||||
@@ -160,8 +160,9 @@ misc {
|
||||
# https://wiki.hypr.land/Configuring/Variables/#input
|
||||
input {
|
||||
kb_layout = us,dk
|
||||
kb_variant = ,
|
||||
kb_options = grp:alt_shift_toggle
|
||||
}
|
||||
|
||||
# See https://wiki.hypr.land/Configuring/Gestures
|
||||
gesture = 3, horizontal, workspace
|
||||
|
||||
@@ -186,7 +187,9 @@ bind = $mainMod, W, killactive,
|
||||
bind = $mainMod, M, exec, command -v hyprshutdown >/dev/null 2>&1 && hyprshutdown || hyprctl dispatch exit
|
||||
bind = $mainMod, R, exec, sh -c '~/.config/hypr/reload.sh'
|
||||
bind = $mainMod, V, togglefloating,
|
||||
bind = $mainMod, space, exec, $menu
|
||||
#bind = $mainMod, space, exec, $menu
|
||||
bind = SUPER, SPACE, exec, $menu
|
||||
bind = $mainMod, F, exec, $fileManager
|
||||
bind = $mainMod, P, pseudo, # dwindle
|
||||
bind = $mainMod, J, togglesplit, # dwindle
|
||||
|
||||
@@ -227,19 +230,6 @@ bind = SUPER SHIFT, left, movetoworkspacesilent, e-1
|
||||
bind = SUPER ALT, right, movefocus, r
|
||||
bind = SUPER ALT, left, movefocus, l
|
||||
|
||||
# Navigate workspaces (2D)
|
||||
#bind = SUPER, right, exec, ~/.config/hypr/2d-nav.sh right && pkill -SIGRTMIN+8 waybar
|
||||
#bind = SUPER, left, exec, ~/.config/hypr/2d-nav.sh left && pkill -SIGRTMIN+8 waybar
|
||||
#bind = SUPER, up, exec, ~/.config/hypr/2d-nav.sh up && pkill -SIGRTMIN+8 waybar
|
||||
#bind = SUPER, down, exec, ~/.config/hypr/2d-nav.sh down && pkill -SIGRTMIN+8 waybar
|
||||
|
||||
# Move window to workspace (2D)
|
||||
#bind = SUPER SHIFT, right, exec, ~/.config/hypr/2d-nav.sh move-right && pkill -SIGRTMIN+8 waybar
|
||||
#bind = SUPER SHIFT, left, exec, ~/.config/hypr/2d-nav.sh move-left && pkill -SIGRTMIN+8 waybar
|
||||
#bind = SUPER SHIFT, up, exec, ~/.config/hypr/2d-nav.sh move-up && pkill -SIGRTMIN+8 waybar
|
||||
#bind = SUPER SHIFT, down, exec, ~/.config/hypr/2d-nav.sh move-down && pkill -SIGRTMIN+8 waybar
|
||||
|
||||
|
||||
|
||||
# Example special workspace (scratchpad)
|
||||
bind = $mainMod, S, exec, grim -g "$(slurp)" - | wl-copy
|
||||
@@ -316,21 +306,21 @@ windowrule {
|
||||
}
|
||||
|
||||
# env stuff
|
||||
#exec-once = waybar --style ~/.config/waybar/style.css
|
||||
exec-once = bash ~/.config/eww/scripts/launch.sh
|
||||
exec-once = quickshell
|
||||
exec-once = hyprpaper
|
||||
exec-once = ~/.config/hypr/theme-cycle.sh
|
||||
|
||||
#rules
|
||||
windowrulev = nodecorate, class:.*
|
||||
windowrule {
|
||||
name = firefox-to-ws2
|
||||
name = firefox-to-ws1
|
||||
match:class = ^(firefox)$
|
||||
workspace = 1 silent
|
||||
}
|
||||
|
||||
windowrule {
|
||||
name = code-to-ws2
|
||||
match:class = ^(code)$
|
||||
match:class = ^(code-oss)$
|
||||
workspace = 2 silent
|
||||
}
|
||||
|
||||
@@ -341,9 +331,9 @@ windowrule {
|
||||
}
|
||||
|
||||
windowrule {
|
||||
name = vesktop-to-ws4
|
||||
name = vesktop-to-ws9
|
||||
match:class = ^(vesktop)$
|
||||
workspace = 4 silent
|
||||
workspace = 9 silent
|
||||
}
|
||||
|
||||
|
||||
@@ -353,11 +343,6 @@ windowrule {
|
||||
workspace = 5 silent
|
||||
}
|
||||
|
||||
windowrule {
|
||||
name = firefox-to-ws10
|
||||
match:class = ^(firefox)$
|
||||
workspace = 10 silent
|
||||
}
|
||||
|
||||
windowrule {
|
||||
name = eww-volume-float
|
||||
@@ -365,11 +350,19 @@ windowrule {
|
||||
float = yes
|
||||
}
|
||||
|
||||
windowrule {
|
||||
name = wofi=thing
|
||||
match:class = ^(wofi)$
|
||||
float = yes
|
||||
move = 50% 36
|
||||
}
|
||||
|
||||
|
||||
#launch apps
|
||||
exec-once = [workspace 1 silent] firefox
|
||||
exec-once = [workspace 10 silent] firefox --new-instance
|
||||
exec-once = firefox
|
||||
exec-once = code
|
||||
exec-once = vesktop
|
||||
exec-once = xwaylandvideobridge
|
||||
exec-once = vesktop --enable-features=UseOzonePlatform --ozone-platform=wayland
|
||||
exec-once = steam
|
||||
exec-once = spotify
|
||||
|
||||
|
||||
Reference in New Issue
Block a user