hyprland.nix... should work?
This commit is contained in:
@@ -6,12 +6,10 @@ monitor=,preferred,auto,1,mirror, eDP-1 # default treatment for external monito
|
||||
#monitor=,preferred,auto,1 # default treatment for external monitors
|
||||
|
||||
# Environment variables
|
||||
env = XCURSOR_SIZE,24
|
||||
env = XCURSOR_THEME,Breeze
|
||||
env = PATH,$PATH:$HOME/.local/bin:$HOME/.cargo/bin
|
||||
env = XDG_CURRENT_DESKTOP,Hyprland
|
||||
env = XDG_SESSION_TYPE,wayland
|
||||
env = XDG_SESSION_DESKTOP,Hyprland
|
||||
env = PATH,$PATH:$HOME/.local/bin:$HOME/.cargo/bin
|
||||
|
||||
env = WLR_NO_HARDWARE_CURSORS,1
|
||||
env = GDK_BACKEND, wayland,x11
|
||||
@@ -20,6 +18,9 @@ env = QT_QPA_PLATFORM,wayland;xcb
|
||||
env = QT_QPA_PLATFORMTHEME,qt6ct
|
||||
env = SDL_VIDEODRIVER,wayland
|
||||
|
||||
env = XCURSOR_SIZE,24
|
||||
env = XCURSOR_THEME,Bibata
|
||||
|
||||
#auto-runs
|
||||
exec-once = /home/liamm/.config/hypr/xdg-portal-hyprland
|
||||
exec-once = wl-clipboard-history -t
|
||||
@@ -34,7 +35,7 @@ exec-once = wl-paste -p --watch wl-copy -p ''
|
||||
|
||||
exec-once = fcitx5 -d
|
||||
exec-once = dunst
|
||||
# exec-once = /usr/lib/kdeconnectd
|
||||
exec-once = blueman-applet
|
||||
|
||||
# set $gnome-schema org.gnome.desktop.interface
|
||||
exec-once = gsettings set $gnome-schema gtk-theme 'Arc Dark'
|
||||
@@ -239,13 +240,13 @@ bind=, escape,submap,reset
|
||||
submap=reset
|
||||
|
||||
# Flatpak Binds
|
||||
bind = $mainMod, S, exec, flatpak run com.spotify.Client
|
||||
bind = $mainMod, S, exec, spotify
|
||||
|
||||
bind = $mainMod SHIFT, V, submap, video_stuff
|
||||
submap = video_stuff
|
||||
bind = , O, exec, flatpak run com.obsproject.Studio
|
||||
bind = , O, exec, flatpak run obs
|
||||
bind = , O, submap, reset
|
||||
bind = , V, exec , flatpak run org.kde.kdenlive
|
||||
bind = , V, exec , flatpak run kdenlive
|
||||
bind = , V, submap, reset
|
||||
|
||||
bind=, escape,submap,reset
|
||||
|
||||
Reference in New Issue
Block a user