✨ update a lot of dotfiles and dirs
This commit is contained in:
@@ -7,7 +7,7 @@
|
||||
# See https://wiki.hyprland.org/Configuring/Variables for more information on how to configure appearance
|
||||
|
||||
general {
|
||||
gaps_in = 5
|
||||
gaps_in = 4
|
||||
gaps_out = 8
|
||||
|
||||
border_size = 2
|
||||
@@ -34,10 +34,10 @@ decoration {
|
||||
col.shadow = rgba(1a1a1aee)
|
||||
|
||||
blur {
|
||||
enabled = true
|
||||
size = 3
|
||||
passes = 1
|
||||
vibrancy = 0.1696
|
||||
enabled = false
|
||||
size = 3
|
||||
passes = 1
|
||||
vibrancy = 0.1696
|
||||
}
|
||||
}
|
||||
|
||||
@@ -45,13 +45,16 @@ animations {
|
||||
enabled = true
|
||||
|
||||
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, myBezier
|
||||
animation = windowsOut, 1, 5, default, popin 80%
|
||||
animation = windows, 1, 5.5, amazingBezier, slide
|
||||
animation = windowsOut, 1, 5, default, popin 70%
|
||||
animation = layers, 1, 7, default, slide
|
||||
animation = border, 1, 10, default
|
||||
animation = borderangle, 1, 8, default
|
||||
animation = fade, 1, 3.5, default
|
||||
animation = workspaces, 1, 6, default
|
||||
animation = fadeLayers, 1, 7, amazingBezier
|
||||
animation = workspaces, 1, 6, default, slidefade
|
||||
}
|
||||
|
||||
dwindle {
|
||||
|
||||
+15
-6
@@ -3,11 +3,20 @@
|
||||
## AUTOSTART ##
|
||||
###############
|
||||
|
||||
exec-once = /usr/lib/polkit-kde-authentication-agent-1 # exec kde auth agent if app asks for extra permissions
|
||||
exec-once = /bin/waybar
|
||||
exec-once = /bin/swaync # Run notification center / daemon
|
||||
exec-once = /bin/hyprpaper
|
||||
exec-once = /usr/lib/polkit-kde-authentication-agent-1 # exec kde auth agent if app asks for sudo
|
||||
exec-once = waybar
|
||||
exec-once = swaync # Run notification center / daemon
|
||||
exec-once = hyprpaper
|
||||
exec-once = hypridle # Idle daemon for Hyprland
|
||||
|
||||
# App example
|
||||
# exec-once = /opt/discord/Discord --start-minimized
|
||||
# Clipboard manager
|
||||
exec-once = wl-paste --type text --watch cliphist store # Stores text
|
||||
exec-once = wl-paste --type image --watch cliphist store # Stores images
|
||||
|
||||
|
||||
# Apps
|
||||
exec-once = /opt/discord/Discord --start-minimized
|
||||
|
||||
# Special
|
||||
exec-once = /home/joaov/.local/share/scripts/fix-nautilus.sh
|
||||
exec-once = /bin/systemctl enable --now bluetooth
|
||||
|
||||
+17
-7
@@ -7,8 +7,8 @@
|
||||
$mainMod = SUPER
|
||||
$terminal = kitty
|
||||
$fileManager = nautilus
|
||||
$menu = wofi --show drun
|
||||
$screenshotDir = "/home/"+ $USER +"/Images/Screenshots"
|
||||
$menu = wofi -I -m -a -G -i
|
||||
$screenshotDir = "$HOME/Imagens/Capturas"
|
||||
|
||||
input {
|
||||
kb_layout = br
|
||||
@@ -26,19 +26,26 @@ input {
|
||||
}
|
||||
}
|
||||
|
||||
# https://wiki.hyprland.org/Configuring/Variables/#gestures
|
||||
gestures {
|
||||
workspace_swipe = true
|
||||
}
|
||||
|
||||
# Example per-device config
|
||||
# See https://wiki.hyprland.org/Configuring/Keywords/#per-device-input-configs for more
|
||||
device {
|
||||
name = epic-mouse-v1
|
||||
sensitivity = -0.5
|
||||
}
|
||||
|
||||
# Main binds, see https://wiki.hyprland.org/Configuring/Binds/ for more
|
||||
bind = $mainMod, K, exec, $terminal
|
||||
bind = $mainMod, Q, killactive,
|
||||
bind = $mainMod, M, exit,
|
||||
bind = $mainMod, Q, killactive
|
||||
bind = $mainMod, E, exec, $fileManager
|
||||
bind = $mainMod, V, togglefloating,
|
||||
bind = $mainMod, SPACE, exec, $menu
|
||||
bind = $mainMod, F, togglefloating
|
||||
bind = $mainMod, SPACE, exec, $menu --show drun -p "Search for Programs..."
|
||||
bind = $mainMod, P, pseudo, # dwindle
|
||||
bind = $mainMod, J, togglesplit, # dwindle
|
||||
bind = $mainMod, J, togglesplit # dwindle
|
||||
bind = $mainMod ALT, ENTER, fullscreen
|
||||
|
||||
# Function keys
|
||||
@@ -55,6 +62,9 @@ bind = , code:233, exec, brightnessctl s +5% # Increase monitor brightness
|
||||
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
|
||||
|
||||
# Reloading Components
|
||||
# Waybar
|
||||
bind = $mainMod, F7, exec, pkill waybar && waybar
|
||||
|
||||
@@ -5,5 +5,6 @@
|
||||
|
||||
env = XCURSOR_SIZE, 24
|
||||
env = HYPRCURSOR_SIZE, 24
|
||||
env = QT_QPA_PLATFORM,wayland
|
||||
env = QT_QPA_PLATFORMTHEME,qt6ct
|
||||
env = ADW_DISABLE_PORTAL,1 # Allows dark theme in adwaita applications
|
||||
env = ADW_DISABLE_PORTAL,1
|
||||
|
||||
@@ -1,4 +0,0 @@
|
||||
|
||||
general {
|
||||
# Looks empty... Maybe I should take some time to configure that.
|
||||
}
|
||||
@@ -1,8 +0,0 @@
|
||||
|
||||
unload unused
|
||||
|
||||
splash = true
|
||||
|
||||
# preload = ~/Imagens/Wallpapers/apple-dark.jpg
|
||||
|
||||
# wallpaper = , ~/Imagens/Wallpapers/apple-dark.jpg # use ´contain:´ before wallpaper to preserve original size
|
||||
@@ -5,4 +5,9 @@
|
||||
|
||||
# See https://wiki.hyprland.org/Configuring/Window-Rules/ and https://wiki.hyprland.org/Configuring/Workspace-Rules/ for information on how to configure this
|
||||
|
||||
# Floating windows
|
||||
windowrulev2 = float, class:moe.launcher.*
|
||||
windowrulev2 = float, title:^(Clapper)$
|
||||
windowrulev2 = float, title:^(Resources)$
|
||||
|
||||
windowrulev2 = suppressevent maximize, class:.*
|
||||
|
||||
Reference in New Issue
Block a user