issue with protonmail-bridge not solved
This commit is contained in:
parent
39f608c4ca
commit
cddb6edde7
12 changed files with 56 additions and 78 deletions
|
|
@ -1,13 +1,20 @@
|
|||
hl.monitor({
|
||||
output = monitorA,
|
||||
mode = "1920x1080@120.00200",
|
||||
mode = "preferred",
|
||||
position = "0x0",
|
||||
scale = "1",
|
||||
})
|
||||
|
||||
hl.monitor({
|
||||
output = monitorB,
|
||||
mode = "1920x1080@60",
|
||||
position = "1920x0",
|
||||
mode = "preferred",
|
||||
position = "auto",
|
||||
scale = "1",
|
||||
})
|
||||
|
||||
hl.monitor({
|
||||
output = "",
|
||||
mode = "preferred",
|
||||
position = "auto",
|
||||
scale = "1",
|
||||
})
|
||||
|
|
|
|||
|
|
@ -4,10 +4,11 @@ hl.on("hyprland.start", function()
|
|||
hl.exec_cmd("wl-paste --type image --watch cliphist store")
|
||||
hl.exec_cmd("systemctl --user start hyprpolkitagent")
|
||||
hl.exec_cmd("hyprctl setcursor Bibata-Modern-Ice 24")
|
||||
hl.exec_cmd("noctalia-shell")
|
||||
hl.exec_cmd("./~/nixos-config/dotfiles/hypr/unlockbridge.sh")
|
||||
-- hl.exec_cmd("noctalia-shell")
|
||||
-- hl.exec_cmd("hyprpanel")
|
||||
-- hl.exec_cmd("hyprsunset")
|
||||
-- hl.exec_cmd("xsettingsd")
|
||||
-- hl.exec_cmd("nwg-look -a")
|
||||
hl.exec_cmd("protonmail-bridge")
|
||||
-- hl.exec_cmd("protonmail-bridge")
|
||||
end)
|
||||
|
|
|
|||
|
|
@ -20,8 +20,8 @@ hl.config({
|
|||
rounding_power = 10,
|
||||
|
||||
-- Change transparency of focused and unfocused windows
|
||||
active_opacity = 1.0,
|
||||
inactive_opacity = 1.0,
|
||||
active_opacity = 0.9,
|
||||
inactive_opacity = 0.9,
|
||||
|
||||
shadow = {
|
||||
enabled = false,
|
||||
|
|
@ -31,7 +31,7 @@ hl.config({
|
|||
},
|
||||
|
||||
blur = {
|
||||
enabled = false,
|
||||
enabled = true,
|
||||
size = 3,
|
||||
passes = 1,
|
||||
vibrancy = 0.1696,
|
||||
|
|
|
|||
|
|
@ -7,3 +7,4 @@ browser = "zen-beta"
|
|||
app_launcher = "~/.config/rofi/launchers/type-1/launcher.sh"
|
||||
monitorA = "eDP-1"
|
||||
monitorB = "HDMI-A-1"
|
||||
monitorC = "DP-2"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue