should get thru ci now
This commit is contained in:
parent
1c237eb0db
commit
c338e1b0ba
5 changed files with 40 additions and 30 deletions
|
|
@ -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]
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
||||
|
|
|
|||
29
ghostty/.config/ghostty/config.fist
Normal file
29
ghostty/.config/ghostty/config.fist
Normal file
|
|
@ -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
|
||||
|
||||
|
|
@ -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 &
|
||||
|
|
|
|||
|
|
@ -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
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue