From c338e1b0ba83f8c78d9231e8451fac17fd20b548 Mon Sep 17 00:00:00 2001 From: "Matthieu Fortin (CPC/CCP)" Date: Wed, 29 Jan 2025 13:05:45 -0500 Subject: [PATCH] should get thru ci now --- geany/.config/geany/session.conf | 5 ++--- ghostty/.config/ghostty/config | 28 ++-------------------------- ghostty/.config/ghostty/config.fist | 29 +++++++++++++++++++++++++++++ hypr/.config/hypr/hyprland.conf | 1 + hypr/.config/kanshi/config | 7 ++++++- 5 files changed, 40 insertions(+), 30 deletions(-) create mode 100644 ghostty/.config/ghostty/config.fist diff --git a/geany/.config/geany/session.conf b/geany/.config/geany/session.conf index 83dc36c..71ab634 100644 --- a/geany/.config/geany/session.conf +++ b/geany/.config/geany/session.conf @@ -1,8 +1,7 @@ [files] recent_files=/home/matt/.dotfiles/.gitignore;/home/matt/.dotfiles/.stow-local-ignre;/home/matt/.dotfiles/.stow-local-ignore;/home/matt/hypr.txt;/run/user/1000/kio-fuse-QHFRuD/smb/mfortin@172.31.180.13/TCLI_Staff/mfortin/Southby-Batches-main/List Volumes/!vol.bat;/run/user/1000/kio-fuse-QHFRuD/smb/mfortin@172.31.180.13/TCLI_Staff/mfortin/Southby-Batches-main/Privilege Escalation (Admin or System)/GETSYSTEM.cmd;/run/user/1000/kio-fuse-QHFRuD/smb/mfortin@172.31.180.13/TCLI_Staff/mfortin/Southby-Batches-main/ScreenSaverPasswordDisable/ScreenSaverDisable.bat;/home/matt/package.txt;/run/user/1000/kio-fuse-QHFRuD/smb/mfortin@172.31.180.13/TCLI_Staff/mfortin/New Text Document.txt;/run/user/1000/kio-fuse-QHFRuD/smb/mfortin@172.31.180.13/TCLI_Staff/mfortin/hypr.txt; recent_projects= -current_page=0 -FILE_NAME_0=20;None;0;EUTF-8;1;1;0;%2Fhome%2Fmatt%2F.dotfiles%2F.gitignore;0;4 +current_page=-1 [project] session_file= @@ -11,7 +10,7 @@ project_file_path=/home/matt/Projects [geany] treeview_position=0 msgwindow_position=805 -geometry=0;0;1330;1388;1; +geometry=0;0;3428;1388;1; sidebar_page=2 [VTE] diff --git a/ghostty/.config/ghostty/config b/ghostty/.config/ghostty/config index 925652c..2375022 100644 --- a/ghostty/.config/ghostty/config +++ b/ghostty/.config/ghostty/config @@ -1,29 +1,5 @@ - -# You can preview the config here - theme = catppuccin-mocha -background = #1e1e2e -foreground = #cdd6f4 -selection-background = #585b70 -selection-foreground = #cdd6f4 -cursor-color = #f5e0dc -cursor-text = #cdd6f4 -palette = 0=#45475a -palette = 1=#f38ba8 -palette = 2=#a6e3a1 -palette = 3=#f9e2af -palette = 4=#89b4fa -palette = 5=#f5c2e7 -palette = 6=#94e2d5 -palette = 7=#a6adc8 -palette = 8=#585b70 -palette = 9=#f37799 -palette = 10=#89d88b -palette = 11=#ebd391 -palette = 12=#74a8fc -palette = 13=#f2aede -palette = 14=#6bd7ca -palette = 15=#bac2de -font-size = 14 +font-size = 16 font-family = MesloLGS Nerd Font Mono +gtk-titlebar = false diff --git a/ghostty/.config/ghostty/config.fist b/ghostty/.config/ghostty/config.fist new file mode 100644 index 0000000..925652c --- /dev/null +++ b/ghostty/.config/ghostty/config.fist @@ -0,0 +1,29 @@ + +# You can preview the config here + +theme = catppuccin-mocha +background = #1e1e2e +foreground = #cdd6f4 +selection-background = #585b70 +selection-foreground = #cdd6f4 +cursor-color = #f5e0dc +cursor-text = #cdd6f4 +palette = 0=#45475a +palette = 1=#f38ba8 +palette = 2=#a6e3a1 +palette = 3=#f9e2af +palette = 4=#89b4fa +palette = 5=#f5c2e7 +palette = 6=#94e2d5 +palette = 7=#a6adc8 +palette = 8=#585b70 +palette = 9=#f37799 +palette = 10=#89d88b +palette = 11=#ebd391 +palette = 12=#74a8fc +palette = 13=#f2aede +palette = 14=#6bd7ca +palette = 15=#bac2de +font-size = 14 +font-family = MesloLGS Nerd Font Mono + diff --git a/hypr/.config/hypr/hyprland.conf b/hypr/.config/hypr/hyprland.conf index 5d33b19..e66ad96 100644 --- a/hypr/.config/hypr/hyprland.conf +++ b/hypr/.config/hypr/hyprland.conf @@ -17,6 +17,7 @@ source = ~/.config/hypr/keybinds.conf ### AUTOSTART ### +exec-once=hyprctl setcursor catppuccin-mocha-dark-cursors 28 exec-once=systemctl --user import-environment WAYLAND_DISPLAY XDG_CURRENT_DESKTOP exec-once=dbus-update-activation-environment --systemd WAYLAND_DISPLAY XDG_CURRENT_DESKTOP=Hyprland exec-once=dbus-update-activation-environment --systemd --all & diff --git a/hypr/.config/kanshi/config b/hypr/.config/kanshi/config index 1e97faf..c2723fa 100644 --- a/hypr/.config/kanshi/config +++ b/hypr/.config/kanshi/config @@ -12,7 +12,12 @@ profile laptop { output eDP-1 position 0,0 enable scale 2 } -profile laptop-usbc { +profile laptop-usbc-1 { output DP-1 position 0,0 enable output eDP-1 disable } + +profile laptop-usbc-2 { + output DP-2 position 0,0 enable + output eDP-1 disable +}