Updated config
This commit is contained in:
@ -1,3 +1,5 @@
|
||||
exec-once = waypaper --restore
|
||||
exec-once = $statusbar
|
||||
exec-once = wl-paste --watch cliphist store
|
||||
exec-once = /usr/lib/polkit-gnome/polkit-gnome-authentication-agent-1
|
||||
exec-once = dbus-update-activation-environment --systemd WAYLAND_DISPLAY XDG_CURRENT_DESKTOP
|
||||
|
@ -2,18 +2,18 @@
|
||||
env = MOZ_ENABLE_WAYLAND,1
|
||||
|
||||
# Qt
|
||||
env = QT_QPA_PLATFORM,wayland
|
||||
env = QT_QPA_PLATFORM,wayland;xcb
|
||||
env = QT_QPA_PLATFORMTHEME,qt6ct
|
||||
env = QT_WAYLAND_DISABLE_WINDOWDECORATION,1
|
||||
|
||||
# Wayland
|
||||
env = XDG_SESSION_TYPE,wayland
|
||||
env = CLUTTER_BACKEND,wayland
|
||||
env = GDK_BACKEND,wayland
|
||||
env = GSK_RENDERER,vulkan
|
||||
env = SDL_VIDEODRIVER,wayland
|
||||
env = XDG_SESSION_TYPE,wayland
|
||||
|
||||
# Wlroots
|
||||
env = WLR_NO_HARDWARE_CURSORS,1
|
||||
#env = WLR_RENDERER,vulkan
|
||||
# Vulkan
|
||||
env = GSK_RENDERER,vulkan
|
||||
|
||||
# X11
|
||||
env = XCURSOR_SIZE,24
|
||||
|
@ -5,8 +5,17 @@ general {
|
||||
layout = dwindle
|
||||
allow_tearing = true
|
||||
|
||||
col.active_border = rgba(33ccffee) rgba(00ff99ee) 45deg
|
||||
col.inactive_border = rgba(595959aa)
|
||||
# Default
|
||||
#col.active_border = rgba(33ccffee) rgba(00ff99ee) 45deg
|
||||
#col.inactive_border = rgba(595959aa)
|
||||
|
||||
# Generic
|
||||
col.active_border = rgba(ffffff80)
|
||||
col.inactive_border = rgba(ffffff20)
|
||||
|
||||
# Ubuntu
|
||||
# col.active_border = rgba(d98e1fff) rgba(d87713ff) 45deg
|
||||
# col.inactive_border = rgba(d98e1f60)
|
||||
}
|
||||
|
||||
input {
|
||||
@ -46,8 +55,8 @@ decoration {
|
||||
shadow_render_power = 3
|
||||
col.shadow = rgba(1a1a1aee)
|
||||
|
||||
#active_opacity = 0.9
|
||||
#inactive_opacity = 0.9
|
||||
# active_opacity = 0.9
|
||||
inactive_opacity = 0.9
|
||||
}
|
||||
|
||||
dwindle {
|
||||
|
@ -4,13 +4,13 @@ $main = SUPER
|
||||
bind = $main, B, exec, $browser
|
||||
bind = $main, D, exec, $editor
|
||||
bind = $main, E, exec, $files
|
||||
bind = $main, F1, exec, $systeminfo
|
||||
bind = $main, L, exec, $lockscreen
|
||||
bind = $main, Return, exec, $floating
|
||||
bind = $main, S, exec, pkill $statusbar || $statusbar
|
||||
bind = $main, Super_L, exec, pkill $menu || $menu
|
||||
bind = $main, T, exec, $terminal
|
||||
bind = $main, W, exec, $wallpaper
|
||||
bind = $main, Return, exec, $floating
|
||||
bind = $main, F1, exec, $systeminfo
|
||||
bind = , Print, exec, $screenshot
|
||||
|
||||
# Window management
|
||||
|
Reference in New Issue
Block a user