change swww t o awww
This commit is contained in:
@@ -1 +1 @@
|
||||
/nix/store/6azgw7c09ii1pkkxn0hjxw89fqjc67yl-home-manager-files/.config/hypr/hyprland.conf
|
||||
/nix/store/7y2f5vrd5ndafqngng6dqrkczygn1fny-home-manager-files/.config/hypr/hyprland.conf
|
||||
3
misc.lua
3
misc.lua
@@ -4,6 +4,9 @@ hl.env("XCURSOR_SIZE", "24")
|
||||
hl.env("HYPRCURSOR_THEME", "Cyberpunk")
|
||||
hl.env("HYPRCURSOR_SIZE", "24")
|
||||
|
||||
hl.env("GTK_THEME", "Adwaita:dark")
|
||||
hl.env("QT_QPA_PLATFORMTHEME", "gtk3")
|
||||
|
||||
hl.config({
|
||||
misc = {
|
||||
middle_click_paste = false,
|
||||
|
||||
@@ -2,14 +2,13 @@ hl.on("hyprland.start", function()
|
||||
hl.exec_cmd(terminal)
|
||||
hl.exec_cmd("gsettings set org.gnome.desktop.interface color-scheme 'prefer-dark'")
|
||||
hl.exec_cmd("gsettings set org.gnome.desktop.interface gtk-theme 'Adwaita-dark'")
|
||||
hl.exec_cmd("swww --transition-type none")
|
||||
hl.exec_cmd("awww --transition-type none")
|
||||
hl.exec_cmd("fcitx5")
|
||||
hl.exec_cmd("waybar >> /tmp/waybar.log 2>&1")
|
||||
|
||||
hl.exec_cmd("/home/allen/.cargo/bin/bongod --create")
|
||||
hl.exec_cmd("steam")
|
||||
|
||||
hl.exec_cmd("waypaper --restore")
|
||||
hl.exec_cmd("waypaper --restore --backend awww")
|
||||
hl.exec_cmd("wl-paste -p --watch wl-copy -p -c")
|
||||
hl.dsp.focus({ workspace = 1 })
|
||||
end)
|
||||
|
||||
Reference in New Issue
Block a user