forked from Snoweuph/Dotfiles
New Signing
This commit is contained in:
parent
a2eef3d6ca
commit
c4c5b2b1e4
3 changed files with 10 additions and 13 deletions
|
@ -1,6 +1,7 @@
|
|||
[ActivityManager]
|
||||
_k_friendly_name=Activity Manager
|
||||
switch-to-activity-10eae782-cee3-42c7-b63f-6cfa29a432f4=none,none,Switch to activity "Default"
|
||||
switch-to-activity-12c956f8-79d2-4e10-ba60-c476b4f44bc6=none,none,Switch to activity "Default"
|
||||
switch-to-activity-c9029e69-ec79-4399-8d82-a2b36f65b1d5=none,none,Switch to activity "Default"
|
||||
|
||||
[KDE Keyboard Layout Switcher]
|
||||
|
@ -111,7 +112,7 @@ KrohnkiteToggleFloat=Meta+F,none,Krohnkite: Toggle Float
|
|||
KrohnkiteTreeColumnLayout=none,none,Krohnkite: Tree Column Layout
|
||||
KrohnkitegrowWidth=none,none,Krohnkite: Grow Width
|
||||
Move Tablet to Next Output=none,none,Move the tablet to the next output
|
||||
MoveMouseToCenter=none,Meta+F6,Move Mouse to Centre
|
||||
MoveMouseToCenter=none,Meta+F6,Move Mouse to Center
|
||||
MoveMouseToFocus=none,Meta+F5,Move Mouse to Focus
|
||||
MoveZoomDown=none,none,Move Zoomed Area Downwards
|
||||
MoveZoomLeft=none,none,Move Zoomed Area to Left
|
||||
|
@ -202,12 +203,12 @@ Window Fullscreen=none,,Make Window Fullscreen
|
|||
Window Grow Horizontal=none,,Expand Window Horizontally
|
||||
Window Grow Vertical=none,,Expand Window Vertically
|
||||
Window Lower=none,,Lower Window
|
||||
Window Maximize=none,Meta+PgUp,Maximise Window
|
||||
Window Maximize Horizontal=none,,Maximise Window Horizontally
|
||||
Window Maximize Vertical=none,,Maximise Window Vertically
|
||||
Window Minimize=none,Meta+PgDown,Minimise Window
|
||||
Window Maximize=none,Meta+PgUp,Maximize Window
|
||||
Window Maximize Horizontal=none,,Maximize Window Horizontally
|
||||
Window Maximize Vertical=none,,Maximize Window Vertically
|
||||
Window Minimize=none,Meta+PgDown,Minimize Window
|
||||
Window Move=none,,Move Window
|
||||
Window Move Center=none,,Move Window to the Centre
|
||||
Window Move Center=none,,Move Window to the Center
|
||||
Window No Border=none,,Toggle Window Titlebar and Frame
|
||||
Window On All Desktops=none,,Keep Window on All Desktops
|
||||
Window One Desktop Down=none,Meta+Ctrl+Shift+Down,Window One Desktop Down
|
||||
|
@ -313,6 +314,7 @@ activate task manager entry 6=Meta+6,Meta+6,Activate Task Manager Entry 6
|
|||
activate task manager entry 7=Meta+7,Meta+7,Activate Task Manager Entry 7
|
||||
activate task manager entry 8=Meta+8,Meta+8,Activate Task Manager Entry 8
|
||||
activate task manager entry 9=Meta+9,Meta+9,Activate Task Manager Entry 9
|
||||
activate widget 5=Alt+F1,none,Activate Application Launcher Widget
|
||||
clear-history=none,,Clear Clipboard History
|
||||
clipboard_action=none,Meta+Ctrl+X,Automatic Action Popup Menu
|
||||
cycle-panels=Meta+Alt+P,Meta+Alt+P,Move keyboard focus between panels
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
[user]
|
||||
name = Snoweuph
|
||||
email = snow+git@euph.email
|
||||
email = snow+git@euph.email
|
||||
signingKey = BEFC41DA223CEC55
|
||||
[commit]
|
||||
gpgSign = true
|
||||
|
||||
|
|
6
.zshrc
6
.zshrc
|
@ -40,12 +40,6 @@ WORDCHARS="_-" # Define These Characters as Part of "Words"
|
|||
# Git
|
||||
zinit snippet OMZP::git
|
||||
|
||||
case "$HOSTNAME" in
|
||||
snoweuph-desktop)key=31EDB2BA02AD438859B996654014606F050AEF63;;
|
||||
fedorabook-pro)key=CFB8E8CF1F0BA9FA2A1840CA0021ADF278B2F49B;;
|
||||
esac
|
||||
alias git="git -c user.signingKey='$key'"
|
||||
|
||||
# Containerization
|
||||
zinit snippet OMZP::docker-compose
|
||||
zinit snippet OMZP::podman
|
||||
|
|
Loading…
Reference in a new issue