init
This commit is contained in:
25
hypr/plugins/dynamic-cursors.conf
Normal file
25
hypr/plugins/dynamic-cursors.conf
Normal file
@@ -0,0 +1,25 @@
|
||||
# Conf
|
||||
plugin {
|
||||
enabled = true
|
||||
|
||||
mode = rotate
|
||||
threshold = 10
|
||||
|
||||
rotate {
|
||||
length = 10
|
||||
}
|
||||
|
||||
tilt {
|
||||
limit = 5000
|
||||
function = negative_quadratic
|
||||
}
|
||||
|
||||
shake = true
|
||||
|
||||
shake {
|
||||
threshold = 3.0
|
||||
factor = 3.5
|
||||
effects = rotate
|
||||
nearest = true
|
||||
}
|
||||
}
|
||||
33
hypr/plugins/hycov.conf
Normal file
33
hypr/plugins/hycov.conf
Normal file
@@ -0,0 +1,33 @@
|
||||
# Conf
|
||||
plugin {
|
||||
hycov {
|
||||
overview_gappo = 60
|
||||
overview_gappi = 24
|
||||
hotarea_size = 10
|
||||
enable_hotarea = 0
|
||||
swipe_fingers = 4
|
||||
move_focus_distance = 100
|
||||
enable_gesture = 1
|
||||
disable_workspace_change = 0
|
||||
disable_spawn = 0
|
||||
auto_exit = 1
|
||||
auto_fullscreen = 0
|
||||
only_active_workspace = 0
|
||||
only_active_monitor = 1
|
||||
enable_alt_release_exit = 0
|
||||
alt_toggle_auto_next = 0
|
||||
click_in_cursor = 1
|
||||
}
|
||||
}
|
||||
|
||||
# Keybinds
|
||||
bind = SUPER, ;, hycov:toggleoverview
|
||||
bind = SUPERALT, BACKSPACE, hycov:toggleoverview, forceall
|
||||
bind = SUPERALT, LEFT, hycov:movefocus, l
|
||||
bind = SUPERALT, RIGHT, hycov:movefocus, r
|
||||
bind = SUPERALT, UP, hycov:movefocus, u
|
||||
bind = SUPERALT, DOWN, hycov:movefocus, d
|
||||
bind = SUPERALT, H, hycov:movefocus, l
|
||||
bind = SUPERALT, L, hycov:movefocus, r
|
||||
bind = SUPERALT, K, hycov:movefocus, u
|
||||
bind = SUPERALT, J, hycov:movefocus, d
|
||||
15
hypr/plugins/hyprbars.conf
Normal file
15
hypr/plugins/hyprbars.conf
Normal file
@@ -0,0 +1,15 @@
|
||||
source = ../theme/colors.conf
|
||||
|
||||
# Conf
|
||||
plugin {
|
||||
hyprbars {
|
||||
bar_height = 20
|
||||
bar_color = $mantle
|
||||
bar_text_font = "JetBrainsMono Nerd Font"
|
||||
bar_part_of_window = true
|
||||
bar_precedence_over_border = false
|
||||
|
||||
hyprbars-button = rgb(ff4040), 10, , hyprctl dispatch killactive
|
||||
hyprbars-button = rgb(eeee11), 10, , hyprctl dispatch fullscreen 1
|
||||
}
|
||||
}
|
||||
18
hypr/plugins/hyprexpo.conf
Normal file
18
hypr/plugins/hyprexpo.conf
Normal file
@@ -0,0 +1,18 @@
|
||||
source = ../theme/colors.conf
|
||||
|
||||
# Conf
|
||||
plugin {
|
||||
hyprexpo {
|
||||
columns = 3
|
||||
gap_size = 6
|
||||
bg_col = $surface0
|
||||
workspace_method = first r~1
|
||||
|
||||
enable_gesture = true
|
||||
gesture_distance = 300
|
||||
gesture_positive = true
|
||||
}
|
||||
}
|
||||
|
||||
# Keybinds
|
||||
bind = ALT, ESCAPE, hyprexpo:expo, toggle
|
||||
30
hypr/plugins/hyprspace.conf
Normal file
30
hypr/plugins/hyprspace.conf
Normal file
@@ -0,0 +1,30 @@
|
||||
source = ../theme/colors.conf
|
||||
|
||||
# Conf
|
||||
plugin {
|
||||
overview {
|
||||
# Colors
|
||||
panelColor = $surface0
|
||||
panelBorderColor = $surface0
|
||||
workspaceActiveBorder = $lavender
|
||||
workspaceInactiveBorder = $surface1
|
||||
dragAlpha = 1
|
||||
|
||||
# Layout
|
||||
onBottom = true
|
||||
centerAligned = true
|
||||
hideTopLayers = true
|
||||
hideOverlayLayers = true
|
||||
hideRealLayers = true
|
||||
affectStrut = false
|
||||
workspaceBorderSize = 3
|
||||
|
||||
# Behaviors
|
||||
exitOnClick = false
|
||||
showNewWorkspace = false
|
||||
showEmptyWorkspace = true
|
||||
}
|
||||
}
|
||||
|
||||
# Keybinds
|
||||
bind = ALT, BACKSPACE, overview:toggle
|
||||
39
hypr/plugins/hyprsplit.conf
Normal file
39
hypr/plugins/hyprsplit.conf
Normal file
@@ -0,0 +1,39 @@
|
||||
# Conf
|
||||
plugin {
|
||||
hyprsplit {
|
||||
num_workspaces = 9
|
||||
}
|
||||
}
|
||||
|
||||
# Keybinds
|
||||
bind = SUPER, 1, split:workspace, 1
|
||||
bind = SUPER, 2, split:workspace, 2
|
||||
bind = SUPER, 3, split:workspace, 3
|
||||
bind = SUPER, 4, split:workspace, 4
|
||||
bind = SUPER, 5, split:workspace, 5
|
||||
bind = SUPER, 6, split:workspace, 6
|
||||
bind = SUPER, 7, split:workspace, 7
|
||||
bind = SUPER, 8, split:workspace, 8
|
||||
bind = SUPER, 9, split:workspace, 9
|
||||
|
||||
# Moving windows to other workspaces
|
||||
bind = SUPERSHIFT, 1, split:movetoworkspace, 1
|
||||
bind = SUPERSHIFT, 2, split:movetoworkspace, 2
|
||||
bind = SUPERSHIFT, 3, split:movetoworkspace, 3
|
||||
bind = SUPERSHIFT, 4, split:movetoworkspace, 4
|
||||
bind = SUPERSHIFT, 5, split:movetoworkspace, 5
|
||||
bind = SUPERSHIFT, 6, split:movetoworkspace, 6
|
||||
bind = SUPERSHIFT, 7, split:movetoworkspace, 7
|
||||
bind = SUPERSHIFT, 8, split:movetoworkspace, 8
|
||||
bind = SUPERSHIFT, 9, split:movetoworkspace, 9
|
||||
|
||||
# Moving windows to other workspaces (silent)
|
||||
bind = SUPERALT, 1, split:movetoworkspacesilent, 1
|
||||
bind = SUPERALT, 2, split:movetoworkspacesilent, 2
|
||||
bind = SUPERALT, 3, split:movetoworkspacesilent, 3
|
||||
bind = SUPERALT, 4, split:movetoworkspacesilent, 4
|
||||
bind = SUPERALT, 5, split:movetoworkspacesilent, 5
|
||||
bind = SUPERALT, 6, split:movetoworkspacesilent, 6
|
||||
bind = SUPERALT, 7, split:movetoworkspacesilent, 7
|
||||
bind = SUPERALT, 8, split:movetoworkspacesilent, 8
|
||||
bind = SUPERALT, 9, split:movetoworkspacesilent, 9
|
||||
26
hypr/plugins/hyprtasking.conf
Normal file
26
hypr/plugins/hyprtasking.conf
Normal file
@@ -0,0 +1,26 @@
|
||||
source = ../theme/colors.conf
|
||||
|
||||
# Conf
|
||||
plugin {
|
||||
hyprtasking {
|
||||
layout = grid
|
||||
|
||||
gap_size = 15
|
||||
bg_color = $base
|
||||
border_size = 3
|
||||
exit_behavior = active
|
||||
|
||||
gaps {
|
||||
rows = 3
|
||||
cols = 3
|
||||
}
|
||||
|
||||
linear {
|
||||
height = 300
|
||||
scroll_speed = 1.1;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
# Keybinds
|
||||
bind = ALT, ESCAPE, hyprtasking:toggle, cursor
|
||||
8
hypr/plugins/hyprtrails.conf
Normal file
8
hypr/plugins/hyprtrails.conf
Normal file
@@ -0,0 +1,8 @@
|
||||
source = ../theme/colors.conf
|
||||
|
||||
# Conf
|
||||
plugin {
|
||||
hyprtrails {
|
||||
color = $lavender
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user