💡 (home/hyprland) remove some comments + kill hypr-chan
This commit is contained in:
parent
2b9d4b7e18
commit
b6af810f5d
|
@ -3,20 +3,6 @@ monitor=eDP-1,1920x1080@120,0x0,1
|
|||
|
||||
# https://wiki.hyprland.org/Configuring/Keywords/
|
||||
|
||||
|
||||
# Execute your favorite apps at launch
|
||||
# exec-once = env XDG_CACHE_HOME=/tmp eww open bar & \
|
||||
# swaybg -i ~/Pictures/wallpapers/kai-oberhauser-unsplash.jpg & \
|
||||
# swayidle -w & \
|
||||
# mako & \
|
||||
# element-desktop & \
|
||||
# thunderbird & \
|
||||
# webcord & \
|
||||
# gnome-keyring-daemon --start --components=secrets
|
||||
|
||||
# Source a file (multi-file configs)
|
||||
# source = ~/.config/hypr/myColors.conf
|
||||
|
||||
# Some default env vars.
|
||||
env = XCURSOR_SIZE,20
|
||||
|
||||
|
@ -90,6 +76,7 @@ gestures {
|
|||
|
||||
misc {
|
||||
# no thanks
|
||||
disable_hypr_chan = true
|
||||
disable_hyprland_logo = true
|
||||
disable_splash_rendering = true
|
||||
|
||||
|
@ -135,7 +122,6 @@ bind = , XF86AudioStop, exec, playerctl stop
|
|||
bind = , XF86AudioNext, exec, playerctl next
|
||||
bind = , XF86AudioPrev, exec, playerctl previous
|
||||
|
||||
|
||||
# Switch workspaces
|
||||
bind = $mainMod, ampersand, workspace, 1
|
||||
bind = $mainMod, eacute, workspace, 2
|
||||
|
|
Loading…
Reference in a new issue