diff --git a/.config/hypr/hypridle.conf b/.config/hypr/hypridle.conf new file mode 100644 index 0000000..18d19f5 --- /dev/null +++ b/.config/hypr/hypridle.conf @@ -0,0 +1,34 @@ +general { + lock_cmd = pidof hyprlock || hyprlock # avoid starting multiple hyprlock instances. + before_sleep_cmd = loginctl lock-session # lock before suspend. + after_sleep_cmd = hyprctl dispatch dpms on # to avoid having to press a key twice to turn on the display. +} + +listener { + timeout = 150 # 2.5min. + on-timeout = brightnessctl -s set 10 # set monitor backlight to minimum, avoid 0 on OLED monitor. + on-resume = brightnessctl -r # monitor backlight restore. +} + +# turn off keyboard backlight, comment out this section if you dont have a keyboard backlight. +listener { + timeout = 150 # 2.5min. + on-timeout = brightnessctl -sd rgb:kbd_backlight set 0 # turn off keyboard backlight. + on-resume = brightnessctl -rd rgb:kbd_backlight # turn on keyboard backlight. +} + +listener { + timeout = 300 # 5min + on-timeout = loginctl lock-session # lock screen when timeout has passed +} + +listener { + timeout = 330 # 5.5min + on-timeout = hyprctl dispatch dpms off # screen off when timeout has passed + on-resume = hyprctl dispatch dpms on # screen on when activity is detected after timeout has fired. +} + +listener { + timeout = 1800 # 30min + on-timeout = systemctl suspend # suspend pc +} diff --git a/.config/hypr/hyprland.conf b/.config/hypr/hyprland.conf new file mode 100644 index 0000000..43efebd --- /dev/null +++ b/.config/hypr/hyprland.conf @@ -0,0 +1,202 @@ +# This is an example Hyprland config file. +# +# Refer to the wiki for more information. + +# +# Please note not all available settings / options are set here. +# For a full list, see the wiki +# + +# See https://wiki.hyprland.org/Configuring/Monitors/ +monitor=DP-1,2560x1440@165,auto,auto + + +# See https://wiki.hyprland.org/Configuring/Keywords/ for more + +# Execute your favorite apps at launch +exec-once = waybar & hypridle & hyprpaper & signal-desktop --start-in-tray & swayosd-server + +# Source a file (multi-file configs) +# source = ~/.config/hypr/myColors.conf + +# Set programs that you use +$terminal = foot +$fileManager = pcmanfm-qt +$menu = wofi --show drun + +# Some default env vars. +env = XCURSOR_SIZE,24 +env = QT_QPA_PLATFORMTHEME,qt5ct # change to qt6ct if you have that + +# For all categories, see https://wiki.hyprland.org/Configuring/Variables/ +input { + kb_layout = us + kb_variant = intl + kb_model = + kb_options = + kb_rules = + + follow_mouse = 1 + + touchpad { + natural_scroll = false + } + + sensitivity = 0 # -1.0 - 1.0, 0 means no modification. +} + +general { + # See https://wiki.hyprland.org/Configuring/Variables/ for more + + gaps_in = 3 + gaps_out = 7 + border_size = 2 + col.active_border = rgba(33ccffee) rgba(00ff99ee) 45deg + col.inactive_border = rgba(595959aa) + + layout = dwindle + + # Please see https://wiki.hyprland.org/Configuring/Tearing/ before you turn this on + allow_tearing = false +} + +decoration { + # See https://wiki.hyprland.org/Configuring/Variables/ for more + + rounding = 10 + + blur { + enabled = true + size = 3 + passes = 1 + + vibrancy = 0.1696 + } + + drop_shadow = true + shadow_range = 4 + shadow_render_power = 3 + col.shadow = rgba(1a1a1aee) +} + +animations { + enabled = true + + # Some default animations, see https://wiki.hyprland.org/Configuring/Animations/ for more + + bezier = myBezier, 0.05, 0.9, 0.1, 1.05 + + animation = windows, 1, 7, myBezier + animation = windowsOut, 1, 7, default, popin 80% + animation = border, 1, 10, default + animation = borderangle, 1, 8, default + animation = fade, 1, 7, default + animation = workspaces, 1, 6, default +} + +dwindle { + # See https://wiki.hyprland.org/Configuring/Dwindle-Layout/ for more + pseudotile = true # master switch for pseudotiling. Enabling is bound to mainMod + P in the keybinds section below + preserve_split = true # you probably want this +} + +master { + # See https://wiki.hyprland.org/Configuring/Master-Layout/ for more + new_is_master = false + mfact = 0.52 +} + +gestures { + # See https://wiki.hyprland.org/Configuring/Variables/ for more + workspace_swipe = false +} + +misc { + # See https://wiki.hyprland.org/Configuring/Variables/ for more + force_default_wallpaper = -1 # Set to 0 or 1 to disable the anime mascot wallpapers +} + +# Example per-device config +# See https://wiki.hyprland.org/Configuring/Keywords/#per-device-input-configs for more +device { + name = epic-mouse-v1 + sensitivity = -0.5 +} + +# Example windowrule v1 +# windowrule = float, ^(kitty)$ +# Example windowrule v2 +windowrulev2 = float ,class:(LibreWolf) +windowrulev2 = workspace 2,class:(LibreWolf) +windowrulev2 = workspace 2,class:(org.qutebrowser.qutebrowser) +windowrulev2 = workspace 2,class:(floorp) +windowrulev2 = workspace 3,title:(Steam) +windowrulev2 = float ,class:(steam) +# See https://wiki.hyprland.org/Configuring/Window-Rules/ for more +windowrulev2 = suppressevent maximize, class:.* # You'll probably like this. +windowrule = opacity 0.9 override 0.6 override,^(foot)$ + + +# See https://wiki.hyprland.org/Configuring/Keywords/ for more +$mainMod = SUPER + +# Example binds, see https://wiki.hyprland.org/Configuring/Binds/ for more +bind = $mainMod, Q, exec, $terminal +bind = $mainMod, C, killactive, +bind = $mainMod, M, exit, +bind = $mainMod, E, exec, $fileManager +bind = $mainMod, V, togglefloating, +bind = $mainMod, R, exec, $menu +bind = $mainMod, P, pseudo, # dwindle +bind = $mainMod, J, togglesplit, # dwindle + +# Move focus with mainMod + arrow keys +bind = $mainMod, left, movefocus, l +bind = $mainMod, right, movefocus, r +bind = $mainMod, up, movefocus, u +bind = $mainMod, down, movefocus, d + +# Switch workspaces with mainMod + [0-9] +bind = $mainMod, 1, workspace, 1 +bind = $mainMod, 2, workspace, 2 +bind = $mainMod, 3, workspace, 3 +bind = $mainMod, 4, workspace, 4 +bind = $mainMod, 5, workspace, 5 +bind = $mainMod, 6, workspace, 6 +bind = $mainMod, 7, workspace, 7 +bind = $mainMod, 8, workspace, 8 +bind = $mainMod, 9, workspace, 9 +bind = $mainMod, 0, workspace, 10 + +# Move active window to a workspace with mainMod + SHIFT + [0-9] +bind = $mainMod SHIFT, 1, movetoworkspace, 1 +bind = $mainMod SHIFT, 2, movetoworkspace, 2 +bind = $mainMod SHIFT, 3, movetoworkspace, 3 +bind = $mainMod SHIFT, 4, movetoworkspace, 4 +bind = $mainMod SHIFT, 5, movetoworkspace, 5 +bind = $mainMod SHIFT, 6, movetoworkspace, 6 +bind = $mainMod SHIFT, 7, movetoworkspace, 7 +bind = $mainMod SHIFT, 8, movetoworkspace, 8 +bind = $mainMod SHIFT, 9, movetoworkspace, 9 +bind = $mainMod SHIFT, 0, movetoworkspace, 10 + +# Example special workspace (scratchpad) +bind = $mainMod, S, togglespecialworkspace, magic +bind = $mainMod SHIFT, S, movetoworkspace, special:magic + +# Scroll through existing workspaces with mainMod + scroll +bind = $mainMod, mouse_down, workspace, e+1 +bind = $mainMod, mouse_up, workspace, e-1 + +# Move/resize windows with mainMod + LMB/RMB and dragging +bindm = $mainMod, mouse:272, movewindow +bindm = $mainMod, mouse:273, resizewindow + +# Change the volume of the system sound +bind = , XF86AudioRaiseVolume, exec, swayosd-client --output-volume raise --max-volume 100 +bind = , XF86AudioLowerVolume, exec, swayosd-client --output-volume lower --max-volume 100 +bind = , XF86AudioMute, exec, swayosd-client --output-volume mute-toggle +bind = $mainMod, XF86AudioRaiseVolume, exec, swayosd-client --input-volume raise --max-volume 100 +bind = $mainMod, XF86AudioLowerVolume, exec, swayosd-client --input-volume lower --max-volume 100 +bind = $mainMod, XF86AudioMute, exec, swayosd-client --input-volume mute-toggle + diff --git a/.config/hypr/hyprpaper.conf b/.config/hypr/hyprpaper.conf new file mode 100644 index 0000000..72c60f2 --- /dev/null +++ b/.config/hypr/hyprpaper.conf @@ -0,0 +1,2 @@ +preload = /home/xie/Pictures/nightcity.jpg +wallpaper = DP-1,/home/xie/Pictures/nightcity.jpg diff --git a/.hyprland/hyprlandCrashReport1814.txt b/.hyprland/hyprlandCrashReport1814.txt deleted file mode 100644 index bd68bbc..0000000 --- a/.hyprland/hyprlandCrashReport1814.txt +++ /dev/null @@ -1,130 +0,0 @@ --------------------------------------------- - Hyprland Crash Report --------------------------------------------- -Who tried dividing by zero?! - -Hyprland received signal 11 (Segmentation fault) - -Version: 84ab8d11e8951a6551d1e1bf87796a8589da6d47 -Tag: v0.35.0 - -System info: - System name: Linux - Node name: archy - Release: 6.7.6-arch1-1 - Version: #1 SMP PREEMPT_DYNAMIC Fri, 23 Feb 2024 16:31:48 +0000 - -GPU: - 2f:00.0 VGA compatible controller [0300]: Advanced Micro Devices, Inc. [AMD/ATI] Navi 22 [Radeon RX 6700/6700 XT/6750 XT / 6800M/6850M XT] [1002:73df] (rev c5) (prog-if 00 [VGA controller]) - - -os-release: - NAME="Arch Linux" - PRETTY_NAME="Arch Linux" - ID=arch - BUILD_ID=rolling - ANSI_COLOR="38;2;23;147;209" - HOME_URL="https://archlinux.org/" - DOCUMENTATION_URL="https://wiki.archlinux.org/" - SUPPORT_URL="https://bbs.archlinux.org/" - BUG_REPORT_URL="https://gitlab.archlinux.org/groups/archlinux/-/issues" - PRIVACY_POLICY_URL="https://terms.archlinux.org/docs/privacy-policy/" - LOGO=archlinux-logo - - - -Backtrace: - #0 | Hyprland(_Z12getBacktracev+0x62) [0x5c7ef2dd3612] - ?? - ??:0 - #1 | Hyprland(_ZN13CrashReporter18createAndSaveCrashEi+0x5c5) [0x5c7ef2d9d4a5] - ?? - ??:0 - #2 | Hyprland(_Z25handleUnrecoverableSignali+0x4c) [0x5c7ef2d1683c] - ?? - ??:0 - #3 | /usr/lib/libc.so.6(+0x3c770) [0x73f18425a770] - ?? - ??:0 - #4 | /usr/lib/libc.so.6(+0x992db) [0x73f1842b72db] - ?? - ??:0 - #5 | /usr/lib/libc.so.6(+0x99669) [0x73f1842b7669] - ?? - ??:0 - #6 | /usr/lib/libc.so.6(__libc_free+0x73) [0x73f1842b9e93] - ?? - ??:0 - #7 | /usr/lib/libc.so.6(+0x9bf82) [0x73f1842b9f82] - ?? - ??:0 - #8 | /usr/lib/libc.so.6(+0x8b342) [0x73f1842a9342] - ?? - ??:0 - #9 | /usr/lib/libc.so.6(+0x108a3c) [0x73f184326a3c] - ?? - ??:0 - - -Log tail: -[LOG] CWLSurface 5c7ef3974928 called init() -[LOG] Callback 5c7ef3974978 -> 5c7ef3974970, CWLSurface removed. -[LOG] CWLSurface 5c7ef3974928 called destroy() -[LOG] Registered signal for owner 5c7ef3974928: 5c7ef4aaa6a0 -> 5c7ef3974950 (owner: CWLSurface) -[LOG] CWLSurface 5c7ef3974928 called init() -[LOG] [Window 5c7ef593e9f0: title: "LibreWolf", class: LibreWolf] unmapped -[LOG] Unregistered late callbacks XDG -[LOG] Callback 5c7ef593ebb8 -> 5c7ef593ebb0, XDG Window Late removed. -[LOG] Callback 5c7ef593ecf0 -> 5c7ef593ece8, XDG Window Late removed. -[LOG] Callback 5c7ef593ee28 -> 5c7ef593ee20, XDG Window Late removed. -[LOG] Callback 5c7ef593edc0 -> 5c7ef593edb8, XDG Window Late removed. -[LOG] Callback 5c7ef593ed58 -> 5c7ef593ed50, XDG Window Late removed. -[LOG] Callback 5c7ef593ee90 -> 5c7ef593ee88, XDG Window Late removed. -[LOG] Callback 5c7ef593ec88 -> 5c7ef593ec80, XDG Window Late removed. -[LOG] Callback 5c7ef593f238 -> 5c7ef593f230, XDG Window Late removed. -[LOG] Framebuffer created, status 36053 -[LOG] On closed window, new focused candidate is [Window 5c7ef5927940: title: "AUR (en) - freetube — LibreWolf"] -[LOG] Set keyboard focus to surface 5c7ef593dc60, with [Window 5c7ef5927940: title: "AUR (en) - freetube — LibreWolf"] -[LOG] Searching for matching rules for LibreWolf (title: AUR (en) - freetube — LibreWolf) -[LOG] Window rule nomaximizerequest -> class:.* matched [Window 5c7ef5927940: title: "AUR (en) - freetube — LibreWolf"] -[LOG] Destroying the SubSurface tree of unmapped window [Window 5c7ef593e9f0: title: "LibreWolf"] -[LOG] Callback 5c7ef5911dd8 -> 5c7ef5911dd0, SurfaceTreeNode removed. -[LOG] Callback 5c7ef5911e40 -> 5c7ef5911e38, SurfaceTreeNode removed. -[LOG] Callback 5c7ef5911d70 -> 5c7ef5911d68, SurfaceTreeNode removed. -[LOG] Callback 5c7ef5911d08 -> 5c7ef5911d00, CWLSurface removed. -[LOG] CWLSurface 5c7ef5911cb8 called destroy() -[LOG] SurfaceTree Node removed -[LOG] Callback 5c7ef595ad20 -> 5c7ef595ad18, Subsurface removed. -[LOG] Callback 5c7ef595ac50 -> 5c7ef595ac48, Subsurface removed. -[LOG] Callback 5c7ef595acb8 -> 5c7ef595acb0, Subsurface removed. -[LOG] Callback 5c7ef4a23aa8 -> 5c7ef4a23aa0, SurfaceTreeNode removed. -[LOG] Callback 5c7ef4a23b10 -> 5c7ef4a23b08, SurfaceTreeNode removed. -[LOG] Callback 5c7ef4a23a40 -> 5c7ef4a23a38, SurfaceTreeNode removed. -[LOG] SurfaceTree Node removed -[LOG] Callback 5c7ef593f030 -> 5c7ef593f028, Toplevel removed. -[LOG] Callback 5c7ef593efc8 -> 5c7ef593efc0, Toplevel removed. -[LOG] Callback 5c7ef593f098 -> 5c7ef593f090, Toplevel removed. -[LOG] Callback 5c7ef593f2c8 -> 5c7ef593f2c0, CWLSurface removed. -[LOG] CWLSurface 5c7ef593f278 called destroy() -[LOG] Callback 5c7ef593eae8 -> 5c7ef593eae0, CWindow removed. -[LOG] Searching for matching rules for LibreWolf (title: AUR (en) - freetube — LibreWolf) -[LOG] Window rule nomaximizerequest -> class:.* matched [Window 5c7ef5927940: title: "AUR (en) - freetube — LibreWolf"] -[LOG] [Window 5c7ef593e9f0: title: "LibreWolf", class: ] destroyed, queueing. -[LOG] Callback 5c7ef593ea18 -> 5c7ef593ea10, XDG Window removed. -[LOG] Callback 5c7ef593ea80 -> 5c7ef593ea78, XDG Window removed. -[LOG] Callback 5c7ef593eb50 -> 5c7ef593eb48, XDG Window removed. -[ERR] onWindowRemovedTiling node null? -[LOG] Callback 5c7ef3974978 -> 5c7ef3974970, CWLSurface removed. -[LOG] CWLSurface 5c7ef3974928 called destroy() -[LOG] Registered signal for owner 5c7ef3974928: 5c7ef4aaa6a0 -> 5c7ef3974950 (owner: CWLSurface) -[LOG] CWLSurface 5c7ef3974928 called init() -[LOG] Callback 5c7ef3974978 -> 5c7ef3974970, CWLSurface removed. -[LOG] CWLSurface 5c7ef3974928 called destroy() -[LOG] Registered signal for owner 5c7ef3974928: 5c7ef4aaa6a0 -> 5c7ef3974950 (owner: CWLSurface) -[LOG] CWLSurface 5c7ef3974928 called init() -[LOG] Callback 5c7ef3974978 -> 5c7ef3974970, CWLSurface removed. -[LOG] CWLSurface 5c7ef3974928 called destroy() -[LOG] Registered signal for owner 5c7ef3974928: 5c7ef4aaa6a0 -> 5c7ef3974950 (owner: CWLSurface) -[LOG] CWLSurface 5c7ef3974928 called init() -[LOG] Cleanup: destroyed a window -[LOG] Keybind triggered, calling dispatcher (64, , 109) diff --git a/.hyprland/hyprlandCrashReport5537.txt b/.hyprland/hyprlandCrashReport5537.txt deleted file mode 100644 index 15f8f7d..0000000 --- a/.hyprland/hyprlandCrashReport5537.txt +++ /dev/null @@ -1,130 +0,0 @@ --------------------------------------------- - Hyprland Crash Report --------------------------------------------- -*thud* - -Hyprland received signal 11 (Segmentation fault) - -Version: 03ebbe18ed8517ee22591eac82cd54322f42cb7d -Tag: v0.34.0 - -System info: - System name: Linux - Node name: archy - Release: 6.7.2-arch1-1 - Version: #1 SMP PREEMPT_DYNAMIC Fri, 26 Jan 2024 19:10:20 +0000 - -GPU: - 2f:00.0 VGA compatible controller [0300]: Advanced Micro Devices, Inc. [AMD/ATI] Navi 22 [Radeon RX 6700/6700 XT/6750 XT / 6800M/6850M XT] [1002:73df] (rev c5) (prog-if 00 [VGA controller]) - - -os-release: - NAME="Arch Linux" - PRETTY_NAME="Arch Linux" - ID=arch - BUILD_ID=rolling - ANSI_COLOR="38;2;23;147;209" - HOME_URL="https://archlinux.org/" - DOCUMENTATION_URL="https://wiki.archlinux.org/" - SUPPORT_URL="https://bbs.archlinux.org/" - BUG_REPORT_URL="https://gitlab.archlinux.org/groups/archlinux/-/issues" - PRIVACY_POLICY_URL="https://terms.archlinux.org/docs/privacy-policy/" - LOGO=archlinux-logo - - - -Backtrace: - #0 | Hyprland(_Z12getBacktracev+0x62) [0x57492da80412] - ?? - ??:0 - #1 | Hyprland(_ZN13CrashReporter18createAndSaveCrashEi+0x5c5) [0x57492da4d8a5] - ?? - ??:0 - #2 | Hyprland(_Z25handleUnrecoverableSignali+0x4c) [0x57492d9c75ec] - ?? - ??:0 - #3 | /usr/lib/libc.so.6(+0x3e710) [0x79853d437710] - ?? - ??:0 - #4 | /usr/lib/libc.so.6(+0x9a79b) [0x79853d49379b] - ?? - ??:0 - #5 | /usr/lib/libc.so.6(+0x9ab29) [0x79853d493b29] - ?? - ??:0 - #6 | /usr/lib/libc.so.6(free+0x73) [0x79853d496353] - ?? - ??:0 - #7 | /usr/lib/libc.so.6(+0x9d442) [0x79853d496442] - ?? - ??:0 - #8 | /usr/lib/libc.so.6(+0x8c865) [0x79853d485865] - ?? - ??:0 - #9 | /usr/lib/libc.so.6(+0x1107cc) [0x79853d5097cc] - ?? - ??:0 - - -Log tail: -us to surface 57492fe7c180, with [Window 57492fe8e1f0: title: "~"] -[LOG] Searching for matching rules for kitty (title: ~) -[LOG] Window rule nomaximizerequest -> class:.* matched [Window 57492fe8e1f0: title: "~"] -[LOG] Callback 57492ec8c4e8 -> 57492ec8c4e0, CWLSurface removed. -[LOG] CWLSurface 57492ec8c4a8 called destroy() -[LOG] Registered signal for owner 57492ec8c4a8: 57492fe96c40 -> 57492ec8c4c0 (owner: CWLSurface) -[LOG] CWLSurface 57492ec8c4a8 called init() -[LOG] Callback 57492ec8c4e8 -> 57492ec8c4e0, CWLSurface removed. -[LOG] CWLSurface 57492ec8c4a8 called destroy() -[LOG] Registered signal for owner 57492ec8c4a8: 57492fe96c40 -> 57492ec8c4c0 (owner: CWLSurface) -[LOG] CWLSurface 57492ec8c4a8 called init() -[LOG] Callback 57492ec8c4e8 -> 57492ec8c4e0, CWLSurface removed. -[LOG] CWLSurface 57492ec8c4a8 called destroy() -[LOG] Registered signal for owner 57492ec8c4a8: 57492fe96c40 -> 57492ec8c4c0 (owner: CWLSurface) -[LOG] CWLSurface 57492ec8c4a8 called init() -[LOG] Keybind triggered, calling dispatcher (64, , 99) -[LOG] Callback 57492ec8c4e8 -> 57492ec8c4e0, CWLSurface removed. -[LOG] CWLSurface 57492ec8c4a8 called destroy() -[LOG] Registered signal for owner 57492ec8c4a8: 57492fe96c40 -> 57492ec8c4c0 (owner: CWLSurface) -[LOG] CWLSurface 57492ec8c4a8 called init() -[LOG] [Window 57492fe8e1f0: title: "~", class: kitty] unmapped -[LOG] Unregistered late callbacks XDG -[LOG] Callback 57492fe8e3b8 -> 57492fe8e3b0, XDG Window Late removed. -[LOG] Callback 57492fe8e4f0 -> 57492fe8e4e8, XDG Window Late removed. -[LOG] Callback 57492fe8e628 -> 57492fe8e620, XDG Window Late removed. -[LOG] Callback 57492fe8e5c0 -> 57492fe8e5b8, XDG Window Late removed. -[LOG] Callback 57492fe8e558 -> 57492fe8e550, XDG Window Late removed. -[LOG] Callback 57492fe8e690 -> 57492fe8e688, XDG Window Late removed. -[LOG] Callback 57492fe8e488 -> 57492fe8e480, XDG Window Late removed. -[LOG] Callback 57492fe8ea38 -> 57492fe8ea30, XDG Window Late removed. -[LOG] Framebuffer created, status 36053 -[LOG] On closed window, new focused candidate is [Window 57492fe76a40: title: "xie"] -[LOG] Set keyboard focus to surface 57492f678e50, with [Window 57492fe76a40: title: "xie"] -[LOG] Searching for matching rules for Pcmanfm (title: xie) -[LOG] Window rule nomaximizerequest -> class:.* matched [Window 57492fe76a40: title: "xie"] -[LOG] Destroying the SubSurface tree of unmapped window [Window 57492fe8e1f0: title: "~"] -[LOG] Callback 57492fe93d78 -> 57492fe93d70, SurfaceTreeNode removed. -[LOG] Callback 57492fe93de0 -> 57492fe93dd8, SurfaceTreeNode removed. -[LOG] Callback 57492fe93d10 -> 57492fe93d08, SurfaceTreeNode removed. -[LOG] SurfaceTree Node removed -[LOG] Callback 57492fe8e830 -> 57492fe8e828, Toplevel removed. -[LOG] Callback 57492fe8e7c8 -> 57492fe8e7c0, Toplevel removed. -[LOG] Callback 57492fe8e898 -> 57492fe8e890, Toplevel removed. -[LOG] Callback 57492fe8eab8 -> 57492fe8eab0, CWLSurface removed. -[LOG] CWLSurface 57492fe8ea78 called destroy() -[LOG] Callback 57492fe8e2e8 -> 57492fe8e2e0, CWindow removed. -[LOG] Searching for matching rules for Pcmanfm (title: xie) -[LOG] Window rule nomaximizerequest -> class:.* matched [Window 57492fe76a40: title: "xie"] -[LOG] Searching for matching rules for firefox (title: Arch Linux - waybar 0.9.24-2 (x86_64) — Mozilla Firefox) -[LOG] Window rule nomaximizerequest -> class:.* matched [Window 57492fc67fa0: title: "Arch Linux - waybar 0.9.24-2 (x86_64) — Mozilla Firefox"] -[LOG] [Window 57492fe8e1f0: title: "~", class: ] destroyed, queueing. -[LOG] Callback 57492fe8e218 -> 57492fe8e210, XDG Window removed. -[LOG] Callback 57492fe8e280 -> 57492fe8e278, XDG Window removed. -[LOG] Callback 57492fe8e350 -> 57492fe8e348, XDG Window removed. -[LOG] Callback 57492ec8c4e8 -> 57492ec8c4e0, CWLSurface removed. -[LOG] CWLSurface 57492ec8c4a8 called destroy() -[LOG] Registered signal for owner 57492ec8c4a8: 57492f581610 -> 57492ec8c4c0 (owner: CWLSurface) -[LOG] CWLSurface 57492ec8c4a8 called init() -[LOG] Cleanup: destroyed a window -[ERR] Tearing hint 95971848068864 was attached to an unknown surface -[LOG] Keybind triggered, calling dispatcher (64, , 109) diff --git a/README.md b/README.md index d23d95a..7e24a2d 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,2 @@ -# dotfiles - +# Dotfiles +The dotfiles that I use to configure some of the software I use.