Compare commits

..

3 Commits

3 changed files with 4 additions and 4 deletions

View File

@@ -16,7 +16,7 @@ Rules:
- keyword comments must include attribution `(@janezicmatej)`
## Git
- all git work MUST happen in sub-agents with `isolation: "worktree"`
- commit only when asked or when delegating to agents
- agents MUST commit with `--no-gpg-sign`
## Workflow

View File

@@ -1,2 +1,2 @@
output DP-7 resolution 2560x1440 position 0,0
output eDP-1 resolution 2560x1600@165Hz position 2560,0 adaptive_sync on
output DP-7 resolution 2560x1440 position 2560,-1200
output eDP-1 resolution 2560x1600@165Hz position 0,0 adaptive_sync on

View File

@@ -37,7 +37,7 @@ alias gcm='git checkout $(git_main_branch)'
alias gsw="git switch"
# git fetch/pull/push
alias gfa="git fetch --all --prune"
alias gfa="git fetch --all --prune --tags"
alias gl="git pull"
alias gp="git push"
alias gpf="git push --force-with-lease"