From 43aded030cbba1a13314929e60c6e18a702c60d8 Mon Sep 17 00:00:00 2001 From: Sunderland93 Date: Mon, 1 Jul 2024 11:25:26 +0400 Subject: [PATCH] Initial upload --- debian/changelog | 355 +++++++ debian/control | 14 + debian/copyright | 39 + debian/rules | 25 + debian/source/format | 1 + debian/tileos-settings-miracle.install | 1 + etc/skel/.azotebg | 3 + etc/skel/.config/Kvantum/kvantum.kvconfig | 2 + etc/skel/.config/alacritty/alacritty.yml | 895 ++++++++++++++++++ .../alacritty/theme/catppuccin-macchiato.yml | 79 ++ .../.config/autostart/xdg-user-dirs.desktop | 7 + etc/skel/.config/btop/btop.conf | 212 +++++ .../btop/themes/catppuccin_machiato.theme | 83 ++ etc/skel/.config/calcurse/conf | 32 + etc/skel/.config/dconf/user | Bin 0 -> 6116 bytes etc/skel/.config/dunst/dunstrc | 459 +++++++++ etc/skel/.config/gtk-3.0/gtk.css | 78 ++ etc/skel/.config/gtk-3.0/settings.ini | 17 + etc/skel/.config/mimeapps.list | 105 ++ etc/skel/.config/miracle-wm.yaml | 22 + etc/skel/.config/nwg-bar/bar.json | 32 + etc/skel/.config/nwg-bar/style.css | 35 + etc/skel/.config/nwg-drawer/drawer.css | 34 + etc/skel/.config/nwg-drawer/excluded-dirs | 0 .../.config/nwg-drawer/preferred-apps.json | 8 + etc/skel/.config/nwg-look/config | 6 + etc/skel/.config/nwg-wrapper/help.sh | 2 + etc/skel/.config/nwg-wrapper/style.css | 13 + .../pcmanfm-qt/default/recent-files.conf | 2 + .../.config/pcmanfm-qt/default/settings.conf | 118 +++ etc/skel/.config/pluma/accels | 223 +++++ .../pluma/styles/catppuccin-macchiato.xml | 100 ++ .../qt5ct/colors/Catppuccin-Macchiato.conf | 4 + etc/skel/.config/qt5ct/qt5ct.conf | 32 + .../qt6ct/colors/Catppuccin-Macchiato.conf | 4 + etc/skel/.config/qt6ct/qt6ct.conf | 32 + etc/skel/.config/swappy/config | 4 + etc/skel/.config/swayidle/config | 6 + etc/skel/.config/swaylock/config | 18 + etc/skel/.config/swaylock/lock.sh | 17 + etc/skel/.config/waybar/colors/frappe.css | 37 + etc/skel/.config/waybar/colors/latte.css | 37 + etc/skel/.config/waybar/colors/macchiato.css | 37 + etc/skel/.config/waybar/colors/mocha.css | 37 + etc/skel/.config/waybar/config.jsonc | 216 +++++ etc/skel/.config/waybar/style.css | 206 ++++ etc/skel/.config/xsettingsd/xsettingsd.conf | 9 + etc/skel/.gtkrc-2.0 | 19 + etc/skel/.icons/default/index.theme | 5 + 49 files changed, 3722 insertions(+) create mode 100644 debian/changelog create mode 100644 debian/control create mode 100644 debian/copyright create mode 100755 debian/rules create mode 100644 debian/source/format create mode 100644 debian/tileos-settings-miracle.install create mode 100755 etc/skel/.azotebg create mode 100644 etc/skel/.config/Kvantum/kvantum.kvconfig create mode 100644 etc/skel/.config/alacritty/alacritty.yml create mode 100644 etc/skel/.config/alacritty/theme/catppuccin-macchiato.yml create mode 100755 etc/skel/.config/autostart/xdg-user-dirs.desktop create mode 100644 etc/skel/.config/btop/btop.conf create mode 100644 etc/skel/.config/btop/themes/catppuccin_machiato.theme create mode 100644 etc/skel/.config/calcurse/conf create mode 100644 etc/skel/.config/dconf/user create mode 100644 etc/skel/.config/dunst/dunstrc create mode 100644 etc/skel/.config/gtk-3.0/gtk.css create mode 100644 etc/skel/.config/gtk-3.0/settings.ini create mode 100644 etc/skel/.config/mimeapps.list create mode 100644 etc/skel/.config/miracle-wm.yaml create mode 100644 etc/skel/.config/nwg-bar/bar.json create mode 100644 etc/skel/.config/nwg-bar/style.css create mode 100644 etc/skel/.config/nwg-drawer/drawer.css create mode 100644 etc/skel/.config/nwg-drawer/excluded-dirs create mode 100644 etc/skel/.config/nwg-drawer/preferred-apps.json create mode 100644 etc/skel/.config/nwg-look/config create mode 100755 etc/skel/.config/nwg-wrapper/help.sh create mode 100644 etc/skel/.config/nwg-wrapper/style.css create mode 100644 etc/skel/.config/pcmanfm-qt/default/recent-files.conf create mode 100644 etc/skel/.config/pcmanfm-qt/default/settings.conf create mode 100644 etc/skel/.config/pluma/accels create mode 100644 etc/skel/.config/pluma/styles/catppuccin-macchiato.xml create mode 100644 etc/skel/.config/qt5ct/colors/Catppuccin-Macchiato.conf create mode 100644 etc/skel/.config/qt5ct/qt5ct.conf create mode 100644 etc/skel/.config/qt6ct/colors/Catppuccin-Macchiato.conf create mode 100644 etc/skel/.config/qt6ct/qt6ct.conf create mode 100644 etc/skel/.config/swappy/config create mode 100644 etc/skel/.config/swayidle/config create mode 100644 etc/skel/.config/swaylock/config create mode 100755 etc/skel/.config/swaylock/lock.sh create mode 100644 etc/skel/.config/waybar/colors/frappe.css create mode 100644 etc/skel/.config/waybar/colors/latte.css create mode 100644 etc/skel/.config/waybar/colors/macchiato.css create mode 100644 etc/skel/.config/waybar/colors/mocha.css create mode 100644 etc/skel/.config/waybar/config.jsonc create mode 100644 etc/skel/.config/waybar/style.css create mode 100644 etc/skel/.config/xsettingsd/xsettingsd.conf create mode 100644 etc/skel/.gtkrc-2.0 create mode 100644 etc/skel/.icons/default/index.theme diff --git a/debian/changelog b/debian/changelog new file mode 100644 index 0000000..c35af38 --- /dev/null +++ b/debian/changelog @@ -0,0 +1,355 @@ +tileos-settings-sway (1.1.1~tileos) unstable; urgency=medium + + * Initial release + + -- Aleksey Samoilov Mon, 01 Jul 2024 11:23:55 +0400 + +tileos-settings-sway (1.0.10~tileos) unstable; urgency=medium + + * waybar: add help overlay module + * run help overlay on demand + + -- Aleksey Samoilov Mon, 29 Jan 2024 10:17:04 +0400 + +tileos-settings-sway (1.0.9~tileos) unstable; urgency=medium + + * Temporary remove Scratchpad module + + -- Aleksey Samoilov Mon, 22 Jan 2024 22:23:51 +0400 + +tileos-settings-sway (1.0.8~tileos) unstable; urgency=medium + + * Fix cursor for GTK 2 apps + + -- Aleksey Samoilov Fri, 12 Jan 2024 00:00:22 +0400 + +tileos-settings-sway (1.0.7~tileos) unstable; urgency=medium + + * Set Bibata cursor by default + * Enable idle inhibitor by default + + -- Aleksey Samoilov Wed, 10 Jan 2024 21:54:42 +0400 + +tileos-settings-sway (1.0.6~tileos) unstable; urgency=medium + + * Typo + + -- Aleksey Samoilov Sun, 10 Dec 2023 21:19:18 +0400 + +tileos-settings-sway (1.0.5~tileos) unstable; urgency=medium + + * Remove bashism in start-tileos + + -- Aleksey Samoilov Fri, 08 Dec 2023 19:43:17 +0400 + +tileos-settings-sway (1.0.4~tileos) unstable; urgency=medium + + * Small fixes + + -- Aleksey Samoilov Sat, 02 Dec 2023 13:23:12 +0400 + +tileos-settings-sway (1.0.3~tileos) unstable; urgency=medium + + * Do not apply NVIDIA specific variables on PRIME setups + + -- Aleksey Samoilov Tue, 14 Nov 2023 15:22:30 +0400 + +tileos-settings-sway (1.0.2~tileos) unstable; urgency=medium + + * Add portals config + + -- Aleksey Samoilov Fri, 03 Nov 2023 16:25:46 +0400 + +tileos-settings-sway (1.0.1~tileos) unstable; urgency=medium + + * Change default cursor theme to Catppuccin + + -- Aleksey Samoilov Fri, 03 Nov 2023 15:34:13 +0400 + +tileos-settings-sway (1.0~tileos) unstable; urgency=medium + + * Move some scripts and commands back to Sway config + + -- Aleksey Samoilov Sat, 16 Sep 2023 11:53:16 +0400 + +tileos-settings-sway (0.44~tileos) unstable; urgency=medium + + * Adjust PCmanFM-Qt window + + -- Aleksey Samoilov Thu, 14 Sep 2023 00:30:10 +0400 + +tileos-settings-sway (0.43~tileos) unstable; urgency=medium + + * Update wallpaper + + -- Aleksey Samoilov Sat, 09 Sep 2023 23:17:09 +0400 + +tileos-settings-sway (0.42~tileos) unstable; urgency=medium + + * Added more systemd user services + + -- Aleksey Samoilov Mon, 04 Sep 2023 00:43:19 +0400 + +tileos-settings-sway (0.41~tileos) unstable; urgency=medium + + * Improve environment variables export + + -- Aleksey Samoilov Thu, 17 Aug 2023 17:04:56 +0400 + +tileos-settings-sway (0.40~tileos) unstable; urgency=medium + + * Fix xdg-user-dirs autostart + + -- Aleksey Samoilov Tue, 01 Aug 2023 22:46:50 +0400 + +tileos-settings-sway (0.39~tileos) unstable; urgency=medium + + * Minor fixes + + -- Aleksey Samoilov Mon, 31 Jul 2023 23:20:04 +0400 + +tileos-settings-sway (0.38~tileos) unstable; urgency=medium + + * Move Sway theme from tileos-artwork + + -- Aleksey Samoilov Tue, 25 Jul 2023 21:44:29 +0400 + +tileos-settings-sway (0.37~tileos) unstable; urgency=medium + + * Use nm-connection-editor as primary NM GUI + + -- Aleksey Samoilov Tue, 18 Jul 2023 15:17:54 +0400 + +tileos-settings-sway (0.36~tileos) unstable; urgency=medium + + * Added default mime list + + -- Aleksey Samoilov Fri, 14 Jul 2023 22:48:38 +0400 + +tileos-settings-sway (0.35~tileos) unstable; urgency=medium + + * Added flock wrapper for running only one process + * waybar: improve network module + * removed unused configs + + -- Aleksey Samoilov Tue, 11 Jul 2023 20:53:29 +0400 + +tileos-settings-sway (0.34~tileos) unstable; urgency=medium + + * Fix floating_shell for Alacritty + + -- Aleksey Samoilov Sun, 02 Jul 2023 00:15:48 +0400 + +tileos-settings-sway (0.33~tileos) unstable; urgency=medium + + * Fix alacritty panel icon + + -- Aleksey Samoilov Fri, 30 Jun 2023 22:41:19 +0400 + +tileos-settings-sway (0.32~tileos) unstable; urgency=medium + + * Switch to Alacritty in PCmanFM-Qt + + -- Aleksey Samoilov Fri, 30 Jun 2023 21:04:08 +0400 + +tileos-settings-sway (0.31~tileos) unstable; urgency=medium + + * Switch to Alacritty + + -- Aleksey Samoilov Fri, 30 Jun 2023 20:55:36 +0400 + +tileos-settings-sway (0.30~tileos) unstable; urgency=medium + + * Fix package + + -- Aleksey Samoilov Fri, 30 Jun 2023 17:49:34 +0400 + +tileos-settings-sway (0.29~tileos) unstable; urgency=medium + + * Install png wallpaper + + -- Aleksey Samoilov Fri, 30 Jun 2023 15:44:43 +0400 + +tileos-settings-sway (0.28~tileos) unstable; urgency=medium + + * Kitty fixes + + -- Aleksey Samoilov Fri, 30 Jun 2023 15:42:11 +0400 + +tileos-settings-sway (0.27~tileos) unstable; urgency=medium + + * Switch to Kitty + * Switch to PCmanFM-Qt + + -- Aleksey Samoilov Fri, 30 Jun 2023 14:38:01 +0400 + +tileos-settings-sway (0.26~tileos) unstable; urgency=medium + + * Add help overlay via nwg-wrapper + + -- Aleksey Samoilov Sun, 25 Jun 2023 21:28:41 +0400 + +tileos-settings-sway (0.25~tileos) unstable; urgency=medium + + * Improve Swayr config + * Add Calamares window rule (for native Wayland window) + * Enable swayidle + * Revert "Swtich back from running apps with systemd" + + -- Aleksey Samoilov Sat, 10 Jun 2023 22:35:51 +0400 + +tileos-settings-sway (0.24~tileos) unstable; urgency=medium + + * Switch back to using config file for + autostart services instead of systemd + + -- Aleksey Samoilov Fri, 09 Jun 2023 18:44:02 +0400 + +tileos-settings-sway (0.23~tileos) unstable; urgency=medium + + * Fix qt5ct/qt6ct colors + + -- Aleksey Samoilov Thu, 08 Jun 2023 06:41:27 -0400 + +tileos-settings-sway (0.22~tileos) unstable; urgency=medium + + * Add PCmanFM config + * Change Sway color scheme path + * Change Wofi to Rofi Wayland + + -- Aleksey Samoilov Sun, 04 Jun 2023 21:31:37 +0400 + +tileos-settings-sway (0.21~tileos) unstable; urgency=medium + + * Move theme variables to config.d + + -- Aleksey Samoilov Sat, 27 May 2023 13:31:33 +0400 + +tileos-settings-sway (0.20~tileos) unstable; urgency=medium + + * Set new wallpaper + + -- Aleksey Samoilov Fri, 26 May 2023 20:37:04 +0400 + +tileos-settings-sway (0.19~tileos) unstable; urgency=medium + + * Change Sway theme path + + -- Aleksey Samoilov Fri, 26 May 2023 20:31:09 +0400 + +tileos-settings-sway (0.18~tileos) unstable; urgency=medium + + * Added color theme for applications + * Added GTK settings + * Added qt5ct and qt6ct settings + * Added Swaylock config + + -- Aleksey Samoilov Fri, 26 May 2023 20:15:17 +0400 + +tileos-settings-sway (0.17~tileos) unstable; urgency=medium + + * Include theme variables + * Include nwg-displays config's if exists + + -- Aleksey Samoilov Wed, 24 May 2023 19:16:38 +0400 + +tileos-settings-sway (0.16~tileos) unstable; urgency=medium + + * Start poweralertd via systemd + + -- Aleksey Samoilov Tue, 23 May 2023 16:29:24 +0400 + +tileos-settings-sway (0.15~tileos) unstable; urgency=medium + + * Small fixes + + -- Aleksey Samoilov Tue, 23 May 2023 09:49:33 +0400 + +tileos-settings-sway (0.14~tileos) unstable; urgency=medium + + * Set bluetuith as bluetooth manager + + -- Aleksey Samoilov Sun, 21 May 2023 17:41:01 +0400 + +tileos-settings-sway (0.13~tileos) unstable; urgency=medium + + * Adjust Waybar settings + + -- Aleksey Samoilov Sat, 20 May 2023 14:47:18 +0400 + +tileos-settings-sway (0.12~tileos) unstable; urgency=medium + + * Cleanup + + -- Aleksey Samoilov Wed, 17 May 2023 14:33:27 +0400 + +tileos-settings-sway (0.11~tileos) unstable; urgency=medium + + * Remove dex from autostart (not needed because of + sway-systemd integration) + + -- Aleksey Samoilov Wed, 17 May 2023 14:25:51 +0400 + +tileos-settings-sway (0.10~tileos) unstable; urgency=medium + + * Removed Waybar from autostart (now handled with systemd) + * Removed Swayr from autostart (now handled with systemd) + * Added libfm config + + -- Aleksey Samoilov Wed, 17 May 2023 14:14:16 +0400 + +tileos-settings-sway (0.9~tileos) unstable; urgency=medium + + * Wire up more scripts + * Add Swayr config + * Set default Sway wallpaper until we get our own + + -- Aleksey Samoilov Fri, 05 May 2023 17:28:48 +0400 + +tileos-settings-sway (0.8~tileos) unstable; urgency=medium + + * Add exist daemon's to autostart + + -- Aleksey Samoilov Tue, 02 May 2023 19:09:09 +0400 + +tileos-settings-sway (0.7~tileos) unstable; urgency=medium + + * Add more configs + + -- Aleksey Samoilov Mon, 01 May 2023 10:15:51 +0400 + +tileos-settings-sway (0.6~tileos) unstable; urgency=medium + + * Add initial Fuzzel config + + -- Aleksey Samoilov Sat, 29 Apr 2023 16:24:58 +0400 + +tileos-settings-sway (0.5~tileos) unstable; urgency=medium + + * Add initial Sway user config + + -- Aleksey Samoilov Sat, 29 Apr 2023 15:04:38 +0400 + +tileos-settings-sway (0.4~tileos) unstable; urgency=medium + + * Initial Sway config + + -- Aleksey Samoilov Sat, 29 Apr 2023 15:00:52 +0400 + +tileos-settings-sway (0.3~tileos) unstable; urgency=medium + + * Set Wayland specific environment variables + + -- Aleksey Samoilov Thu, 13 Apr 2023 10:12:40 +0400 + +tileos-settings-sway (0.2~tileos) unstable; urgency=medium + + * Add start-sway wrapper + + -- Aleksey Samoilov Mon, 10 Apr 2023 19:41:23 +0400 + +tileos-settings-sway (0.1~tileos) unstable; urgency=medium + + * Initial Release. + + -- Aleksey Samoilov Sat, 25 Mar 2023 12:03:45 +0400 diff --git a/debian/control b/debian/control new file mode 100644 index 0000000..35e8687 --- /dev/null +++ b/debian/control @@ -0,0 +1,14 @@ +Source: tileos-settings-miracle +Section: x11 +Priority: optional +Maintainer: Aleksey Samoilov +Build-Depends: debhelper-compat (= 13) +Standards-Version: 4.6.0 +Homepage: https://github.com/Tile-OS/tileos-settings-miracle.git +Rules-Requires-Root: no + +Package: tileos-settings-miracle +Architecture: all +Depends: ${shlibs:Depends}, ${misc:Depends}, +Conflicts: tileos-settings-river +Description: default settings for Miracle-WM on TileOS diff --git a/debian/copyright b/debian/copyright new file mode 100644 index 0000000..3622954 --- /dev/null +++ b/debian/copyright @@ -0,0 +1,39 @@ +Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ +Upstream-Name: tileos-settings-sway +Upstream-Contact: +Source: + +Files: * +Copyright: + +License: GPL-3.0+ + +Files: debian/* +Copyright: 2023 Aleksey Samoilov +License: GPL-3.0+ + +License: GPL-3.0+ + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + . + This package is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General + Public License version 3 can be found in "/usr/share/common-licenses/GPL-3". + +# Please also look if there are files or directories which have a +# different copyright/license attached and list them here. +# Please avoid picking licenses with terms that are more restrictive than the +# packaged work, as it may make Debian's contributions unacceptable upstream. +# +# If you need, there are some extra license texts available in two places: +# /usr/share/debhelper/dh_make/licenses/ +# /usr/share/common-licenses/ diff --git a/debian/rules b/debian/rules new file mode 100755 index 0000000..59ea751 --- /dev/null +++ b/debian/rules @@ -0,0 +1,25 @@ +#!/usr/bin/make -f +# See debhelper(7) (uncomment to enable) +# output every command that modifies files on the build system. +#export DH_VERBOSE = 1 + + +# see FEATURE AREAS in dpkg-buildflags(1) +#export DEB_BUILD_MAINT_OPTIONS = hardening=+all + +# see ENVIRONMENT in dpkg-buildflags(1) +# package maintainers to append CFLAGS +#export DEB_CFLAGS_MAINT_APPEND = -Wall -pedantic +# package maintainers to append LDFLAGS +#export DEB_LDFLAGS_MAINT_APPEND = -Wl,--as-needed + + +%: + dh $@ + + +# dh_make generated override targets +# This is example for Cmake (See https://bugs.debian.org/641051 ) +#override_dh_auto_configure: +# dh_auto_configure -- \ +# -DCMAKE_LIBRARY_PATH=$(DEB_HOST_MULTIARCH) diff --git a/debian/source/format b/debian/source/format new file mode 100644 index 0000000..89ae9db --- /dev/null +++ b/debian/source/format @@ -0,0 +1 @@ +3.0 (native) diff --git a/debian/tileos-settings-miracle.install b/debian/tileos-settings-miracle.install new file mode 100644 index 0000000..2a19875 --- /dev/null +++ b/debian/tileos-settings-miracle.install @@ -0,0 +1 @@ +/etc diff --git a/etc/skel/.azotebg b/etc/skel/.azotebg new file mode 100755 index 0000000..27c8f56 --- /dev/null +++ b/etc/skel/.azotebg @@ -0,0 +1,3 @@ +#!/usr/bin/env bash +pkill swaybg +swaybg -o '*' -i "/usr/share/wallpapers/tileos-final.png" -m fill & diff --git a/etc/skel/.config/Kvantum/kvantum.kvconfig b/etc/skel/.config/Kvantum/kvantum.kvconfig new file mode 100644 index 0000000..73895eb --- /dev/null +++ b/etc/skel/.config/Kvantum/kvantum.kvconfig @@ -0,0 +1,2 @@ +[General] +theme=Catppuccin-Macchiato-Blue diff --git a/etc/skel/.config/alacritty/alacritty.yml b/etc/skel/.config/alacritty/alacritty.yml new file mode 100644 index 0000000..205e519 --- /dev/null +++ b/etc/skel/.config/alacritty/alacritty.yml @@ -0,0 +1,895 @@ +# Configuration for Alacritty, the GPU enhanced terminal emulator. + +# Import additional configuration files +# +# Imports are loaded in order, skipping all missing files, with the importing +# file being loaded last. If a field is already present in a previous import, it +# will be replaced. +# +# All imports must either be absolute paths starting with `/`, or paths relative +# to the user's home directory starting with `~/`. +import: + - ~/.config/alacritty/theme/catppuccin-macchiato.yml + +# Any items in the `env` entry below will be added as +# environment variables. Some entries may override variables +# set by alacritty itself. +env: + TERM: xterm-256color + # + # This value is used to set the `$TERM` environment variable for + # each instance of Alacritty. If it is not present, alacritty will + # check the local terminfo database and use `alacritty` if it is + # available, otherwise `xterm-256color` is used. + #TERM: alacritty + +window: + # Window dimensions (changes require restart) + # + # Number of lines/columns (not pixels) in the terminal. Both lines and columns + # must be non-zero for this to take effect. The number of columns must be at + # least `2`, while using a value of `0` for columns and lines will fall back + # to the window manager's recommended size + #dimensions: + # columns: 0 + # lines: 0 + + # Window position (changes require restart) + # + # Specified in number of pixels. + # If the position is not set, the window manager will handle the placement. + #position: + # x: 0 + # y: 0 + + # Window padding (changes require restart) + # + # Blank space added around the window in pixels. This padding is scaled + # by DPI and the specified value is always added at both opposing sides. + #padding: + # x: 0 + # y: 0 + + # Spread additional padding evenly around the terminal content. + dynamic_padding: false + + # Window decorations + # + # Values for `decorations`: + # - full: Borders and title bar + # - none: Neither borders nor title bar + # + # Values for `decorations` (macOS only): + # - transparent: Title bar, transparent background and title bar buttons + # - buttonless: Title bar, transparent background and no title bar buttons + #decorations: full + + # Background opacity + # + # Window opacity as a floating point number from `0.0` to `1.0`. + # The value `0.0` is completely transparent and `1.0` is opaque. + #opacity: 1.0 + + # Startup Mode (changes require restart) + # + # Values for `startup_mode`: + # - Windowed + # - Maximized + # - Fullscreen + # + # Values for `startup_mode` (macOS only): + # - SimpleFullscreen + #startup_mode: Windowed + + # Window title + title: Alacritty + + # Allow terminal applications to change Alacritty's window title. + dynamic_title: true + + # Window class (Linux/BSD only): + #class: + # Application instance name + #instance: Alacritty + # General application class + #general: Alacritty + + # Decorations theme variant (Linux/BSD only) + # + # Override the variant of the GTK theme/Wayland client side decorations. + # Commonly supported values are `dark` and `light`. Set this to `None` to use + # the default theme variant. + #decorations_theme_variant: None + +scrolling: + # Maximum number of lines in the scrollback buffer. + # Specifying '0' will disable scrolling. + history: 10000 + + # Scrolling distance multiplier. + #multiplier: 3 + +# Font configuration +font: + # Normal (roman) font face + normal: + # Font family + # + # Default: + # - (macOS) Menlo + # - (Linux/BSD) monospace + # - (Windows) Consolas + family: Hack + + # The `style` can be specified to pick a specific face. + style: Regular + + # Bold font face + bold: + # Font family + # + # If the bold family is not specified, it will fall back to the + # value specified for the normal font. + family: Hack + + # The `style` can be specified to pick a specific face. + style: Bold + + # Italic font face + italic: + # Font family + # + # If the italic family is not specified, it will fall back to the + # value specified for the normal font. + family: Hack + + # The `style` can be specified to pick a specific face. + style: Italic + + # Bold italic font face + bold_italic: + # Font family + # + # If the bold italic family is not specified, it will fall back to the + # value specified for the normal font. + family: Hack + + # The `style` can be specified to pick a specific face. + style: Bold Italic + + # Point size + size: 11.0 + + # Offset is the extra space around each character. `offset.y` can be thought + # of as modifying the line spacing, and `offset.x` as modifying the letter + # spacing. + #offset: + # x: 0 + # y: 0 + + # Glyph offset determines the locations of the glyphs within their cells with + # the default being at the bottom. Increasing `x` moves the glyph to the + # right, increasing `y` moves the glyph upward. + #glyph_offset: + # x: 0 + # y: 0 + + # Use built-in font for box drawing characters. + # + # If `true`, Alacritty will use a custom built-in font for box drawing + # characters (Unicode points 2500 - 259f). + # + #builtin_box_drawing: true + +# If `true`, bold text is drawn using the bright color variants. +draw_bold_text_with_bright_colors: false + +# Colors (Tomorrow Night) +#colors: + # Default colors + #primary: + # background: '#1d1f21' + # foreground: '#c5c8c6' + + # Bright and dim foreground colors + # + # The dimmed foreground color is calculated automatically if it is not + # present. If the bright foreground color is not set, or + # `draw_bold_text_with_bright_colors` is `false`, the normal foreground + # color will be used. + #dim_foreground: '#828482' + #bright_foreground: '#eaeaea' + + # Cursor colors + # + # Colors which should be used to draw the terminal cursor. + # + # Allowed values are CellForeground/CellBackground, which reference the + # affected cell, or hexadecimal colors like #ff00ff. + #cursor: + # text: CellBackground + # cursor: CellForeground + + # Vi mode cursor colors + # + # Colors for the cursor when the vi mode is active. + # + # Allowed values are CellForeground/CellBackground, which reference the + # affected cell, or hexadecimal colors like #ff00ff. + #vi_mode_cursor: + # text: CellBackground + # cursor: CellForeground + + # Search colors + # + # Colors used for the search bar and match highlighting. + #search: + # Allowed values are CellForeground/CellBackground, which reference the + # affected cell, or hexadecimal colors like #ff00ff. + #matches: + # foreground: '#000000' + # background: '#ffffff' + #focused_match: + # foreground: '#ffffff' + # background: '#000000' + + # Keyboard hints + #hints: + # First character in the hint label + # + # Allowed values are CellForeground/CellBackground, which reference the + # affected cell, or hexadecimal colors like #ff00ff. + #start: + # foreground: '#1d1f21' + # background: '#e9ff5e' + + # All characters after the first one in the hint label + # + # Allowed values are CellForeground/CellBackground, which reference the + # affected cell, or hexadecimal colors like #ff00ff. + #end: + # foreground: '#e9ff5e' + # background: '#1d1f21' + + # Line indicator + # + # Color used for the indicator displaying the position in history during + # search and vi mode. + # + # By default, these will use the opposing primary color. + #line_indicator: + # foreground: None + # background: None + + # Footer bar + # + # Color used for the footer bar on the bottom, used by search regex input, + # hyperlink URI preview, etc. + # + #footer_bar: + # background: '#c5c8c6' + # foreground: '#1d1f21' + + # Selection colors + # + # Colors which should be used to draw the selection area. + # + # Allowed values are CellForeground/CellBackground, which reference the + # affected cell, or hexadecimal colors like #ff00ff. + #selection: + # text: CellBackground + # background: CellForeground + + # Normal colors + #normal: + # black: '#1d1f21' + # red: '#cc6666' + # green: '#b5bd68' + # yellow: '#f0c674' + # blue: '#81a2be' + # magenta: '#b294bb' + # cyan: '#8abeb7' + # white: '#c5c8c6' + + # Bright colors + #bright: + # black: '#666666' + # red: '#d54e53' + # green: '#b9ca4a' + # yellow: '#e7c547' + # blue: '#7aa6da' + # magenta: '#c397d8' + # cyan: '#70c0b1' + # white: '#eaeaea' + + # Dim colors + # + # If the dim colors are not set, they will be calculated automatically based + # on the `normal` colors. + #dim: + # black: '#131415' + # red: '#864343' + # green: '#777c44' + # yellow: '#9e824c' + # blue: '#556a7d' + # magenta: '#75617b' + # cyan: '#5b7d78' + # white: '#828482' + + # Indexed Colors + # + # The indexed colors include all colors from 16 to 256. + # When these are not set, they're filled with sensible defaults. + # + # Example: + # `- { index: 16, color: '#ff00ff' }` + # + #indexed_colors: [] + + # Transparent cell backgrounds + # + # Whether or not `window.opacity` applies to all cell backgrounds or only to + # the default background. When set to `true` all cells will be transparent + # regardless of their background color. + #transparent_background_colors: false + +# Bell +# +# The bell is rung every time the BEL control character is received. +#bell: + # Visual Bell Animation + # + # Animation effect for flashing the screen when the visual bell is rung. + # + # Values for `animation`: + # - Ease + # - EaseOut + # - EaseOutSine + # - EaseOutQuad + # - EaseOutCubic + # - EaseOutQuart + # - EaseOutQuint + # - EaseOutExpo + # - EaseOutCirc + # - Linear + #animation: EaseOutExpo + + # Duration of the visual bell flash in milliseconds. A `duration` of `0` will + # disable the visual bell animation. + #duration: 0 + + # Visual bell animation color. + #color: '#ffffff' + + # Bell Command + # + # This program is executed whenever the bell is rung. + # + # When set to `command: None`, no command will be executed. + # + # Example: + # command: + # program: notify-send + # args: ["Hello, World!"] + # + #command: None + +#selection: + # This string contains all characters that are used as separators for + # "semantic words" in Alacritty. + #semantic_escape_chars: ",│`|:\"' ()[]{}<>\t" + + # When set to `true`, selected text will be copied to the primary clipboard. + #save_to_clipboard: false + +#cursor: + # Cursor style + #style: + # Cursor shape + # + # Values for `shape`: + # - ▇ Block + # - _ Underline + # - | Beam + #shape: Block + + # Cursor blinking state + # + # Values for `blinking`: + # - Never: Prevent the cursor from ever blinking + # - Off: Disable blinking by default + # - On: Enable blinking by default + # - Always: Force the cursor to always blink + #blinking: Off + + # Vi mode cursor style + # + # If the vi mode cursor style is `None` or not specified, it will fall back to + # the style of the active value of the normal cursor. + # + # See `cursor.style` for available options. + #vi_mode_style: None + + # Cursor blinking interval in milliseconds. + #blink_interval: 750 + + # Time after which cursor stops blinking, in seconds. + # + # Specifying '0' will disable timeout for blinking. + #blink_timeout: 5 + + # If this is `true`, the cursor will be rendered as a hollow box when the + # window is not focused. + #unfocused_hollow: true + + # Thickness of the cursor relative to the cell width as floating point number + # from `0.0` to `1.0`. + #thickness: 0.15 + +# Live config reload (changes require restart) +#live_config_reload: true + +# Shell +# +# You can set `shell.program` to the path of your favorite shell, e.g. +# `/bin/fish`. Entries in `shell.args` are passed unmodified as arguments to the +# shell. +# +# Default: +# - (Linux/BSD/macOS) `$SHELL` or the user's login shell, if `$SHELL` is unset +# - (Windows) powershell +#shell: +# program: /bin/bash +# args: +# - --login + +# Startup directory +# +# Directory the shell is started in. If this is unset, or `None`, the working +# directory of the parent process will be used. +#working_directory: None + +# Send ESC (\x1b) before characters when alt is pressed. +#alt_send_esc: true + +# Offer IPC using `alacritty msg` (unix only) +#ipc_socket: true + +#mouse: + # Click settings + # + # The `double_click` and `triple_click` settings control the time + # alacritty should wait for accepting multiple clicks as one double + # or triple click. + #double_click: { threshold: 300 } + #triple_click: { threshold: 300 } + + # If this is `true`, the cursor is temporarily hidden when typing. + #hide_when_typing: false + +# Hints +# +# Terminal hints can be used to find text or hyperlink in the visible part of +# the terminal and pipe it to other applications. +#hints: + # Keys used for the hint labels. + #alphabet: "jfkdls;ahgurieowpq" + + # List with all available hints + # + # Each hint must have any of `regex` or `hyperlinks` field and either an + # `action` or a `command` field. The fields `mouse`, `binding` and + # `post_processing` are optional. + # + # The `hyperlinks` option will cause OSC 8 escape sequence hyperlinks to be + # highlighted. + # + # The fields `command`, `binding.key`, `binding.mods`, `binding.mode` and + # `mouse.mods` accept the same values as they do in the `key_bindings` section. + # + # The `mouse.enabled` field controls if the hint should be underlined while + # the mouse with all `mouse.mods` keys held or the vi mode cursor is above it. + # + # If the `post_processing` field is set to `true`, heuristics will be used to + # shorten the match if there are characters likely not to be part of the hint + # (e.g. a trailing `.`). This is most useful for URIs and applies only to + # `regex` matches. + # + # Values for `action`: + # - Copy + # Copy the hint's text to the clipboard. + # - Paste + # Paste the hint's text to the terminal or search. + # - Select + # Select the hint's text. + # - MoveViModeCursor + # Move the vi mode cursor to the beginning of the hint. + #enabled: + # - regex: "(ipfs:|ipns:|magnet:|mailto:|gemini:|gopher:|https:|http:|news:|file:|git:|ssh:|ftp:)\ + # [^\u0000-\u001F\u007F-\u009F<>\"\\s{-}\\^⟨⟩`]+" + # hyperlinks: true + # command: xdg-open + # post_processing: true + # mouse: + # enabled: true + # mods: None + # binding: + # key: U + # mods: Control|Shift + +# Mouse bindings +# +# Mouse bindings are specified as a list of objects, much like the key +# bindings further below. +# +# To trigger mouse bindings when an application running within Alacritty +# captures the mouse, the `Shift` modifier is automatically added as a +# requirement. +# +# Each mouse binding will specify a: +# +# - `mouse`: +# +# - Middle +# - Left +# - Right +# - Numeric identifier such as `5` +# +# - `action` (see key bindings for actions not exclusive to mouse mode) +# +# - Mouse exclusive actions: +# +# - ExpandSelection +# Expand the selection to the current mouse cursor location. +# +# And optionally: +# +# - `mods` (see key bindings) +#mouse_bindings: +# - { mouse: Right, action: ExpandSelection } +# - { mouse: Right, mods: Control, action: ExpandSelection } +# - { mouse: Middle, mode: ~Vi, action: PasteSelection } + +# Key bindings +# +# Key bindings are specified as a list of objects. For example, this is the +# default paste binding: +# +# `- { key: V, mods: Control|Shift, action: Paste }` +# +# Each key binding will specify a: +# +# - `key`: Identifier of the key pressed +# +# - A-Z +# - F1-F24 +# - Key0-Key9 +# +# A full list with available key codes can be found here: +# https://docs.rs/glutin/*/glutin/event/enum.VirtualKeyCode.html#variants +# +# Instead of using the name of the keys, the `key` field also supports using +# the scancode of the desired key. Scancodes have to be specified as a +# decimal number. This command will allow you to display the hex scancodes +# for certain keys: +# +# `showkey --scancodes`. +# +# Then exactly one of: +# +# - `chars`: Send a byte sequence to the running application +# +# The `chars` field writes the specified string to the terminal. This makes +# it possible to pass escape sequences. To find escape codes for bindings +# like `PageUp` (`"\x1b[5~"`), you can run the command `showkey -a` outside +# of tmux. Note that applications use terminfo to map escape sequences back +# to keys. It is therefore required to update the terminfo when changing an +# escape sequence. +# +# - `action`: Execute a predefined action +# +# - ToggleViMode +# - SearchForward +# Start searching toward the right of the search origin. +# - SearchBackward +# Start searching toward the left of the search origin. +# - Copy +# - Paste +# - IncreaseFontSize +# - DecreaseFontSize +# - ResetFontSize +# - ScrollPageUp +# - ScrollPageDown +# - ScrollHalfPageUp +# - ScrollHalfPageDown +# - ScrollLineUp +# - ScrollLineDown +# - ScrollToTop +# - ScrollToBottom +# - ClearHistory +# Remove the terminal's scrollback history. +# - Hide +# Hide the Alacritty window. +# - Minimize +# Minimize the Alacritty window. +# - Quit +# Quit Alacritty. +# - ToggleFullscreen +# - SpawnNewInstance +# Spawn a new instance of Alacritty. +# - CreateNewWindow +# Create a new Alacritty window from the current process. +# - ClearLogNotice +# Clear Alacritty's UI warning and error notice. +# - ClearSelection +# Remove the active selection. +# - ReceiveChar +# - None +# +# - Vi mode exclusive actions: +# +# - Open +# Perform the action of the first matching hint under the vi mode cursor +# with `mouse.enabled` set to `true`. +# - ToggleNormalSelection +# - ToggleLineSelection +# - ToggleBlockSelection +# - ToggleSemanticSelection +# Toggle semantic selection based on `selection.semantic_escape_chars`. +# - CenterAroundViCursor +# Center view around vi mode cursor +# +# - Vi mode exclusive cursor motion actions: +# +# - Up +# One line up. +# - Down +# One line down. +# - Left +# One character left. +# - Right +# One character right. +# - First +# First column, or beginning of the line when already at the first column. +# - Last +# Last column, or beginning of the line when already at the last column. +# - FirstOccupied +# First non-empty cell in this terminal row, or first non-empty cell of +# the line when already at the first cell of the row. +# - High +# Top of the screen. +# - Middle +# Center of the screen. +# - Low +# Bottom of the screen. +# - SemanticLeft +# Start of the previous semantically separated word. +# - SemanticRight +# Start of the next semantically separated word. +# - SemanticLeftEnd +# End of the previous semantically separated word. +# - SemanticRightEnd +# End of the next semantically separated word. +# - WordLeft +# Start of the previous whitespace separated word. +# - WordRight +# Start of the next whitespace separated word. +# - WordLeftEnd +# End of the previous whitespace separated word. +# - WordRightEnd +# End of the next whitespace separated word. +# - Bracket +# Character matching the bracket at the cursor's location. +# - SearchNext +# Beginning of the next match. +# - SearchPrevious +# Beginning of the previous match. +# - SearchStart +# Start of the match to the left of the vi mode cursor. +# - SearchEnd +# End of the match to the right of the vi mode cursor. +# +# - Search mode exclusive actions: +# - SearchFocusNext +# Move the focus to the next search match. +# - SearchFocusPrevious +# Move the focus to the previous search match. +# - SearchConfirm +# - SearchCancel +# - SearchClear +# Reset the search regex. +# - SearchDeleteWord +# Delete the last word in the search regex. +# - SearchHistoryPrevious +# Go to the previous regex in the search history. +# - SearchHistoryNext +# Go to the next regex in the search history. +# +# - macOS exclusive actions: +# - ToggleSimpleFullscreen +# Enter fullscreen without occupying another space. +# +# - Linux/BSD exclusive actions: +# +# - CopySelection +# Copy from the selection buffer. +# - PasteSelection +# Paste from the selection buffer. +# +# - `command`: Fork and execute a specified command plus arguments +# +# The `command` field must be a map containing a `program` string and an +# `args` array of command line parameter strings. For example: +# `{ program: "alacritty", args: ["-e", "vttest"] }` +# +# And optionally: +# +# - `mods`: Key modifiers to filter binding actions +# +# - Command +# - Control +# - Option +# - Super +# - Shift +# - Alt +# +# Multiple `mods` can be combined using `|` like this: +# `mods: Control|Shift`. +# Whitespace and capitalization are relevant and must match the example. +# +# - `mode`: Indicate a binding for only specific terminal reported modes +# +# This is mainly used to send applications the correct escape sequences +# when in different modes. +# +# - AppCursor +# - AppKeypad +# - Search +# - Alt +# - Vi +# +# A `~` operator can be used before a mode to apply the binding whenever +# the mode is *not* active, e.g. `~Alt`. +# +# Bindings are always filled by default, but will be replaced when a new +# binding with the same triggers is defined. To unset a default binding, it can +# be mapped to the `ReceiveChar` action. Alternatively, you can use `None` for +# a no-op if you do not wish to receive input characters for that binding. +# +# If the same trigger is assigned to multiple actions, all of them are executed +# in the order they were defined in. +#key_bindings: + #- { key: Paste, action: Paste } + #- { key: Copy, action: Copy } + #- { key: L, mods: Control, action: ClearLogNotice } + #- { key: L, mods: Control, mode: ~Vi|~Search, chars: "\x0c" } + #- { key: PageUp, mods: Shift, mode: ~Alt, action: ScrollPageUp } + #- { key: PageDown, mods: Shift, mode: ~Alt, action: ScrollPageDown } + #- { key: Home, mods: Shift, mode: ~Alt, action: ScrollToTop } + #- { key: End, mods: Shift, mode: ~Alt, action: ScrollToBottom } + + # Vi Mode + #- { key: Space, mods: Shift|Control, mode: ~Search, action: ToggleViMode } + #- { key: Space, mods: Shift|Control, mode: Vi|~Search, action: ScrollToBottom } + #- { key: Escape, mode: Vi|~Search, action: ClearSelection } + #- { key: I, mode: Vi|~Search, action: ToggleViMode } + #- { key: I, mode: Vi|~Search, action: ScrollToBottom } + #- { key: C, mods: Control, mode: Vi|~Search, action: ToggleViMode } + #- { key: Y, mods: Control, mode: Vi|~Search, action: ScrollLineUp } + #- { key: E, mods: Control, mode: Vi|~Search, action: ScrollLineDown } + #- { key: G, mode: Vi|~Search, action: ScrollToTop } + #- { key: G, mods: Shift, mode: Vi|~Search, action: ScrollToBottom } + #- { key: B, mods: Control, mode: Vi|~Search, action: ScrollPageUp } + #- { key: F, mods: Control, mode: Vi|~Search, action: ScrollPageDown } + #- { key: U, mods: Control, mode: Vi|~Search, action: ScrollHalfPageUp } + #- { key: D, mods: Control, mode: Vi|~Search, action: ScrollHalfPageDown } + #- { key: Y, mode: Vi|~Search, action: Copy } + #- { key: Y, mode: Vi|~Search, action: ClearSelection } + #- { key: Copy, mode: Vi|~Search, action: ClearSelection } + #- { key: V, mode: Vi|~Search, action: ToggleNormalSelection } + #- { key: V, mods: Shift, mode: Vi|~Search, action: ToggleLineSelection } + #- { key: V, mods: Control, mode: Vi|~Search, action: ToggleBlockSelection } + #- { key: V, mods: Alt, mode: Vi|~Search, action: ToggleSemanticSelection } + #- { key: Return, mode: Vi|~Search, action: Open } + #- { key: Z, mode: Vi|~Search, action: CenterAroundViCursor } + #- { key: K, mode: Vi|~Search, action: Up } + #- { key: J, mode: Vi|~Search, action: Down } + #- { key: H, mode: Vi|~Search, action: Left } + #- { key: L, mode: Vi|~Search, action: Right } + #- { key: Up, mode: Vi|~Search, action: Up } + #- { key: Down, mode: Vi|~Search, action: Down } + #- { key: Left, mode: Vi|~Search, action: Left } + #- { key: Right, mode: Vi|~Search, action: Right } + #- { key: Key0, mode: Vi|~Search, action: First } + #- { key: Key4, mods: Shift, mode: Vi|~Search, action: Last } + #- { key: Key6, mods: Shift, mode: Vi|~Search, action: FirstOccupied } + #- { key: H, mods: Shift, mode: Vi|~Search, action: High } + #- { key: M, mods: Shift, mode: Vi|~Search, action: Middle } + #- { key: L, mods: Shift, mode: Vi|~Search, action: Low } + #- { key: B, mode: Vi|~Search, action: SemanticLeft } + #- { key: W, mode: Vi|~Search, action: SemanticRight } + #- { key: E, mode: Vi|~Search, action: SemanticRightEnd } + #- { key: B, mods: Shift, mode: Vi|~Search, action: WordLeft } + #- { key: W, mods: Shift, mode: Vi|~Search, action: WordRight } + #- { key: E, mods: Shift, mode: Vi|~Search, action: WordRightEnd } + #- { key: Key5, mods: Shift, mode: Vi|~Search, action: Bracket } + #- { key: Slash, mode: Vi|~Search, action: SearchForward } + #- { key: Slash, mods: Shift, mode: Vi|~Search, action: SearchBackward } + #- { key: N, mode: Vi|~Search, action: SearchNext } + #- { key: N, mods: Shift, mode: Vi|~Search, action: SearchPrevious } + + # Search Mode + #- { key: Return, mode: Search|Vi, action: SearchConfirm } + #- { key: Escape, mode: Search, action: SearchCancel } + #- { key: C, mods: Control, mode: Search, action: SearchCancel } + #- { key: U, mods: Control, mode: Search, action: SearchClear } + #- { key: W, mods: Control, mode: Search, action: SearchDeleteWord } + #- { key: P, mods: Control, mode: Search, action: SearchHistoryPrevious } + #- { key: N, mods: Control, mode: Search, action: SearchHistoryNext } + #- { key: Up, mode: Search, action: SearchHistoryPrevious } + #- { key: Down, mode: Search, action: SearchHistoryNext } + #- { key: Return, mode: Search|~Vi, action: SearchFocusNext } + #- { key: Return, mods: Shift, mode: Search|~Vi, action: SearchFocusPrevious } + + # (Windows, Linux, and BSD only) + #- { key: V, mods: Control|Shift, mode: ~Vi, action: Paste } + #- { key: C, mods: Control|Shift, action: Copy } + #- { key: F, mods: Control|Shift, mode: ~Search, action: SearchForward } + #- { key: B, mods: Control|Shift, mode: ~Search, action: SearchBackward } + #- { key: C, mods: Control|Shift, mode: Vi|~Search, action: ClearSelection } + #- { key: Insert, mods: Shift, action: PasteSelection } + #- { key: Key0, mods: Control, action: ResetFontSize } + #- { key: Equals, mods: Control, action: IncreaseFontSize } + #- { key: Plus, mods: Control, action: IncreaseFontSize } + #- { key: NumpadAdd, mods: Control, action: IncreaseFontSize } + #- { key: Minus, mods: Control, action: DecreaseFontSize } + #- { key: NumpadSubtract, mods: Control, action: DecreaseFontSize } + + # (Windows only) + #- { key: Return, mods: Alt, action: ToggleFullscreen } + + # (macOS only) + #- { key: K, mods: Command, mode: ~Vi|~Search, chars: "\x0c" } + #- { key: K, mods: Command, mode: ~Vi|~Search, action: ClearHistory } + #- { key: Key0, mods: Command, action: ResetFontSize } + #- { key: Equals, mods: Command, action: IncreaseFontSize } + #- { key: Plus, mods: Command, action: IncreaseFontSize } + #- { key: NumpadAdd, mods: Command, action: IncreaseFontSize } + #- { key: Minus, mods: Command, action: DecreaseFontSize } + #- { key: NumpadSubtract, mods: Command, action: DecreaseFontSize } + #- { key: V, mods: Command, action: Paste } + #- { key: C, mods: Command, action: Copy } + #- { key: C, mods: Command, mode: Vi|~Search, action: ClearSelection } + #- { key: H, mods: Command, action: Hide } + #- { key: H, mods: Command|Alt, action: HideOtherApplications } + #- { key: M, mods: Command, action: Minimize } + #- { key: Q, mods: Command, action: Quit } + #- { key: W, mods: Command, action: Quit } + #- { key: N, mods: Command, action: SpawnNewInstance } + #- { key: F, mods: Command|Control, action: ToggleFullscreen } + #- { key: F, mods: Command, mode: ~Search, action: SearchForward } + #- { key: B, mods: Command, mode: ~Search, action: SearchBackward } + +#debug: + # Display the time it takes to redraw each frame. + #render_timer: false + + # Keep the log file after quitting Alacritty. + #persistent_logging: false + + # Log level + # + # Values for `log_level`: + # - Off + # - Error + # - Warn + # - Info + # - Debug + # - Trace + #log_level: Warn + + # Print all received window events. + #print_events: false + + # Highlight window damage information. + #highlight_damage: false diff --git a/etc/skel/.config/alacritty/theme/catppuccin-macchiato.yml b/etc/skel/.config/alacritty/theme/catppuccin-macchiato.yml new file mode 100644 index 0000000..183b3c8 --- /dev/null +++ b/etc/skel/.config/alacritty/theme/catppuccin-macchiato.yml @@ -0,0 +1,79 @@ +colors: + # Default colors + primary: + background: "#24273A" # base + foreground: "#CAD3F5" # text + # Bright and dim foreground colors + dim_foreground: "#CAD3F5" # text + bright_foreground: "#CAD3F5" # text + + # Cursor colors + cursor: + text: "#24273A" # base + cursor: "#F4DBD6" # rosewater + vi_mode_cursor: + text: "#24273A" # base + cursor: "#B7BDF8" # lavender + + # Search colors + search: + matches: + foreground: "#24273A" # base + background: "#A5ADCB" # subtext0 + focused_match: + foreground: "#24273A" # base + background: "#A6DA95" # green + footer_bar: + foreground: "#24273A" # base + background: "#A5ADCB" # subtext0 + + # Keyboard regex hints + hints: + start: + foreground: "#24273A" # base + background: "#EED49F" # yellow + end: + foreground: "#24273A" # base + background: "#A5ADCB" # subtext0 + + # Selection colors + selection: + text: "#24273A" # base + background: "#F4DBD6" # rosewater + + # Normal colors + normal: + black: "#494D64" # surface1 + red: "#ED8796" # red + green: "#A6DA95" # green + yellow: "#EED49F" # yellow + blue: "#8AADF4" # blue + magenta: "#F5BDE6" # pink + cyan: "#8BD5CA" # teal + white: "#B8C0E0" # subtext1 + + # Bright colors + bright: + black: "#5B6078" # surface2 + red: "#ED8796" # red + green: "#A6DA95" # green + yellow: "#EED49F" # yellow + blue: "#8AADF4" # blue + magenta: "#F5BDE6" # pink + cyan: "#8BD5CA" # teal + white: "#A5ADCB" # subtext0 + + # Dim colors + dim: + black: "#494D64" # surface1 + red: "#ED8796" # red + green: "#A6DA95" # green + yellow: "#EED49F" # yellow + blue: "#8AADF4" # blue + magenta: "#F5BDE6" # pink + cyan: "#8BD5CA" # teal + white: "#B8C0E0" # subtext1 + + indexed_colors: + - { index: 16, color: "#F5A97F" } + - { index: 17, color: "#F4DBD6" } diff --git a/etc/skel/.config/autostart/xdg-user-dirs.desktop b/etc/skel/.config/autostart/xdg-user-dirs.desktop new file mode 100755 index 0000000..0ca6fd9 --- /dev/null +++ b/etc/skel/.config/autostart/xdg-user-dirs.desktop @@ -0,0 +1,7 @@ +[Desktop Entry] +Exec=xdg-user-dirs-update +NoDisplay=true +StartupNotify=false +Terminal=false +TryExec=xdg-user-dirs-update +Type=Application diff --git a/etc/skel/.config/btop/btop.conf b/etc/skel/.config/btop/btop.conf new file mode 100644 index 0000000..8cb2812 --- /dev/null +++ b/etc/skel/.config/btop/btop.conf @@ -0,0 +1,212 @@ +#? Config file for btop v. 1.2.13 + +#* Name of a btop++/bpytop/bashtop formatted ".theme" file, "Default" and "TTY" for builtin themes. +#* Themes should be placed in "../share/btop/themes" relative to binary or "$HOME/.config/btop/themes" +color_theme = "catppuccin_machiato.theme" + +#* If the theme set background should be shown, set to False if you want terminal background transparency. +theme_background = True + +#* Sets if 24-bit truecolor should be used, will convert 24-bit colors to 256 color (6x6x6 color cube) if false. +truecolor = True + +#* Set to true to force tty mode regardless if a real tty has been detected or not. +#* Will force 16-color mode and TTY theme, set all graph symbols to "tty" and swap out other non tty friendly symbols. +force_tty = False + +#* Define presets for the layout of the boxes. Preset 0 is always all boxes shown with default settings. Max 9 presets. +#* Format: "box_name:P:G,box_name:P:G" P=(0 or 1) for alternate positions, G=graph symbol to use for box. +#* Use whitespace " " as separator between different presets. +#* Example: "cpu:0:default,mem:0:tty,proc:1:default cpu:0:braille,proc:0:tty" +presets = "cpu:1:default,proc:0:default cpu:0:default,mem:0:default,net:0:default cpu:0:block,net:0:tty" + +#* Set to True to enable "h,j,k,l,g,G" keys for directional control in lists. +#* Conflicting keys for h:"help" and k:"kill" is accessible while holding shift. +vim_keys = False + +#* Rounded corners on boxes, is ignored if TTY mode is ON. +rounded_corners = False + +#* Default symbols to use for graph creation, "braille", "block" or "tty". +#* "braille" offers the highest resolution but might not be included in all fonts. +#* "block" has half the resolution of braille but uses more common characters. +#* "tty" uses only 3 different symbols but will work with most fonts and should work in a real TTY. +#* Note that "tty" only has half the horizontal resolution of the other two, so will show a shorter historical view. +graph_symbol = "braille" + +# Graph symbol to use for graphs in cpu box, "default", "braille", "block" or "tty". +graph_symbol_cpu = "default" + +# Graph symbol to use for graphs in cpu box, "default", "braille", "block" or "tty". +graph_symbol_mem = "default" + +# Graph symbol to use for graphs in cpu box, "default", "braille", "block" or "tty". +graph_symbol_net = "default" + +# Graph symbol to use for graphs in cpu box, "default", "braille", "block" or "tty". +graph_symbol_proc = "default" + +#* Manually set which boxes to show. Available values are "cpu mem net proc", separate values with whitespace. +shown_boxes = "cpu mem net proc" + +#* Update time in milliseconds, recommended 2000 ms or above for better sample times for graphs. +update_ms = 2000 + +#* Processes sorting, "pid" "program" "arguments" "threads" "user" "memory" "cpu lazy" "cpu direct", +#* "cpu lazy" sorts top process over time (easier to follow), "cpu direct" updates top process directly. +proc_sorting = "cpu lazy" + +#* Reverse sorting order, True or False. +proc_reversed = False + +#* Show processes as a tree. +proc_tree = False + +#* Use the cpu graph colors in the process list. +proc_colors = True + +#* Use a darkening gradient in the process list. +proc_gradient = True + +#* If process cpu usage should be of the core it's running on or usage of the total available cpu power. +proc_per_core = False + +#* Show process memory as bytes instead of percent. +proc_mem_bytes = True + +#* Show cpu graph for each process. +proc_cpu_graphs = True + +#* Use /proc/[pid]/smaps for memory information in the process info box (very slow but more accurate) +proc_info_smaps = False + +#* Show proc box on left side of screen instead of right. +proc_left = False + +#* (Linux) Filter processes tied to the Linux kernel(similar behavior to htop). +proc_filter_kernel = False + +#* Sets the CPU stat shown in upper half of the CPU graph, "total" is always available. +#* Select from a list of detected attributes from the options menu. +cpu_graph_upper = "total" + +#* Sets the CPU stat shown in lower half of the CPU graph, "total" is always available. +#* Select from a list of detected attributes from the options menu. +cpu_graph_lower = "total" + +#* Toggles if the lower CPU graph should be inverted. +cpu_invert_lower = True + +#* Set to True to completely disable the lower CPU graph. +cpu_single_graph = False + +#* Show cpu box at bottom of screen instead of top. +cpu_bottom = False + +#* Shows the system uptime in the CPU box. +show_uptime = True + +#* Show cpu temperature. +check_temp = True + +#* Which sensor to use for cpu temperature, use options menu to select from list of available sensors. +cpu_sensor = "Auto" + +#* Show temperatures for cpu cores also if check_temp is True and sensors has been found. +show_coretemp = True + +#* Set a custom mapping between core and coretemp, can be needed on certain cpus to get correct temperature for correct core. +#* Use lm-sensors or similar to see which cores are reporting temperatures on your machine. +#* Format "x:y" x=core with wrong temp, y=core with correct temp, use space as separator between multiple entries. +#* Example: "4:0 5:1 6:3" +cpu_core_map = "" + +#* Which temperature scale to use, available values: "celsius", "fahrenheit", "kelvin" and "rankine". +temp_scale = "celsius" + +#* Use base 10 for bits/bytes sizes, KB = 1000 instead of KiB = 1024. +base_10_sizes = False + +#* Show CPU frequency. +show_cpu_freq = True + +#* Draw a clock at top of screen, formatting according to strftime, empty string to disable. +#* Special formatting: /host = hostname | /user = username | /uptime = system uptime +clock_format = "%X" + +#* Update main ui in background when menus are showing, set this to false if the menus is flickering too much for comfort. +background_update = True + +#* Custom cpu model name, empty string to disable. +custom_cpu_name = "" + +#* Optional filter for shown disks, should be full path of a mountpoint, separate multiple values with whitespace " ". +#* Begin line with "exclude=" to change to exclude filter, otherwise defaults to "most include" filter. Example: disks_filter="exclude=/boot /home/user". +disks_filter = "" + +#* Show graphs instead of meters for memory values. +mem_graphs = True + +#* Show mem box below net box instead of above. +mem_below_net = False + +#* Count ZFS ARC in cached and available memory. +zfs_arc_cached = True + +#* If swap memory should be shown in memory box. +show_swap = True + +#* Show swap as a disk, ignores show_swap value above, inserts itself after first disk. +swap_disk = True + +#* If mem box should be split to also show disks info. +show_disks = True + +#* Filter out non physical disks. Set this to False to include network disks, RAM disks and similar. +only_physical = True + +#* Read disks list from /etc/fstab. This also disables only_physical. +use_fstab = True + +#* Setting this to True will hide all datasets, and only show ZFS pools. (IO stats will be calculated per-pool) +zfs_hide_datasets = False + +#* Set to true to show available disk space for privileged users. +disk_free_priv = False + +#* Toggles if io activity % (disk busy time) should be shown in regular disk usage view. +show_io_stat = True + +#* Toggles io mode for disks, showing big graphs for disk read/write speeds. +io_mode = False + +#* Set to True to show combined read/write io graphs in io mode. +io_graph_combined = False + +#* Set the top speed for the io graphs in MiB/s (100 by default), use format "mountpoint:speed" separate disks with whitespace " ". +#* Example: "/mnt/media:100 /:20 /boot:1". +io_graph_speeds = "" + +#* Set fixed values for network graphs in Mebibits. Is only used if net_auto is also set to False. +net_download = 100 + +net_upload = 100 + +#* Use network graphs auto rescaling mode, ignores any values set above and rescales down to 10 Kibibytes at the lowest. +net_auto = True + +#* Sync the auto scaling for download and upload to whichever currently has the highest scale. +net_sync = True + +#* Starts with the Network Interface specified here. +net_iface = "" + +#* Show battery stats in top right if battery is present. +show_battery = True + +#* Which battery to use if multiple are present. "Auto" for auto detection. +selected_battery = "Auto" + +#* Set loglevel for "~/.config/btop/btop.log" levels are: "ERROR" "WARNING" "INFO" "DEBUG". +#* The level set includes all lower levels, i.e. "DEBUG" will show all logging info. +log_level = "WARNING" diff --git a/etc/skel/.config/btop/themes/catppuccin_machiato.theme b/etc/skel/.config/btop/themes/catppuccin_machiato.theme new file mode 100644 index 0000000..86819d2 --- /dev/null +++ b/etc/skel/.config/btop/themes/catppuccin_machiato.theme @@ -0,0 +1,83 @@ +# Main background, empty for terminal default, need to be empty if you want transparent background +theme[main_bg]="#24273A" + +# Main text color +theme[main_fg]="#CAD3F5" + +# Title color for boxes +theme[title]="#CAD3F5" + +# Highlight color for keyboard shortcuts +theme[hi_fg]="#8AADF4" + +# Background color of selected item in processes box +theme[selected_bg]="#494D64" + +# Foreground color of selected item in processes box +theme[selected_fg]="#8AADF4" + +# Color of inactive/disabled text +theme[inactive_fg]="#8087A2" + +# Color of text appearing on top of graphs, i.e uptime and current network graph scaling +theme[graph_text]="#F4DBD6" + +# Background color of the percentage meters +theme[meter_bg]="#494D64" + +# Misc colors for processes box including mini cpu graphs, details memory graph and details status text +theme[proc_misc]="#F4DBD6" + +# CPU, Memory, Network, Proc box outline colors +theme[cpu_box]="#c6a0f6" #Mauve +theme[mem_box]="#a6da95" #Green +theme[net_box]="#ee99a0" #Maroon +theme[proc_box]="#8aadf4" #Blue + +# Box divider line and small boxes line color +theme[div_line]="#6E738D" + +# Temperature graph color (Green -> Yellow -> Red) +theme[temp_start]="#a6da95" +theme[temp_mid]="#eed49f" +theme[temp_end]="#ed8796" + +# CPU graph colors (Teal -> Lavender) +theme[cpu_start]="#8bd5ca" +theme[cpu_mid]="#7dc4e4" +theme[cpu_end]="#b7bdf8" + +# Mem/Disk free meter (Mauve -> Lavender -> Blue) +theme[free_start]="#c6a0f6" +theme[free_mid]="#b7bdf8" +theme[free_end]="#8aadf4" + +# Mem/Disk cached meter (Sapphire -> Lavender) +theme[cached_start]="#7dc4e4" +theme[cached_mid]="#8aadf4" +theme[cached_end]="#b7bdf8" + +# Mem/Disk available meter (Peach -> Red) +theme[available_start]="#f5a97f" +theme[available_mid]="#ee99a0" +theme[available_end]="#ed8796" + +# Mem/Disk used meter (Green -> Sky) +theme[used_start]="#a6da95" +theme[used_mid]="#8bd5ca" +theme[used_end]="#91d7e3" + +# Download graph colors (Peach -> Red) +theme[download_start]="#f5a97f" +theme[download_mid]="#ee99a0" +theme[download_end]="#ed8796" + +# Upload graph colors (Green -> Sky) +theme[upload_start]="#a6da95" +theme[upload_mid]="#8bd5ca" +theme[upload_end]="#91d7e3" + +# Process box color gradient for threads, mem and cpu usage (Sapphire -> Mauve) +theme[process_start]="#7dc4e4" +theme[process_mid]="#b7bdf8" +theme[process_end]="#c6a0f6" diff --git a/etc/skel/.config/calcurse/conf b/etc/skel/.config/calcurse/conf new file mode 100644 index 0000000..907f603 --- /dev/null +++ b/etc/skel/.config/calcurse/conf @@ -0,0 +1,32 @@ +appearance.calendarview=monthly +appearance.compactpanels=no +appearance.defaultpanel=calendar +appearance.layout=1 +appearance.headerline=yes +appearance.eventseparator=yes +appearance.dayseparator=yes +appearance.emptyline=yes +appearance.emptyday=-- +appearance.notifybar=yes +appearance.sidebarwidth=27 +appearance.theme=blue on default +appearance.todoview=hide-completed +appearance.headingpos=right-justified +daemon.enable=yes +daemon.log=no +format.inputdate=1 +format.notifydate=%a %F +format.notifytime=%T +format.outputdate=%D +format.dayheading=%B %e, %Y +general.autogc=no +general.autosave=yes +general.confirmdelete=yes +general.confirmquit=no +general.firstdayofweek=monday +general.multipledays=yes +general.periodicsave=0 +general.systemevents=yes +notification.command=printf '\a' +notification.notifyall=flagged-only +notification.warning=300 diff --git a/etc/skel/.config/dconf/user b/etc/skel/.config/dconf/user new file mode 100644 index 0000000000000000000000000000000000000000..b7eb0382c11f956bce812e3003bb4c78c9c83d82 GIT binary patch literal 6116 zcmZ{o36K=!8HQWVe6MO_?nG}IV zzW@7sX3{(-^c+97%CCXw=HBL?ny?%@4HaF>RH33L=+e{6^hNuXITICUl{p6$gWy~k zTxJM*ewiPj6{_(=VHjKh7sAD5YS16SaInjaL@U(dFN4cr6pV(Sz?lDHEdPHWb;PfP ztIE`)6QQBZHE4yO;-{3Eh0ca+;kpjY!O!i$Jp6oESY|PLLzyLLg&XlpJCMSQG&Gj+ z&?d-rAdmMUfC4Os!%yUPX$)H1Dr>s66@3DRcJ01V@5}eJR#-dGeXyz1;jJTx%XjAb z{pbN`d+~x=^;Nzb@x$n6ia#@Wg2pM|hxoT>mp+zNe{7E#n|v4IRcLS6GC%sNKiA8j z#eHkg;m|rYvqEz!--UQBS_fbE`T2O|fqZ}Bv(fo5;bQNf>c9LM#IvXmbr(AybS5s} zoBOUsTj2BC>b_7O%J<^>R`dbrdvMQbYG1x9@h8w{;Lz_nS^wrGe;Vzyq0dA0*{@!! zd6(C`?M43pyPMwqPWwQ<2k`^wL3r`WM+zC@@|yqm&`)94u;KvqUtZ(VW~zdI3rF=F zL0n$*+!q}PGlqpN%1!y+TwjBZg!8_wKVN%Gz7O$wbRu-#;7-%Hgy>~-oJ#n@x=EL+YbxZKDtEr zmDjo)K|hAK&)II)OJ4myf%Z6qee>qDg7QbciugdZ8n(8c`#04c`5v@C0=9ef3lRY~mZyU&77*+OI8Y zyw-O!vHRi1&z>Hy^_A~SybXO0-kf#f?t0?#TCbPU6R>vOgS(Z7@|w3Ue7G+>b@NTJ z?klf6ABbKEtMBi%U+W^T_Q#-g@UvI%U!xi*ul#917r^3&yWCMvTwe2&Mq~JP=Leql zm%PT?g06>erba`j6PMTgw4z(!rH$XcqkhV({cUI){C&?`e^r0vl_z`AS76Javubp` z{8?Oo7(E7K$Gxyx?aS+W9SGfF;+nR5)sDR41JR*y?T7bFTTWbF`8ft{fUO&MKdW_= zH|vPbflEJH-!ziAyspopP4J81ukY1;vNXHK20e#)z#RXo_84!6yYnv_5CidUl-!HJ#WZq0-InZ)bSsj&3X=l5$Jc+UH6q&UadseL606yo%Q@Fulu&5o1yiS^|e|TdDYu( z=yuq4bU?lGN?z^kK;MHm_B?W@=0RThc@#Yk>khQ-(|XBkeyYx9j4-y}MUyl?@@Bl~ zaJc-c5AIT2Uh`j%PJ~|WvDz-gSr6e3lh_h_t5q7IxqI2hoIAa zk8jlTjJ(d@Bk0F4Xw=;oDlV^fPM}K}=(v$LS83klwT@XdhR%Q9Y4)SM`m+(e6COM~ z{YmvlUe|9%ABQVmtD7}~xO`9g^E~0i{GPgq&v89&Io3C;(++EuO6c$F*7o}Uhy?I?C)U1GiysJTqsl+ZJe=NF2x z-RQdMq?2m0qoC-gBjTl3G7N&)YV>mM*hGSlN4h8z>LR<~#IYOtT<8ZrO-7A@AKPIj z>DWP-c0=}ICP_H*@`aphM=8gr1wG$a`sA%H4eUiW_d8nX8qd4L^t5#M4H7S5o~5H8 zj4SP$cfDYR8#aet?DCA7tV|tsyY&4@-+SU9$R(Z7);vabRJom%bHa=|Yz9l8^u4MZ zl>61}rDIL2wLpFHiat#Q1=qJ%dj*AgCDqF!vk}@WyvR%D%s}WzysF^ZjX{`qV(Kt+ zo(aNLnj5CjPGy52a>GO|Eu_GPH0V3t6)+d(!zdu-tO?Ky^kG(_S)bK@&bYoCI=KX8 z$%?$R%ToAm?&JXX5hrTD%5o+A%?s&JV+%(89Fa;5@qt~{q78aGpuFyGl7 zVwb@@(EF~R37vew^i$t^^xZ^tUuT88!ew`qwioS~bXM!UWjRsG_0u#PCN13P$Qm)=Q^d-9@jY+46R@DvI4a>)?BF5GGW+XTl6%9nEh69(pyH8|K|O8>B7Y zQALT;rFkypDwkNHn<=t4c*|^Mej)LkoaaQQXS~noR)3Lq)VB*9lWu zRZ6a(*xqlekXx0f$YiYUWh0!k(3CNTuB-`$P``X0Q9{J5wvlZ<|FN{>T)lSEKa!S6Hx@g)t zV)kdunW|HpbJsF5i^fGyNqG6ma0JOyeJ>H zx>oDTINLX>zC)L454F*a66f>3nYrdH&jWTL42VWu&oyB7ER>bk0g?HBV&H;kA^bI_FXma~gA ssGj5aQT3&lG9oH~8