Hyprland config change
This commit is contained in:
@@ -1,29 +1,27 @@
|
|||||||
# Startup
|
# Startup
|
||||||
exec-once=dbus-update-activation-environment --systemd --all && systemctl --user stop hyprland-session.target && systemctl --user start hyprland-session.target
|
exec-once = dbus-update-activation-environment --systemd --all && systemctl --user stop hyprland-session.target && systemctl --user start hyprland-session.target
|
||||||
exec-once=wl-clipboard-history -t
|
exec-once = wl-clipboard-history -t
|
||||||
exec-once=wl-paste -p --watch wl-copy -p ''
|
exec-once = wl-paste -p --watch wl-copy -p ''
|
||||||
exec-once=hypridle
|
exec-once = hypridle
|
||||||
exec-once=quickshell
|
exec-once = QT_QPA_PLATFORM=wayland quickshell
|
||||||
exec-once=fcitx5 -d
|
exec-once = fcitx5 -d
|
||||||
exec-once=swww-daemon
|
exec-once = swww-daemon
|
||||||
exec-once=swaync
|
exec-once = swaync
|
||||||
|
|
||||||
# Monitors
|
# Monitors
|
||||||
|
|
||||||
monitor=DP-1,2560x1440@143,0x0,1
|
monitor=DP-1,2560x1440@143.97Hz,0x0,1
|
||||||
monitor=HDMI-A-1,1920x1080@60,2560x180,1
|
monitor=HDMI-A-1,preferred,2560x180,1
|
||||||
monitor=,preferred,auto,1,mirror,eDP-1
|
|
||||||
|
|
||||||
# Environment
|
# Environment
|
||||||
|
|
||||||
env=WLR_NO_HARDWARE_CURSORS,1
|
|
||||||
env=HYPRCURSOR_THEME,Bibata-Modern-Ice
|
env=HYPRCURSOR_THEME,Bibata-Modern-Ice
|
||||||
env=HYPRCURSOR_SIZE,24
|
env=HYPRCURSOR_SIZE,24
|
||||||
env=XDG_CURRENT_DESKTOP,Hyprland
|
env=XDG_CURRENT_DESKTOP,Hyprland
|
||||||
env=XDG_SESSION_TYPE,wayland
|
env=XDG_SESSION_TYPE,wayland
|
||||||
env=XDG_SESSION_DESKTOP,Hyprland
|
env=XDG_SESSION_DESKTOP,Hyprland
|
||||||
env=GTK_THEME,Materia-dark
|
env=GTK_THEME,Materia-dark
|
||||||
env=QT_QPA_PLATFORM,wayland
|
env=QT_QPA_PLATFORM,Hyprland
|
||||||
env=XCURSOR_THEME,Bibata-Modern-Ice
|
env=XCURSOR_THEME,Bibata-Modern-Ice
|
||||||
env=XCURSOR_SIZE,24
|
env=XCURSOR_SIZE,24
|
||||||
|
|
||||||
@@ -45,6 +43,7 @@ $crimson=rgba(471520FF)
|
|||||||
$active_border=$lightgreen
|
$active_border=$lightgreen
|
||||||
$inactive_border=$gray
|
$inactive_border=$gray
|
||||||
$expo_bg=$active_border
|
$expo_bg=$active_border
|
||||||
|
$shadow=rgba(1a1a1aee)
|
||||||
|
|
||||||
|
|
||||||
animations {
|
animations {
|
||||||
@@ -64,7 +63,7 @@ debug {
|
|||||||
|
|
||||||
decoration {
|
decoration {
|
||||||
blur {
|
blur {
|
||||||
enabled=true
|
enabled=false
|
||||||
new_optimizations=on
|
new_optimizations=on
|
||||||
passes=1
|
passes=1
|
||||||
size=3
|
size=3
|
||||||
@@ -72,7 +71,7 @@ decoration {
|
|||||||
}
|
}
|
||||||
|
|
||||||
shadow {
|
shadow {
|
||||||
color=rgba(1a1a1aee)
|
color=$shadow
|
||||||
enabled=true
|
enabled=true
|
||||||
range=4
|
range=4
|
||||||
render_power=3
|
render_power=3
|
||||||
@@ -277,7 +276,7 @@ bind=$mainMod, $ws_image, workspace, name:image
|
|||||||
bind=$mainMod, $ws_chat, workspace, name:chat
|
bind=$mainMod, $ws_chat, workspace, name:chat
|
||||||
bind=$mainMod, $ws_audio, workspace, name:audio
|
bind=$mainMod, $ws_audio, workspace, name:audio
|
||||||
bind=$mainMod, $ws_video, workspace, name:video
|
bind=$mainMod, $ws_video, workspace, name:video
|
||||||
bind=$mainMod, $ws_program, workspace, name:programming
|
bind=$mainMod, $ws_program, workspace, name:program
|
||||||
bind=$mainMod, $ws_extra, workspace, name:extra
|
bind=$mainMod, $ws_extra, workspace, name:extra
|
||||||
bind=$mainMod SHIFT, $ws_game, movetoworkspace, name:game
|
bind=$mainMod SHIFT, $ws_game, movetoworkspace, name:game
|
||||||
bind=$mainMod SHIFT, $ws_shell, movetoworkspace, name:shell
|
bind=$mainMod SHIFT, $ws_shell, movetoworkspace, name:shell
|
||||||
@@ -287,7 +286,7 @@ bind=$mainMod SHIFT, $ws_image, movetoworkspace, name:image
|
|||||||
bind=$mainMod SHIFT, $ws_chat, movetoworkspace, name:chat
|
bind=$mainMod SHIFT, $ws_chat, movetoworkspace, name:chat
|
||||||
bind=$mainMod SHIFT, $ws_audio, movetoworkspace, name:audio
|
bind=$mainMod SHIFT, $ws_audio, movetoworkspace, name:audio
|
||||||
bind=$mainMod SHIFT, $ws_video, movetoworkspace, name:video
|
bind=$mainMod SHIFT, $ws_video, movetoworkspace, name:video
|
||||||
bind=$mainMod SHIFT, $ws_program, movetoworkspace, name:programming
|
bind=$mainMod SHIFT, $ws_program, movetoworkspace, name:program
|
||||||
bind=$mainMod SHIFT, $ws_extra, movetoworkspace, name:extra
|
bind=$mainMod SHIFT, $ws_extra, movetoworkspace, name:extra
|
||||||
bind=$mainMod SHIFT CTRL, right, movetoworkspace, +1
|
bind=$mainMod SHIFT CTRL, right, movetoworkspace, +1
|
||||||
bind=$mainMod SHIFT CTRL, left, movetoworkspace, -1
|
bind=$mainMod SHIFT CTRL, left, movetoworkspace, -1
|
||||||
|
|||||||
Reference in New Issue
Block a user