fully add focus-editor, get it showing up in app launchers
This commit is contained in:
@@ -95,6 +95,7 @@ general {
|
||||
col.inactive_border=$secondary_container
|
||||
gaps_in=2
|
||||
gaps_out=4
|
||||
# layout=scrolling
|
||||
layout=dwindle
|
||||
}
|
||||
|
||||
@@ -138,6 +139,7 @@ plugin {
|
||||
hyprscrolling {
|
||||
column_width = 0.7
|
||||
fullscreen_on_one_column = true
|
||||
focus_fit_method = 1
|
||||
}
|
||||
}
|
||||
|
||||
@@ -235,6 +237,7 @@ $mainCtrlShift = $mainCtrl SHIFT
|
||||
bind = $mainShift, D, exec, $discord
|
||||
bind = $mainShift, S, exec, signal-desktop
|
||||
bind = $mainShift, E, exec, $emacs
|
||||
bind = $mainShift, F, exec, focus
|
||||
bind = $mainMod, E, exec, thunar
|
||||
bind = $mainMod, S, exec, spotify
|
||||
bind = $mainMod, P, exec, $colorpick
|
||||
@@ -255,8 +258,9 @@ $mainCtrlShift = $mainCtrl SHIFT
|
||||
bind = $mainMod, G, hyprexpo:expo, toggle
|
||||
bind = $mainShift, P, pseudo,
|
||||
bind = $mainMod, C, killactive,
|
||||
bind = $altMod, F4, killactive,
|
||||
bind = $mainMod, F, togglefloating,
|
||||
bind = $mainShift, F, fullscreen
|
||||
bind = $mainCtrl, F, fullscreen
|
||||
bind = $mainCtrl, S, togglesplit,
|
||||
binde = $mainMod, right, resizeactive, 10 0
|
||||
binde = $mainMod, left, resizeactive, -10 0
|
||||
@@ -273,6 +277,8 @@ $mainCtrlShift = $mainCtrl SHIFT
|
||||
bind = $mainMod, L, movefocus, r
|
||||
bind = $mainMod, K, movefocus, u
|
||||
bind = $mainMod, J, movefocus, d
|
||||
# bind = $mainMod, K, layoutmsg, move -col # Binds for 'scrolling' layout
|
||||
# bind = $mainMod, J, layoutmsg, move +col # Binds for 'scrolling' layout
|
||||
bind = $mainMod, comma, focusmonitor, -1
|
||||
bind = $mainMod, period, focusmonitor, +1
|
||||
bind = $mainShift, H, movewindow, l
|
||||
|
||||
Reference in New Issue
Block a user