misc
This commit is contained in:
@@ -33,7 +33,7 @@ bind = $mod SHIFT, T, alterzorder, top
|
|||||||
#bind = $mod, T, togglesplit # dwindle
|
#bind = $mod, T, togglesplit # dwindle
|
||||||
#bind = $mod, V, layoutmsg, preselect, l
|
#bind = $mod, V, layoutmsg, preselect, l
|
||||||
#bind = $mod, H, layoutmsg, preselect, r
|
#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, M, layoutmsg, swapwithmaster auto
|
||||||
bind = $mod, A, layoutmsg, addmaster
|
bind = $mod, A, layoutmsg, addmaster
|
||||||
bind = $mod SHIFT, A, layoutmsg, removemaster
|
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 = /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 = swayidle -w -C ~/.config/hypr/other/swayidle.conf
|
||||||
exec-once = waybar
|
exec-once = waybar
|
||||||
|
exec-once = udiskie
|
||||||
|
exec-once = qbittorrent
|
||||||
# exec-once = ~/.config/hypr/scripts/check_displays.sh
|
# exec-once = ~/.config/hypr/scripts/check_displays.sh
|
||||||
|
|
||||||
# uncomment if apps take too long to open:
|
# uncomment if apps take too long to open:
|
||||||
|
|||||||
@@ -48,12 +48,9 @@ master { # {{{
|
|||||||
allow_small_split = true
|
allow_small_split = true
|
||||||
special_scale_factor = 1
|
special_scale_factor = 1
|
||||||
mfact = 0.5 #0-1
|
mfact = 0.5 #0-1
|
||||||
# new_is_master = false
|
new_status = slave # master, slave, inherit
|
||||||
new_on_top = false
|
new_on_top = false
|
||||||
# no_gaps_when_only = 1 # 0, 1-no border, 2-border
|
|
||||||
orientation = left
|
orientation = left
|
||||||
# inherit_fullscreen = true
|
|
||||||
# always_center_master = false
|
|
||||||
smart_resizing = true
|
smart_resizing = true
|
||||||
} # }}}
|
} # }}}
|
||||||
|
|
||||||
@@ -85,7 +82,7 @@ decoration { # {{{
|
|||||||
dim_inactive = false
|
dim_inactive = false
|
||||||
dim_strength = 0.2
|
dim_strength = 0.2
|
||||||
dim_special = 0
|
dim_special = 0
|
||||||
dim_around = 0.4
|
dim_around = 0
|
||||||
#screen_shader = [[Empty]]
|
#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.
|
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
|
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 #???
|
float_switch_override_focus = 1 #???
|
||||||
|
special_fallthrough = true
|
||||||
|
|
||||||
touchpad {
|
touchpad {
|
||||||
disable_while_typing = false
|
disable_while_typing = false
|
||||||
|
|||||||
@@ -0,0 +1,7 @@
|
|||||||
|
program_options:
|
||||||
|
tray: auto
|
||||||
|
automount: true
|
||||||
|
notify: true
|
||||||
|
password_cache: false
|
||||||
|
file_manager: xdg-open
|
||||||
|
terminal: yazi
|
||||||
@@ -58,6 +58,7 @@
|
|||||||
!.config/mako/
|
!.config/mako/
|
||||||
!.config/kitty/
|
!.config/kitty/
|
||||||
!.config/waybar/
|
!.config/waybar/
|
||||||
|
!.config/udiskie/
|
||||||
!.config/gf2_config.ini
|
!.config/gf2_config.ini
|
||||||
|
|
||||||
# Media
|
# Media
|
||||||
|
|||||||
Reference in New Issue
Block a user