⚙️ update some hyprland dots
This commit is contained in:
@@ -47,14 +47,14 @@ animations {
|
||||
bezier = myBezier, 0.05, 0.9, 0.1, 1.05
|
||||
bezier = amazingBezier, 0.25, 0.59, 0.1, 1.05
|
||||
|
||||
animation = windows, 1, 5.5, amazingBezier, slide
|
||||
animation = windowsOut, 1, 5, default, popin 70%
|
||||
animation = layers, 1, 7, default, slide
|
||||
animation = windows, 1, 5.5, amazingBezier, slide bottom
|
||||
animation = windowsOut, 1, 5, amazingBezier, slide bottom
|
||||
animation = layers, 1, 7, amazingBezier, slide bottom
|
||||
animation = border, 1, 10, default
|
||||
animation = borderangle, 1, 8, default
|
||||
animation = fade, 1, 3.5, default
|
||||
animation = fadeLayers, 1, 7, amazingBezier
|
||||
animation = workspaces, 1, 6, default, slidefade
|
||||
animation = workspaces, 1, 6, amazingBezier, slidefade 80%
|
||||
}
|
||||
|
||||
dwindle {
|
||||
|
||||
@@ -7,7 +7,7 @@
|
||||
$mainMod = SUPER
|
||||
$terminal = kitty
|
||||
$fileManager = nautilus
|
||||
$menu = wofi -I -m -a -G -i
|
||||
$menu = wofi
|
||||
$screenshotDir = "$HOME/Imagens/Capturas"
|
||||
|
||||
input {
|
||||
@@ -43,17 +43,17 @@ bind = $mainMod, K, exec, $terminal
|
||||
bind = $mainMod, Q, killactive
|
||||
bind = $mainMod, E, exec, $fileManager
|
||||
bind = $mainMod, F, togglefloating
|
||||
bind = $mainMod, SPACE, exec, $menu --show drun -p "Search for Programs..."
|
||||
bind = $mainMod, SPACE, exec, $menu -S drun
|
||||
bind = $mainMod, P, pseudo, # dwindle
|
||||
bind = $mainMod, J, togglesplit # dwindle
|
||||
bind = $mainMod ALT, ENTER, fullscreen
|
||||
|
||||
# Function keys
|
||||
# Media keys
|
||||
bind = , code:121, exec, pamixer --mute # Mute
|
||||
bind = , code:122, exec, pamixer -d 5 # Decrease volume
|
||||
bind = , code:123, exec, pamixer -i 5 # Increase volume
|
||||
bind = , code:173, exec, playerctl previous # Previous media
|
||||
bind = , code:172, exec, playerctl play-pause # Resume media
|
||||
bind = , code:172, exec, playerctl play-pause # Toggle Play/Pause media
|
||||
bind = , code:171, exec, playerctl next # Next media
|
||||
bind = , code:232, exec, brightnessctl s 5%- # Lower monitor brightness
|
||||
bind = , code:233, exec, brightnessctl s +5% # Increase monitor brightness
|
||||
@@ -63,7 +63,7 @@ bind = , Print, exec, hyprshot -m region --output-folder $screenshotDir
|
||||
bind = $mainMod, Print, exec, hyprshot -m output --output-folder $screenshotDir
|
||||
|
||||
# Open wofi clipboard
|
||||
bind = $mainMod, V, exec, cliphist list | $menu -p "Search through clipboard..." -S dmenu | cliphist decode | wl-copy
|
||||
bind = $mainMod, V, exec, cliphist list | $menu -S dmenu | cliphist decode | wl-copy
|
||||
|
||||
# Reloading Components
|
||||
# Waybar
|
||||
|
||||
@@ -7,4 +7,5 @@ env = XCURSOR_SIZE, 24
|
||||
env = HYPRCURSOR_SIZE, 24
|
||||
env = QT_QPA_PLATFORM,wayland
|
||||
env = QT_QPA_PLATFORMTHEME,qt6ct
|
||||
env = XDG_CURRENT_DESKTOP,Hyprland
|
||||
env = ADW_DISABLE_PORTAL,1
|
||||
|
||||
@@ -9,5 +9,6 @@
|
||||
windowrulev2 = float, class:moe.launcher.*
|
||||
windowrulev2 = float, title:^(Clapper)$
|
||||
windowrulev2 = float, title:^(Resources)$
|
||||
windowrulev2 = float, class:^xdg-desktop-portal*
|
||||
|
||||
windowrulev2 = suppressevent maximize, class:.*
|
||||
|
||||
Reference in New Issue
Block a user