Updated config
This commit is contained in:
@ -1,4 +1,4 @@
|
||||
exec-once = waypaper --restore
|
||||
exec-once = wl-paste --watch cliphist store
|
||||
exec-once = dbus-update-activation-environment --systemd WAYLAND_DISPLAY XDG_CURRENT_DESKTOP
|
||||
exec-once = /usr/lib/polkit-gnome/polkit-gnome-authentication-agent-1
|
||||
exec-once = dbus-update-activation-environment --systemd WAYLAND_DISPLAY XDG_CURRENT_DESKTOP
|
||||
exec-once = waypaper --restore
|
||||
exec-once = wl-paste --watch cliphist store
|
@ -9,9 +9,19 @@ env = EGL_PLATFORM,wayland
|
||||
env = ELECTRON_OZONE_PLATFORM_HINT,wayland
|
||||
env = GDK_BACKEND,wayland
|
||||
env = MOZ_ENABLE_WAYLAND,1
|
||||
env = PROTON_ENABLE_WAYLAND,1
|
||||
env = SDL_VIDEODRIVER,wayland,x11,windows
|
||||
|
||||
# Load shared objects immediately
|
||||
env = LD_BIND_NOW,1
|
||||
|
||||
# OpenGL
|
||||
env = __GL_GSYNC_ALLOWED,1
|
||||
env = __GL_SYNC_TO_VBLANK,0
|
||||
env = __GL_VRR_ALLOWED,1
|
||||
|
||||
# Vulkan
|
||||
env = DXVK_ASYNC,1
|
||||
env = GSK_RENDERER,vulkan
|
||||
|
||||
# X11
|
||||
|
@ -1,27 +1,35 @@
|
||||
general {
|
||||
gaps_in = 5
|
||||
gaps_out = 10
|
||||
border_size = 1
|
||||
border_size = 2
|
||||
allow_tearing = true
|
||||
col.active_border = rgba(33ccffee) rgba(00ff99ee) 45deg
|
||||
col.inactive_border = rgba(595959aa)
|
||||
}
|
||||
|
||||
decoration {
|
||||
rounding = 5
|
||||
drop_shadow = true
|
||||
blur:enabled = false
|
||||
shadow:enabled = false
|
||||
active_opacity = 0.9
|
||||
inactive_opacity = 0.9
|
||||
|
||||
blur {
|
||||
enabled = true
|
||||
size = 3
|
||||
passes = 6
|
||||
}
|
||||
}
|
||||
|
||||
animations {
|
||||
animation = border, 0
|
||||
animation = borderangle, 0
|
||||
animation = workspaces, 0
|
||||
animation = fade, 1, 1.5, default
|
||||
animation = windows, 1, 1.5, default
|
||||
animation = windowsOut, 1, 1.5, default, popin 80%
|
||||
animation = fade, 1, 2, default
|
||||
animation = windows, 1, 2, default
|
||||
animation = windowsOut, 1, 2, default, popin 80%
|
||||
}
|
||||
|
||||
dwindle {
|
||||
no_gaps_when_only = 1
|
||||
preserve_split = yes
|
||||
}
|
||||
|
||||
@ -31,11 +39,24 @@ input {
|
||||
}
|
||||
|
||||
cursor {
|
||||
no_hardware_cursors = true
|
||||
use_cpu_buffer = true
|
||||
}
|
||||
|
||||
misc {
|
||||
vrr = 1
|
||||
vrr = true
|
||||
vfr = true
|
||||
animate_manual_resizes = false
|
||||
render_ahead_of_time = false
|
||||
}
|
||||
|
||||
render {
|
||||
explicit_sync = 1
|
||||
explicit_sync_kms = 1
|
||||
direct_scanout = true
|
||||
}
|
||||
|
||||
opengl {
|
||||
nvidia_anti_flicker = true
|
||||
}
|
||||
|
||||
debug {
|
||||
|
@ -5,4 +5,4 @@ source = autostart.conf
|
||||
source = general.conf
|
||||
source = rules.conf
|
||||
source = keys.conf
|
||||
source = typing.conf
|
||||
source = typing.conf
|
@ -1,7 +1,6 @@
|
||||
# Apps
|
||||
$browser = firefox
|
||||
$email = evolution
|
||||
$files = nemo
|
||||
$logout = wlogout
|
||||
$lockscreen = swaylock
|
||||
$menu = fuzzel
|
||||
@ -12,6 +11,7 @@ $wallpaper = waypaper
|
||||
|
||||
# Terminal based
|
||||
$editor = $terminal -e nvim
|
||||
$files = $terminal -e yazi
|
||||
$center = [float;size 960 540;center]
|
||||
$floating = $center $terminal
|
||||
$systeminfo = $center $terminal --hold -e fastfetch
|
||||
|
@ -10,4 +10,12 @@ layerrule = ignorealpha 0.1, launcher
|
||||
windowrulev2 = suppressevent maximize, class:.*
|
||||
|
||||
# Open wallpaper selector in float mode
|
||||
windowrulev2 = float, class:($wallpaper)
|
||||
windowrulev2 = float, class:($wallpaper)
|
||||
|
||||
# No gaps when there is a single window
|
||||
# workspace = w[tv1], gapsout:0, gapsin:0
|
||||
# workspace = f[1], gapsout:0, gapsin:0
|
||||
# windowrulev2 = bordersize 0, floating:0, onworkspace:w[tv1]
|
||||
# windowrulev2 = rounding 0, floating:0, onworkspace:w[tv1]
|
||||
# windowrulev2 = bordersize 0, floating:0, onworkspace:f[1]
|
||||
# windowrulev2 = rounding 0, floating:0, onworkspace:f[1]
|
Reference in New Issue
Block a user