22 changed files with 271 additions and 209 deletions
@ -0,0 +1,29 @@ |
|||||||
|
## /* ---- 💫 https://github.com/JaKooLit 💫 ---- */ ## |
||||||
|
# This is where you put your own keybinds. Be Mindful to check as well ~/.config/hypr/configs/Keybinds.conf to avoid conflict |
||||||
|
# if you think I should replace the Pre-defined Keybinds in ~/.config/hypr/configs/Keybinds.conf , submit an issue or let me know in DC and present me a valid reason as to why, such as conflicting with global shortcuts, etc etc |
||||||
|
|
||||||
|
# See https://wiki.hyprland.org/Configuring/Keywords/ for more settings and variables |
||||||
|
# See also Laptops.conf for laptops keybinds |
||||||
|
|
||||||
|
$mainMod = SUPER |
||||||
|
$files = thunar |
||||||
|
$term = kitty |
||||||
|
$scriptsDir = $HOME/.config/hypr/scripts |
||||||
|
$UserScripts = $HOME/.config/hypr/UserScripts |
||||||
|
|
||||||
|
# rofi App launcher |
||||||
|
bindr = $mainMod, $mainMod_L, exec, pkill rofi || rofi -show drun -modi drun,filebrowser,run,window |
||||||
|
bind = $mainMod, D, exec, pkill rofi || rofi -show drun -modi drun,filebrowser,run,window |
||||||
|
|
||||||
|
bind = $mainMod, Return, exec, $term # Launch terminal |
||||||
|
bind = $mainMod, T, exec, $files |
||||||
|
|
||||||
|
# User Added Keybinds |
||||||
|
bind = $mainMod SHIFT, O, exec, $UserScripts/ZshChangeTheme.sh # Change oh-my-zsh theme |
||||||
|
|
||||||
|
# For passthrough keyboard into a VM |
||||||
|
# bind = $mainMod ALT, P, submap, passthru |
||||||
|
#submap = passthru |
||||||
|
# to unbind |
||||||
|
#bind = $mainMod ALT, P, submap, reset |
||||||
|
#submap = reset |
||||||
@ -0,0 +1,145 @@ |
|||||||
|
## /* ---- 💫 https://github.com/JaKooLit 💫 ---- */ ## |
||||||
|
# User Settings |
||||||
|
# This is where you put your own settings as this will not be touched during update |
||||||
|
|
||||||
|
## refer to Hyprland wiki for more info https://wiki.hyprland.org/Configuring/Variables |
||||||
|
|
||||||
|
# Sourcing colors generated by pywal |
||||||
|
source = $HOME/.cache/wal/colors-hyprland |
||||||
|
# blurls = waybar |
||||||
|
# blurls = rofi |
||||||
|
|
||||||
|
dwindle { |
||||||
|
pseudotile = yes |
||||||
|
preserve_split = yes |
||||||
|
special_scale_factor = 0.8 |
||||||
|
} |
||||||
|
|
||||||
|
master { |
||||||
|
new_is_master=1 |
||||||
|
new_on_top=1 |
||||||
|
mfact = 0.5 |
||||||
|
} |
||||||
|
|
||||||
|
general { |
||||||
|
sensitivity=1.00 |
||||||
|
apply_sens_to_raw=1 |
||||||
|
gaps_in = 4 |
||||||
|
gaps_out = 8 |
||||||
|
border_size = 2 |
||||||
|
resize_on_border = true |
||||||
|
|
||||||
|
col.active_border = $color0 $color2 $color4 $color6 $color8 90deg |
||||||
|
col.inactive_border = $backgroundCol |
||||||
|
|
||||||
|
layout = master |
||||||
|
} |
||||||
|
|
||||||
|
group { |
||||||
|
col.border_active = $color15 |
||||||
|
|
||||||
|
groupbar { |
||||||
|
col.active = $color0 |
||||||
|
} |
||||||
|
} |
||||||
|
|
||||||
|
decoration { |
||||||
|
rounding = 8 |
||||||
|
|
||||||
|
active_opacity = 1.0 |
||||||
|
inactive_opacity = 0.9 |
||||||
|
fullscreen_opacity = 1.0 |
||||||
|
|
||||||
|
dim_inactive = true |
||||||
|
dim_strength = 0.1 |
||||||
|
|
||||||
|
drop_shadow=true |
||||||
|
shadow_range=6 |
||||||
|
shadow_render_power = 1 |
||||||
|
col.shadow = $color2 |
||||||
|
col.shadow_inactive = 0x50000000 |
||||||
|
|
||||||
|
blur { |
||||||
|
enabled = true |
||||||
|
size = 5 |
||||||
|
passes = 2 |
||||||
|
ignore_opacity = true |
||||||
|
new_optimizations = true |
||||||
|
} |
||||||
|
} |
||||||
|
|
||||||
|
animations { |
||||||
|
enabled = yes |
||||||
|
|
||||||
|
bezier = myBezier, 0.05, 0.9, 0.1, 1.05 |
||||||
|
bezier = linear, 0.0, 0.0, 1.0, 1.0 |
||||||
|
bezier = wind, 0.05, 0.9, 0.1, 1.05 |
||||||
|
bezier = winIn, 0.1, 1.1, 0.1, 1.1 |
||||||
|
bezier = winOut, 0.3, -0.3, 0, 1 |
||||||
|
bezier = slow, 0, 0.85, 0.3, 1 |
||||||
|
bezier = overshot, 0.7, 0.6, 0.1, 1.1 |
||||||
|
bezier = bounce, 1.1, 1.6, 0.1, 0.85 |
||||||
|
bezier = sligshot, 1, -1, 0.15, 1.25 |
||||||
|
bezier = nice, 0, 6.9, 0.5, -4.20 |
||||||
|
|
||||||
|
animation = windowsIn, 1, 5, slow, popin |
||||||
|
animation = windowsOut, 1, 5, winOut, popin |
||||||
|
animation = windowsMove, 1, 5, wind, slide |
||||||
|
animation = border, 1, 10, linear |
||||||
|
animation = borderangle, 1, 180, linear, loop |
||||||
|
animation = fade, 1, 5, overshot |
||||||
|
animation = workspaces, 1, 5, wind |
||||||
|
animation = windows, 1, 5, bounce, popin |
||||||
|
} |
||||||
|
|
||||||
|
input { |
||||||
|
kb_layout=us |
||||||
|
kb_variant= |
||||||
|
kb_model= |
||||||
|
kb_options=grp:alt_shift_toggle |
||||||
|
kb_rules= |
||||||
|
repeat_rate=50 |
||||||
|
repeat_delay=300 |
||||||
|
numlock_by_default=1 |
||||||
|
left_handed=0 |
||||||
|
follow_mouse=1 |
||||||
|
float_switch_override_focus=0 |
||||||
|
|
||||||
|
touchpad { |
||||||
|
disable_while_typing=1 |
||||||
|
natural_scroll=0 |
||||||
|
clickfinger_behavior=0 |
||||||
|
middle_button_emulation=1 |
||||||
|
tap-to-click=1 |
||||||
|
drag_lock=0 |
||||||
|
} |
||||||
|
} |
||||||
|
|
||||||
|
gestures { |
||||||
|
workspace_swipe=1 |
||||||
|
workspace_swipe_fingers=3 |
||||||
|
workspace_swipe_distance=400 |
||||||
|
workspace_swipe_invert=1 |
||||||
|
workspace_swipe_min_speed_to_force=30 |
||||||
|
workspace_swipe_cancel_ratio=0.5 |
||||||
|
workspace_swipe_create_new=1 |
||||||
|
workspace_swipe_forever=1 |
||||||
|
} |
||||||
|
|
||||||
|
misc { |
||||||
|
disable_hyprland_logo = true |
||||||
|
disable_splash_rendering = true |
||||||
|
mouse_move_enables_dpms = true |
||||||
|
#vrr = 0 |
||||||
|
enable_swallow = true |
||||||
|
no_direct_scanout = true #for fullscreen games |
||||||
|
focus_on_activate = false |
||||||
|
swallow_regex = ^(kitty)$ |
||||||
|
#disable_autoreload = true |
||||||
|
} |
||||||
|
|
||||||
|
binds { |
||||||
|
workspace_back_and_forth=1 |
||||||
|
allow_workspace_cycles=1 |
||||||
|
pass_mouse_when_bound=0 |
||||||
|
} |
||||||
@ -1,17 +1,23 @@ |
|||||||
# Sourcing external config files |
# Sourcing external config files |
||||||
|
|
||||||
|
###### Default Configs |
||||||
$configs = $HOME/.config/hypr/configs |
$configs = $HOME/.config/hypr/configs |
||||||
|
|
||||||
source=$configs/ENVariables.conf |
|
||||||
source=$configs/Execs.conf |
|
||||||
source=$configs/Keybinds.conf |
source=$configs/Keybinds.conf |
||||||
source=$configs/Laptops.conf |
|
||||||
source=$configs/LaptopDisplay.conf |
|
||||||
source=$configs/Monitors.conf |
|
||||||
source=$configs/WindowRules.conf |
|
||||||
source=$configs/Settings.conf |
source=$configs/Settings.conf |
||||||
|
|
||||||
|
|
||||||
|
#### User Configs |
||||||
|
$UserConfigs = $HOME/.config/hypr/UserConfigs |
||||||
|
|
||||||
|
source= $UserConfigs/Startup_Apps.conf |
||||||
|
source= $UserConfigs/ENVariables.conf |
||||||
|
source= $UserConfigs/UserKeybinds.conf |
||||||
|
source= $UserConfigs/UserSettings.conf |
||||||
|
source= $UserConfigs/Monitors.conf |
||||||
|
source= $UserConfigs/Laptops.conf |
||||||
|
source= $UserConfigs/LaptopDisplay.conf |
||||||
|
source= $UserConfigs/WindowRules.conf |
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in new issue