At times like this I wish I was a Garbage Man.

This commit is contained in:
Matthieu Fortin (CPC/CCP) 2025-02-12 15:05:55 -05:00
parent c338e1b0ba
commit 19e61d3dec
6 changed files with 17 additions and 6 deletions

View file

@ -1,5 +1,5 @@
[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_files=/home/matt/Downloads/README.txt;/run/user/1000/kio-fuse-QTlNOQ/smb/mfortin@172.31.180.13/CMPFOR/Read Only Files/E01s/PE07-IMAGE-24-01/PE06.txt;/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;
recent_projects=
current_page=-1
@ -10,7 +10,7 @@ project_file_path=/home/matt/Projects
[geany]
treeview_position=0
msgwindow_position=805
geometry=0;0;3428;1388;1;
geometry=0;0;2086;1388;1;
sidebar_page=2
[VTE]

View file

@ -45,6 +45,9 @@ exec-once=trayscale --hide-window
### ENVIRONMENT VARIABLES ###
# ssh-agent
env = SSH_AUTH_SOCK,$XDG_RUNTIME_DIR/ssh-agent.socket
env = XCURSOR_SIZE,24
#env = XCURSOR_THEME,Bibata-Modern-Classic
env = HYPRCURSOR_SIZE,24

View file

@ -6,8 +6,8 @@ plugins = [
[scratchpads.term]
animation = "fromTop"
command = "kitty --class kitty-dropterm"
class = "kitty-dropterm"
command = "ghostty --class ghostty-dropterm"
class = "ghostty-dropterm"
size = "75% 60%"
max_size = "1920px 100%"
margin = 50

View file

@ -1,7 +1,14 @@
https://github.com/gaurav210233/simple-hyprland/
https://alexforsale.github.io/dotfiles-hyprland/
https://config.phundrak.com/hyprland.html
https://alexforsale.github.io/posts/hyprland/
https://github.com/JaKooLit/Hyprland-Dots/
### ssh-agent
https://www.lorenzobettini.it/2023/09/hyprland-and-ssh-agent/

View file

@ -13,9 +13,7 @@ if not (vim.uv or vim.loop).fs_stat(lazypath) then
end
end
vim.opt.rtp:prepend(lazypath)
vim.o.background = "dark"
vim.g.mapleader = " "
require("lazy").setup("plugins")
require("vim-options")
require("keymaps")

View file

@ -8,3 +8,6 @@ vim.opt.swapfile = false
vim.cmd.colorscheme "catppuccin-mocha"
vim.wo.number = true
vim.cmd("set mouse=")
vim.g.mapleader = " "