mirror of
https://git.aramjonghu.dev/AramJonghu/hypr.git
synced 2026-09-01 15:43:30 +02:00
firefox -> ungoogled chromium
This commit is contained in:
+1
-1
@@ -6,7 +6,7 @@ hl.bind("SUPER + Q", hl.dsp.window.close())
|
||||
hl.bind("SUPER + M", hl.dsp.exit())
|
||||
hl.bind("SUPER + RETURN", hl.dsp.exec_cmd("ghostty"))
|
||||
hl.bind("SUPER + E", hl.dsp.exec_cmd("dolphin"))
|
||||
hl.bind("SUPER + B", hl.dsp.exec_cmd("firefox"))
|
||||
hl.bind("SUPER + B", hl.dsp.exec_cmd("chromium"))
|
||||
|
||||
hl.bind("SUPER + H", hl.dsp.focus({ direction = "l" }))
|
||||
hl.bind("SUPER + L", hl.dsp.focus({ direction = "r" }))
|
||||
|
||||
+1
-1
@@ -1,5 +1,5 @@
|
||||
hl.env("ZSH", "/usr/share/oh-my-zsh/")
|
||||
hl.env("BROWSER", "firefox")
|
||||
hl.env("BROWSER", "chromium")
|
||||
hl.env("TERM", "tmux-256color")
|
||||
hl.env("VISUAL", "nvim")
|
||||
hl.env("EDITOR", "nvim")
|
||||
|
||||
@@ -9,7 +9,7 @@ hl.monitor({
|
||||
|
||||
hl.monitor({
|
||||
output = "",
|
||||
mode = "3840x2160@30",
|
||||
mode = "3840x2160@60",
|
||||
position = "auto",
|
||||
scale = 1.5,
|
||||
bitdepth = 10,
|
||||
|
||||
Reference in New Issue
Block a user