Browse Source

[~] Little fix hyprland config to match with my mac

pull/240/head
AdrienL06 2 years ago
parent
commit
556770d199
  1. 6
      config/hypr/UserConfigs/Monitors.conf
  2. 4
      config/hypr/UserConfigs/Startup_Apps.conf
  3. 16
      config/hypr/UserConfigs/UserSettings.conf
  4. 1
      config/hypr/UserConfigs/WindowRules.conf

6
config/hypr/UserConfigs/Monitors.conf

@ -7,7 +7,7 @@
# Monitors
monitor=,preferred,auto,1
monitor=eDP-1, 2560x1440@60, auto, 2 # Macbook pro
# NOTE: for laptop, kindly check notes in Laptops.conf regarding display
# Created this inorder for the monitor display to not wake up if not intended.
@ -23,10 +23,10 @@ monitor=,preferred,auto,1
#monitor = Virtual-1, 1920x1080@60,auto,1
# Hi Refresh Rate
#monitor=,highrr,auto,1
monitor=,highrr,auto,1
# High Resolution
#monitor=,highres,auto,1
monitor=,highres,auto,1
# to disable a monitor
#monitor=name,disable

4
config/hypr/UserConfigs/Startup_Apps.conf

@ -6,7 +6,7 @@ $UserScripts = $HOME/.config/hypr/UserScripts
$wallDIR=$HOME/Pictures/wallpapers
$lock = $scriptsDir/LockScreen.sh
$SwwwRandom = $UserScripts/WallpaperAutoChange.sh
# $SwwwRandom = $UserScripts/WallpaperAutoChange.sh
# wallpaper stuff / More wallpaper options below
exec-once = swww query || swww-daemon --format xrgb
@ -31,7 +31,7 @@ exec-once = wl-paste --type text --watch cliphist store
exec-once = wl-paste --type image --watch cliphist store
# Rainbow borders
exec-once = $UserScripts/RainbowBorders.sh &
# exec-once = $UserScripts/RainbowBorders.sh &
# Starting hypridle to start hyprlock
exec-once = hypridle &

16
config/hypr/UserConfigs/UserSettings.conf

@ -95,9 +95,9 @@ animations {
}
input {
kb_layout=us
kb_layout=fr
kb_variant=
kb_model=
kb_model=applealu_iso
kb_options=grp:alt_shift_toggle
kb_rules=
repeat_rate=50
@ -108,12 +108,12 @@ input {
float_switch_override_focus=false
touchpad {
disable_while_typing=true
natural_scroll=false
clickfinger_behavior=false
middle_button_emulation=true
tap-to-click=true
drag_lock=false
disable_while_typing=1
natural_scroll=1
clickfinger_behavior=0
middle_button_emulation=1
tap-to-click=1
drag_lock=0
}
}

1
config/hypr/UserConfigs/WindowRules.conf

@ -68,6 +68,7 @@ windowrulev2 = opacity 0.9 0.8, class:^(kitty)$
windowrulev2 = opacity 0.9 0.7, class:^(mousepad)$
windowrulev2 = opacity 0.9 0.7, class:^(codium-url-handler)$
windowrulev2 = opacity 0.9 0.7, class:^(VSCodium)$
# windowrulev2 = opacity 0.9 0.7, class:^(Code)$
windowrulev2 = opacity 0.9 0.7, class:^(yad)$
windowrulev2 = opacity 0.9 0.7, class:^(com.obsproject.Studio)$
windowrulev2 = opacity 0.9 0.7, class:^([Aa]udacious)$

Loading…
Cancel
Save