Updated config

This commit is contained in:
2024-07-02 17:07:24 +02:00
parent ab3930e7a3
commit 1d43fe06c2
5 changed files with 22 additions and 9 deletions

View File

@ -1,6 +1,3 @@
# Firefox
env = MOZ_ENABLE_WAYLAND,1
# Qt
env = QT_QPA_PLATFORM,wayland;xcb
env = QT_QPA_PLATFORMTHEME,qt6ct
@ -8,12 +5,22 @@ env = QT_WAYLAND_DISABLE_WINDOWDECORATION,1
# Wayland
env = CLUTTER_BACKEND,wayland
env = EGL_PLATFORM,wayland
env = ELECTRON_OZONE_PLATFORM_HINT,wayland
env = GDK_BACKEND,wayland
env = MOZ_ENABLE_WAYLAND,1
env = SDL_VIDEODRIVER,wayland
env = XDG_SESSION_TYPE,wayland
# Vulkan
env = GSK_RENDERER,vulkan
# X11
env = XCURSOR_SIZE,24
# XDG
env = XDG_CURRENT_DESKTOP,Hyprland
env = XDG_SESSION_DESKTOP,Hyprland
env = XDG_SESSION_TYPE,wayland
env = XDG_UTILS_BROWSER, $browser
env = XDG_UTILS_FILEMANAGER, $files
env = XDG_UTILS_TERMINAL, $terminal

View File

@ -25,6 +25,10 @@ input {
sensitivity = 0
}
cursor {
no_hardware_cursors = true
}
misc {
vrr = 1
}

View File

@ -12,6 +12,7 @@ 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, U, exec, $update
bind = , Print, exec, $screenshot
# Window management
@ -89,4 +90,4 @@ bindl =, XF86AudioPrev, exec, playerctl previous
# Volume control
bindle =, XF86AudioRaiseVolume, exec, wpctl set-volume @DEFAULT_AUDIO_SINK@ 0.05+
bindle =, XF86AudioLowerVolume, exec, wpctl set-volume @DEFAULT_AUDIO_SINK@ 0.05-
bindl =, XF86AudioMute, exec, wpctl set-mute @DEFAULT_AUDIO_SINK@ toggle
bindl =, XF86AudioMute, exec, wpctl set-mute @DEFAULT_AUDIO_SINK@ toggle

View File

@ -16,3 +16,4 @@ $center = [float;size 960 540;center]
$floating = $center $terminal
$systeminfo = $center $terminal --hold -e fastfetch
$processmonitor = $terminal -e btop
$update = $floating -e sudo pacman -Syu