themed groups
This commit is contained in:
@@ -30,5 +30,5 @@ listener {
|
|||||||
|
|
||||||
listener {
|
listener {
|
||||||
timeout = 1800 # 30min
|
timeout = 1800 # 30min
|
||||||
#on-timeout = systemctl suspend # suspend pc
|
on-timeout = systemctl suspend # suspend pc
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -64,7 +64,10 @@ exec-once = keepassxc
|
|||||||
# See https://wiki.hyprland.org/Configuring/Environment-variables/
|
# See https://wiki.hyprland.org/Configuring/Environment-variables/
|
||||||
|
|
||||||
env = XCURSOR_SIZE,24
|
env = XCURSOR_SIZE,24
|
||||||
env = HYPRCURSOR_SIZE,24
|
env = XCURSOR_THEME,BreezeX-Black
|
||||||
|
env = XCURSOR_PATH,$HOME/.icons
|
||||||
|
#env = HYPRCURSOR_SIZE,24
|
||||||
|
#env = HYPRCURSOR_THEME,rose-pine-cursor-hyprcursor
|
||||||
env = QT_QPA_PLATFORMTHEME,qt6ct
|
env = QT_QPA_PLATFORMTHEME,qt6ct
|
||||||
#env QT_QPA_PLATFORMTHEME=qt5ct dolphin
|
#env QT_QPA_PLATFORMTHEME=qt5ct dolphin
|
||||||
env = QT_WAYLAND_DISABLE_WINDOWDECORATION,1
|
env = QT_WAYLAND_DISABLE_WINDOWDECORATION,1
|
||||||
@@ -81,10 +84,10 @@ env = XDG_SESSION_DESKTOP,Hyprland
|
|||||||
env = XDG_MENU_PREFIX,arch- kbuildsycoca6
|
env = XDG_MENU_PREFIX,arch- kbuildsycoca6
|
||||||
#Nvidi Envs
|
#Nvidi Envs
|
||||||
|
|
||||||
#env = LIBVA_DRIVER_NAME,nvidia
|
env = LIBVA_DRIVER_NAME,nvidia
|
||||||
#env = GBM_BACKEND,nvidia
|
env = GBM_BACKEND,nvidia
|
||||||
#env = __GLX_VENDOR_LIBRARY_NAME,nvidia
|
env = __GLX_VENDOR_LIBRARY_NAME,nvidia
|
||||||
|
env = VDPAU_DRIVER, nvidia
|
||||||
env = SHELL, /bin/fish
|
env = SHELL, /bin/fish
|
||||||
#env = AQ_DRM_DEVICES,/dev/dri/card0:/dev/dri/card1
|
#env = AQ_DRM_DEVICES,/dev/dri/card0:/dev/dri/card1
|
||||||
|
|
||||||
@@ -119,7 +122,19 @@ general {
|
|||||||
|
|
||||||
layout = dwindle
|
layout = dwindle
|
||||||
}
|
}
|
||||||
|
group{
|
||||||
|
# col.border_active = rgb(ffffff)
|
||||||
|
col.border_active = rgba(3244a8aa) rgba(6f32a8aa) 45deg
|
||||||
|
#col.active_border
|
||||||
|
col.border_inactive = rgba(595959aa)
|
||||||
|
|
||||||
|
groupbar{
|
||||||
|
|
||||||
|
# col.active = rgba(ffffff00
|
||||||
|
col.active = rgba(3244a8aa)
|
||||||
|
col.inactive = rgba(595959aa)
|
||||||
|
}
|
||||||
|
}
|
||||||
# https://wiki.hyprland.org/Configuring/Variables/#decoration
|
# https://wiki.hyprland.org/Configuring/Variables/#decoration
|
||||||
decoration {
|
decoration {
|
||||||
rounding = 10
|
rounding = 10
|
||||||
@@ -298,7 +313,7 @@ bind = $mainMod, mouse_down, workspace, e+1
|
|||||||
bind = $mainMod, mouse_up, workspace, e-1
|
bind = $mainMod, mouse_up, workspace, e-1
|
||||||
|
|
||||||
bind = $mainMod, T, togglegroup
|
bind = $mainMod, T, togglegroup
|
||||||
bind = $mainMod, G, lockactivegroup
|
bind = $mainMod, G, lockactivegroup, toggle
|
||||||
|
|
||||||
|
|
||||||
# Move/resize windows with mainMod + LMB/RMB and dragging
|
# Move/resize windows with mainMod + LMB/RMB and dragging
|
||||||
|
|||||||
Reference in New Issue
Block a user