mirror of
https://git.aramjonghu.nl/AramJonghu/hypr.git
synced 2026-06-07 21:58:24 +02:00
Compare commits
23 Commits
master
..
51d21f38b1
| Author | SHA1 | Date | |
|---|---|---|---|
|
51d21f38b1
|
|||
|
6ef6203053
|
|||
| 5ba84f935a | |||
| 8360060147 | |||
| a729a37e4c | |||
| 0cb7b324ea | |||
| 52e80dd8c7 | |||
| de39793c8e | |||
| 4cff9aaf8c | |||
| 1b19d5f696 | |||
| c985449d4e | |||
| d647e2b765 | |||
| cec875da63 | |||
| 6c6a60af2f | |||
| cbba6c9afe | |||
| b40e1f5d5a | |||
| e0182aff29 | |||
| cb8eedb914 | |||
| 2a19c051c3 | |||
| 2d4c1f09fc | |||
| de44ac857d | |||
| cfd4f28171 | |||
| 6be730fdaa |
+5
-4
@@ -41,18 +41,19 @@ hl.bind(
|
||||
hl.dsp.exec_cmd("wpctl set-mute @DEFAULT_AUDIO_SINK@ toggle"),
|
||||
{ repeating = true, locked = true }
|
||||
)
|
||||
|
||||
hl.bind(
|
||||
"code:192",
|
||||
"XF86AudioMicMute",
|
||||
hl.dsp.exec_cmd("wpctl set-mute @DEFAULT_AUDIO_SOURCE@ toggle"),
|
||||
{ repeating = true, locked = true }
|
||||
)
|
||||
hl.bind("code:193", hl.dsp.exec_cmd("wpctl set-mute @DEFAULT_AUDIO_SINK@ toggle"), { repeating = true, locked = true })
|
||||
hl.bind("code:194", hl.dsp.exec_cmd("wpctl set-volume @DEFAULT_AUDIO_SOURCE@ 5%-"), { repeating = true, locked = true })
|
||||
hl.bind("code:195", hl.dsp.exec_cmd("wpctl set-volume @DEFAULT_AUDIO_SOURCE@ 5%+"), { repeating = true, locked = true })
|
||||
|
||||
hl.bind("XF86AudioPlay", hl.dsp.exec_cmd("playerctl play-pause"), { locked = true })
|
||||
hl.bind("XF86AudioPrev", hl.dsp.exec_cmd("playerctl previous"), { locked = true })
|
||||
hl.bind("XF86AudioNext", hl.dsp.exec_cmd("playerctl next"), { locked = true })
|
||||
hl.bind("XF86MonBrightnessUp", hl.dsp.exec_cmd("brighnessctl set +5%"), { locked = true, repeating = true })
|
||||
hl.bind("XF86MonBrightnessDown", hl.dsp.exec_cmd("brighnessctl set -5%"), { locked = true, repeating = true })
|
||||
hl.bind("XF86WebCam", hl.dsp.exec_cmd(""), { locked = true, repeating = true })
|
||||
|
||||
hl.bind("PRINT", hl.dsp.global("zshell:screenshotFreeze"))
|
||||
hl.bind("SUPER + R", hl.dsp.global("zshell:toggle-launcher"))
|
||||
|
||||
+6
-9
@@ -5,7 +5,7 @@ hl.env("VISUAL", "nvim")
|
||||
hl.env("EDITOR", "nvim")
|
||||
|
||||
hl.env("HYPRCURSOR_THEME", "catppuccin-macchiato-light-cursors")
|
||||
hl.env("HYPRCURSOR_SIZE", "24")
|
||||
hl.env("HYPRCURSOR_SIZE", "28")
|
||||
|
||||
hl.env("ELECTRON_OZONE_PLATFORM_HINT", "auto")
|
||||
hl.env("QT_AUTO_SCREEN_SCALE_FACTOR", "1")
|
||||
@@ -19,14 +19,11 @@ hl.env("CLUTTER_BACKEND", "wayland")
|
||||
hl.env("GDK_BACKEND", "wayland")
|
||||
hl.env("SDL_VIDEODRIVER", "wayland")
|
||||
|
||||
hl.env("XDG_CONFIG_HOME", "/home/koyomi/.config")
|
||||
hl.env("XDG_CACHE_HOME", "/home/koyomi/.cache")
|
||||
hl.env("XDG_DATA_HOME", "/home/koyomi/.local/share")
|
||||
hl.env("XDG_PICTRES_HOME", "/home/koyomi/Pictures")
|
||||
hl.env("HYPRSHOT_DIR", "/home/koyomi/Pictures/Screenshots")
|
||||
hl.env("XDG_CONFIG_HOME", "/home/aram/.config")
|
||||
hl.env("XDG_CACHE_HOME", "/home/aram/.cache")
|
||||
hl.env("XDG_DATA_HOME", "/home/aram/.local/share")
|
||||
hl.env("XDG_PICTRES_HOME", "/home/aram/Pictures")
|
||||
hl.env("HYPRSHOT_DIR", "/home/aram/Pictures/Screenshots")
|
||||
|
||||
hl.env("RUSTICL_ENABLE", "radeonsi")
|
||||
hl.env("AMD_VULKAN_ICD", "RADV")
|
||||
|
||||
hl.env("HSA_OVERRIDE_GFX_VERSION", "12.0.1")
|
||||
hl.env("HCC_AMDGPU_TARGET", "gfx1201")
|
||||
|
||||
@@ -6,4 +6,5 @@ hl.on("hyprland.start", function()
|
||||
hl.exec_cmd("wl-paste --type image --watch cliphist store")
|
||||
hl.exec_cmd("hyprsunset -i")
|
||||
hl.exec_cmd("nextcloud --background")
|
||||
hl.exec_cmd("brightnessctl set 100%")
|
||||
end)
|
||||
|
||||
@@ -1,18 +1,17 @@
|
||||
hl.monitor({
|
||||
output = "DP-2",
|
||||
mode = "2560x1440@240",
|
||||
position = "1728x0",
|
||||
scale = 1,
|
||||
output = "eDP-1",
|
||||
mode = "2560x1600@60",
|
||||
position = "0x0",
|
||||
scale = 1.25,
|
||||
bitdepth = 10,
|
||||
cm = "srgb",
|
||||
})
|
||||
|
||||
hl.monitor({
|
||||
output = "DP-3",
|
||||
mode = "3840x2160@60",
|
||||
position = "0x0",
|
||||
scale = 1.25,
|
||||
output = "",
|
||||
mode = "highres@highrr",
|
||||
position = "auto",
|
||||
scale = 1,
|
||||
bitdepth = 10,
|
||||
cm = "srgb",
|
||||
transform = 1,
|
||||
})
|
||||
|
||||
@@ -22,6 +22,12 @@ hl.config({
|
||||
sensitivity = 0,
|
||||
accel_profile = "flat",
|
||||
follow_mouse = 1,
|
||||
touchpad = {
|
||||
natural_scroll = true,
|
||||
scroll_factor = 0.4,
|
||||
middle_button_emulation = true,
|
||||
},
|
||||
gestures = {},
|
||||
},
|
||||
general = {
|
||||
gaps_in = 2,
|
||||
|
||||
Reference in New Issue
Block a user