diff --git a/hyprland.conf b/hyprland.conf index e96d322..74207e4 100644 --- a/hyprland.conf +++ b/hyprland.conf @@ -18,19 +18,20 @@ workspace = 5, monitor:eDP-1 exec-once = waybar exec-once = hyprpaper exec-once = kitty +exec-once = hyprctl setcursor Adwaita 24 # Our apps, adjust for yourself, otherwise apps won't run! $terminal = kitty $fileManager = nautilus # GNOME file manager -$browser = google-chrome-stable # It's from AUR $menu = wofi --show drun # Aplication launcher $telegram = Telegram -$spotify = spotify-player +$spotify = spotify $vscode = code +$browser = google-chrome-stable # Cursor +env = XCURSOR_THEME,Adwaita env = XCURSOR_SIZE,24 -env = QT_QPA_PLATFORMTHEME,qt5ct # Input configuration input { @@ -73,8 +74,8 @@ decoration { rounding = 2 # Change transparency of focused and unfocused windows - active_opacity = 0.95 - inactive_opacity = 0.75 + active_opacity = 0.985 + inactive_opacity = 0.85 shadow { enabled = true @@ -113,23 +114,13 @@ animations { dwindle { pseudotile = true preserve_split = true - smart_split = false -} - -master { - new_status = master -} - -# Cursor settings -cursor { - sync_gsettings_theme = true - enable_hyprcursor = true + smart_split = true } # Default wallpaper settings misc { force_default_wallpaper = -1 # Set to 0 or 1 to disable the anime mascot wallpapers - disable_hyprland_logo = false + disable_hyprland_logo = true disable_splash_rendering = true key_press_enables_dpms = true mouse_move_enables_dpms = true @@ -187,7 +178,7 @@ $mainMod2 = ALT # Secondary modifier for window management (ALT Button) # System binds bind = $mainMod, C, killactive, bind = $mainMod2, F4, killactive, # Alternative Windows-style close -bind = $mainMod2 CTRL, DELETE, exit, # Safer exit combination +bind = $mainMod, M, exit, # Safer exit combination bind = $mainMod, Z, togglefloating, bind = $mainMod, X, fullscreen bind = $mainMod SHIFT, F, fullscreen, 1 # Fullscreen mode 1 (keeps window decorations) @@ -202,12 +193,13 @@ bind = $mainMod, R, exec, $menu bind = $mainMod, Q, exec, $terminal bind = $mainMod, F, exec, $fileManager bind = $mainMod, B, exec, $browser -bind = $mainMod, S, exec, hyprshot -m region -o $HOME/Pictures/Screenshots -f Screenshot_$(date "+%Y-%m-%d_%H:%M:%S").png -z bind = SHIFT, C, exec, $vscode bind = $mainMod, T, exec, $telegram +bind = $mainMod, S, exec, $spotify # Utility binds bind = CTRL SHIFT, ESCAPE, exec, $terminal htop # Task manager alternative +bind = $shiftMod, S, exec, hyprshot -m region -o $HOME/Pictures/Screenshots -f Screenshot_$(date "+%Y-%m-%d_%H:%M:%S").png -z # WORKSPACE MANAGEMENT (SUPER) bind = $mainMod, 1, workspace, 1