change hypr config dir layout

This commit is contained in:
Benjamin Palko 2024-03-03 10:40:11 -05:00
parent 830503352d
commit 5e732bb226
5 changed files with 6 additions and 4 deletions

View file

@ -9,6 +9,7 @@ bind = $mainMod, R, exec, $menu
bind = $mainMod, P, pseudo, # dwindle bind = $mainMod, P, pseudo, # dwindle
bind = $mainMod, J, togglesplit, # dwindle bind = $mainMod, J, togglesplit, # dwindle
bind = $mainMod, L, exec, $lockScreen # hyprlock bind = $mainMod, L, exec, $lockScreen # hyprlock
bind = $mainMod, ., exec, emote
# Move focus with mainMod + arrow keys # Move focus with mainMod + arrow keys
bind = $mainMod, left, movefocus, l bind = $mainMod, left, movefocus, l

View file

@ -20,7 +20,7 @@ monitor=,preferred,auto,auto
# Execute your favorite apps at launch # Execute your favorite apps at launch
# exec-once = waybar & hyprpaper & firefox # exec-once = waybar & hyprpaper & firefox
exec-once = waybar & hypridle exec-once = waybar & hypridle & emote
# Source a file (multi-file configs) # Source a file (multi-file configs)
# source = ~/.config/hypr/myColors.conf # source = ~/.config/hypr/myColors.conf
@ -34,9 +34,10 @@ $lockScreen = hyprlock
# See https://wiki.hyprland.org/Configuring/Keywords/ for more # See https://wiki.hyprland.org/Configuring/Keywords/ for more
$mainMod = SUPER $mainMod = SUPER
source = ~/.config/hypr/environment.conf source = ~/.config/hypr/config/environment.conf
source = ~/.config/hypr/keybinds.conf source = ~/.config/hypr/config/keybinds.conf
source = ~/.config/hypr/rules.conf source = ~/.config/hypr/config/rules.conf
source = ~/.config/hypr/config/nvidia.conf
# For all categories, see https://wiki.hyprland.org/Configuring/Variables/ # For all categories, see https://wiki.hyprland.org/Configuring/Variables/
input { input {