mirror of
https://github.com/xsghetti/HyprCrux.git
synced 2025-07-02 21:30:39 -04:00
Add files via upload
This commit is contained in:
parent
ab41059137
commit
dc7ba2ec42
7 changed files with 53 additions and 43 deletions
|
@ -3,26 +3,31 @@ source = ~/.cache/wal/colors-hyprland.conf
|
|||
#
|
||||
# Please note not all available settings / options are set here.
|
||||
# For a full list, see the wiki
|
||||
#
|
||||
|
||||
|
||||
#autogenerated = 1 # remove this line to remove the warning
|
||||
|
||||
# See https://wiki.hyprland.org/Configuring/Monitors/
|
||||
monitor = ,preferred,auto,1
|
||||
#monitor = ,preferred,auto,1
|
||||
|
||||
# Desktop
|
||||
#monitor = DP-1, 1920x1080@100, 0x540, 1
|
||||
#monitor = HDMI-A-1, 1920x1080@100, auto, 1
|
||||
#monitor = HDMI-A-1, transform, 3
|
||||
workspace=1,default:true,persistent:true
|
||||
workspace=2,persistent:true
|
||||
workspace=3,persistent:true
|
||||
workspace=4,persistent:true
|
||||
workspace=5,persistent:true
|
||||
monitor = DP-1, 1920x1080@100, 0x540, 1
|
||||
monitor = HDMI-A-1, 1920x1080@100, auto, 1
|
||||
monitor = HDMI-A-1, transform, 3
|
||||
workspace = 1, persistent:true,monitor:DP-1,default:true
|
||||
workspace = 2, persistent:true,monitor:DP-1
|
||||
workspace = 3, persistent:true,monitor:DP-1
|
||||
workspace = 4, persistent:true,monitor:DP-1
|
||||
workspace = 5, persistent:true,monitor:DP-1
|
||||
workspace = 6, persistent:true,monitor:HDMI-A-1
|
||||
workspace = 7, persistent:true,monitor:HDMI-A-1
|
||||
workspace = 8, persistent:true,monitor:HDMI-A-1
|
||||
workspace = 9, persistent:true,monitor:HDMI-A-1
|
||||
workspace = 0, persistent:true,monitor:HDMI-A-1
|
||||
|
||||
# Laptop
|
||||
# monitor = eDP-1, 1920x1080@144, auto, 1
|
||||
|
||||
# workspace = eDP-1,1
|
||||
|
||||
|
||||
# See https://wiki.hyprland.org/Configuring/Keywords/ for more
|
||||
|
@ -41,6 +46,7 @@ $discord = discord --enable-features=UseOzonePlatform --ozone-platform=wayland
|
|||
|
||||
# Some default env vars.
|
||||
env = XCURSOR_SIZE,24
|
||||
env = XCURSOR_THEME,Bibata-Modern-Ice
|
||||
env = QT_QPA_PLATFORMTHEME,qt5ct # change to qt6ct if you have that
|
||||
env = LIBVA_DRIVER_NAME,nvidia
|
||||
env = XDG_SESSION_TYPE,wayland
|
||||
|
@ -98,7 +104,7 @@ misc {
|
|||
|
||||
plugin {
|
||||
hyprtrails {
|
||||
color = $color2
|
||||
color = $color5
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue