From 241ce713ace0a689cbd6fb414e654420d7db5706 Mon Sep 17 00:00:00 2001 From: Anton Bilous Date: Sun, 4 Jan 2026 11:02:50 +0200 Subject: [PATCH] misc --- .config/hypr/binds.conf | 2 +- .config/hypr/hyprland.conf | 2 ++ .config/hypr/variables.conf | 8 +++----- .config/udiskie/config.yml | 7 +++++++ .gitignore | 1 + 5 files changed, 14 insertions(+), 6 deletions(-) create mode 100644 .config/udiskie/config.yml diff --git a/.config/hypr/binds.conf b/.config/hypr/binds.conf index 90ac995..203b6b1 100644 --- a/.config/hypr/binds.conf +++ b/.config/hypr/binds.conf @@ -33,7 +33,7 @@ bind = $mod SHIFT, T, alterzorder, top #bind = $mod, T, togglesplit # dwindle #bind = $mod, V, layoutmsg, preselect, l #bind = $mod, H, layoutmsg, preselect, r -bind = $mod, T, layoutmsg, orientationnext # master +bind = $mod, T, layoutmsg, orientationcycle left top right bottom #bind = $mod, M, layoutmsg, swapwithmaster auto bind = $mod, A, layoutmsg, addmaster bind = $mod SHIFT, A, layoutmsg, removemaster diff --git a/.config/hypr/hyprland.conf b/.config/hypr/hyprland.conf index c181c57..e822beb 100644 --- a/.config/hypr/hyprland.conf +++ b/.config/hypr/hyprland.conf @@ -11,6 +11,8 @@ exec-once = gammastep -m wayland -PO 4000 exec-once = /usr/lib/polkit-kde-authentication-agent-1 # asking for a password whenever an app wants to elevate it's privileges exec-once = swayidle -w -C ~/.config/hypr/other/swayidle.conf exec-once = waybar +exec-once = udiskie +exec-once = qbittorrent # exec-once = ~/.config/hypr/scripts/check_displays.sh # uncomment if apps take too long to open: diff --git a/.config/hypr/variables.conf b/.config/hypr/variables.conf index c281ba9..6f87647 100644 --- a/.config/hypr/variables.conf +++ b/.config/hypr/variables.conf @@ -48,12 +48,9 @@ master { # {{{ allow_small_split = true special_scale_factor = 1 mfact = 0.5 #0-1 - # new_is_master = false + new_status = slave # master, slave, inherit new_on_top = false - # no_gaps_when_only = 1 # 0, 1-no border, 2-border orientation = left - # inherit_fullscreen = true - # always_center_master = false smart_resizing = true } # }}} @@ -85,7 +82,7 @@ decoration { # {{{ dim_inactive = false dim_strength = 0.2 dim_special = 0 - dim_around = 0.4 + dim_around = 0 #screen_shader = [[Empty]] } # }}} @@ -136,6 +133,7 @@ input { # {{{ follow_mouse = 1 # 0 - Cursor movement will not change focus. 1 - Cursor movement will always change focus to the window under the cursor. 2 - Cursor focus will be detached from keyboard focus. Clicking on a window will move keyboard focus to that window. 3 - Cursor focus will be completely separate from keyboard focus. Clicking on a window will not change keyboard focus. mouse_refocus = true # don't let mouse moves on window to steal focus back from new opened window unless the mouse crosses the border or the old window is clicked float_switch_override_focus = 1 #??? + special_fallthrough = true touchpad { disable_while_typing = false diff --git a/.config/udiskie/config.yml b/.config/udiskie/config.yml new file mode 100644 index 0000000..321fd74 --- /dev/null +++ b/.config/udiskie/config.yml @@ -0,0 +1,7 @@ +program_options: + tray: auto + automount: true + notify: true + password_cache: false + file_manager: xdg-open + terminal: yazi diff --git a/.gitignore b/.gitignore index a886d5c..8e55a74 100644 --- a/.gitignore +++ b/.gitignore @@ -58,6 +58,7 @@ !.config/mako/ !.config/kitty/ !.config/waybar/ +!.config/udiskie/ !.config/gf2_config.ini # Media