misc
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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:
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user