From 31ecb68faeba78b412b3f5ad714334697dcdbe0c Mon Sep 17 00:00:00 2001 From: "Matthieu Fortin (CPC/CCP)" Date: Thu, 5 Dec 2024 09:24:32 -0500 Subject: [PATCH] A full commitment's what I'm thinking of --- geany/.config/geany/session.conf | 7 ++++--- hypr/.config/hypr/{ => pyprland.d}/scratchpads.toml | 0 hypr/.config/hypr/pyprland.toml | 11 +++++++++-- hypr/.config/waybar/style.css | 2 ++ 4 files changed, 15 insertions(+), 5 deletions(-) rename hypr/.config/hypr/{ => pyprland.d}/scratchpads.toml (100%) diff --git a/geany/.config/geany/session.conf b/geany/.config/geany/session.conf index dcd9a09..1028778 100644 --- a/geany/.config/geany/session.conf +++ b/geany/.config/geany/session.conf @@ -1,10 +1,11 @@ [files] recent_files=/mnt/2024_Formation SANS/SANS FOR498/498.23.3 ISO/sans-integrity.yml;/mnt/2024_Formation SANS/SANS FOR498/498.23.3 ISO/license.txt;/mnt/Jupiter/matt/backup/oldnashome/.dotfiles/bash/.bash_prompt;/mnt/Jupiter/matt/backup/oldnashome/.bash_prompt;/mnt/Jupiter/home-dir-backup.sh;/home/matt/Downloads/OPNsense-24.7-checksums-amd64.sha256;/home/matt/.config/rofi/screen.rasi;/home/matt/Downloads/archcraft-2024.10.22-x86_64.iso.sha256sum;/home/matt/.config/waybar/style.css;/home/matt/.config/waybar/config.jsonc; recent_projects= -current_page=2 +current_page=3 FILE_NAME_0=4796;Conf;0;EUTF-8;1;1;0;%2Fhome%2Fmatt%2F.config%2Fhypr%2Fhyprland.conf;0;4 -FILE_NAME_1=0;None;0;EUTF-8;1;1;0;%2Fhome%2Fmatt%2F.config%2Fwaybar%2Fconfig.jsonc;0;4 -FILE_NAME_2=943;CSS;0;EUTF-8;1;1;0;%2Fhome%2Fmatt%2F.config%2Fwaybar%2Fstyle.css;0;4 +FILE_NAME_1=0;Conf;0;EUTF-8;1;1;0;%2Fhome%2Fmatt%2F.config%2Fhypr%2Fkeybinds.conf;0;4 +FILE_NAME_2=160;None;0;EUTF-8;1;1;0;%2Fhome%2Fmatt%2F.config%2Fhypr%2Fpyprland.d%2Fscratchpads.toml;0;4 +FILE_NAME_3=11;None;0;EUTF-8;1;1;0;%2Fhome%2Fmatt%2F.config%2Fhypr%2Fpyprland.toml;0;4 [project] session_file= diff --git a/hypr/.config/hypr/scratchpads.toml b/hypr/.config/hypr/pyprland.d/scratchpads.toml similarity index 100% rename from hypr/.config/hypr/scratchpads.toml rename to hypr/.config/hypr/pyprland.d/scratchpads.toml diff --git a/hypr/.config/hypr/pyprland.toml b/hypr/.config/hypr/pyprland.toml index a1d3988..28e473a 100644 --- a/hypr/.config/hypr/pyprland.toml +++ b/hypr/.config/hypr/pyprland.toml @@ -1,6 +1,13 @@ [pyprland] -include = ["~/.config/hypr/pyprland.d"] - plugins = [ + "scratchpads", ] +[scratchpads.term] +animation = "fromTop" +command = "kitty --class kitty-dropterm" +class = "kitty-dropterm" +size = "75% 60%" +max_size = "1920px 100%" +margin = 50 + diff --git a/hypr/.config/waybar/style.css b/hypr/.config/waybar/style.css index b66b373..558891f 100644 --- a/hypr/.config/waybar/style.css +++ b/hypr/.config/waybar/style.css @@ -61,8 +61,10 @@ window#waybar { margin: 3px 0px; } +/* #custom-launcher {} #memory {} +*/ #custom-notification { color: #a6adc8;