diff options
| author | 2025-06-15 16:32:01 +0300 | |
|---|---|---|
| committer | 2025-06-15 16:32:01 +0300 | |
| commit | 9968e699d295faf1e42aa89f6b2c29d88249d568 (patch) | |
| tree | c8cf81ecb672cb8a6c1c9f764d40cdf9e6cfcfdd /config/hypr/hyprland.conf | |
| parent | Перевёл dotfiles на stow (diff) | |
| download | dotfiles-9968e699d295faf1e42aa89f6b2c29d88249d568.tar.gz dotfiles-9968e699d295faf1e42aa89f6b2c29d88249d568.tar.bz2 dotfiles-9968e699d295faf1e42aa89f6b2c29d88249d568.tar.xz dotfiles-9968e699d295faf1e42aa89f6b2c29d88249d568.zip | |
Вс 15 июн 2025 16:32:01 MSK
Diffstat (limited to '')
| -rw-r--r-- | config/hypr/hyprland.conf | 30 |
1 files changed, 6 insertions, 24 deletions
diff --git a/config/hypr/hyprland.conf b/config/hypr/hyprland.conf index c5ae504..1fc1e14 100644 --- a/config/hypr/hyprland.conf +++ b/config/hypr/hyprland.conf @@ -1,23 +1,3 @@ - -# ####################################################################################### -# AUTOGENERATED HYPR CONFIG. -# PLEASE USE THE CONFIG PROVIDED IN THE GIT REPO /examples/hypr.conf AND EDIT IT, -# OR EDIT THIS ONE ACCORDING TO THE WIKI INSTRUCTIONS. -# ####################################################################################### - - -# This is an example Hyprland config file. -# Refer to the wiki for more information. -# https://wiki.hyprland.org/Configuring/Configuring-Hyprland/ - -# Please note not all available settings / options are set here. -# For a full list, see the wiki - -# You can split this configuration into multiple files -# Create your files separately and then link them to this file like this: -# source = ~/.config/hypr/myColors.conf - - ################ ### MONITORS ### ################ @@ -25,6 +5,7 @@ # See https://wiki.hyprland.org/Configuring/Monitors/ monitor=,preferred,auto,auto monitor=DP-7,1920x1080,auto,auto +monitor=DP-9,1920x1080,auto,auto ################### ### MY PROGRAMS ### @@ -47,7 +28,7 @@ $menu = wofi --show drun exec-once = $terminal exec-once = nm-applet & -exec-once = waybar & hyprpaper & firefox +exec-once = mako & hypridle & waybar & hyprpaper & firefox ############################# @@ -78,7 +59,7 @@ general { col.inactive_border = rgba(595959aa) # Set to true enable resizing windows by clicking and dragging on borders and gaps - resize_on_border = false + resize_on_border = true # Please see https://wiki.hyprland.org/Configuring/Tearing/ before you turn this on allow_tearing = false @@ -88,7 +69,7 @@ general { # https://wiki.hyprland.org/Configuring/Variables/#decoration decoration { - rounding = 10 + rounding = 4 # Change transparency of focused and unfocused windows active_opacity = 1.0 @@ -102,7 +83,7 @@ decoration { # https://wiki.hyprland.org/Configuring/Variables/#blur blur { enabled = true - size = 3 + size = 6 passes = 1 vibrancy = 0.1696 @@ -185,6 +166,7 @@ device { # See https://wiki.hyprland.org/Configuring/Keywords/ $mainMod = SUPER # Sets "Windows" key as main modifier $shiftMod = SUPER_SHIFT + # Example binds, see https://wiki.hyprland.org/Configuring/Binds/ for more bind = $mainMod, Q, exec, $terminal bind = $mainMod, C, killactive, |
