-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
8413cba
commit c702389
Showing
28 changed files
with
942 additions
and
512 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
[user] | ||
name = "Akihiro Saiki" | ||
email = "sk@myuu.dev" | ||
signingkey = ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIFDjjJaYz3a6f6QRWh/NK7U3o6Pj1fWKj7hc1VSW8rde | ||
[gpg] | ||
format = ssh | ||
[commit] | ||
gpgsign = true | ||
[ghq] | ||
root = ~/src | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
[gpg "ssh"] | ||
program = /Applications/1Password.app/Contents/MacOS/op-ssh-sign | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
[gpg "ssh"] | ||
program = /opt/1Password/op-ssh-sign | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
#!/bin/sh | ||
|
||
XDG_SESSION_TYPE=wayland | ||
XDG_CURRENT_DESKTOP=sway | ||
XDG_CURRENT_SESSION=sway | ||
DESKTOP_SESSION=sway | ||
LIBSEAT_BACKEND=logind | ||
QT_QPA_PLATFORM="wayland;xcb" | ||
GDK_DPI_SCALE=1 | ||
QT_SCALE_FACTOR=1 | ||
QT_AUTO_SCREEN_SCALE_FACTOR=0 | ||
QT_QPA_PLATFORMTHEME=qt6ct | ||
MOZ_ENABLE_WAYLAND=1 | ||
_JAVA_AWT_WM_NONREPARENTING=1 | ||
|
||
export XDG_SESSION_TYPE XDG_CURRENT_DESKTOP XDG_CURRENT_SESSION DESKTOP_SESSION LIBSEAT_BACKEND QT_QPA_PLATFORM GDK_DPI_SCALE QT_SCALE_FACTOR QT_AUTO_SCREEN_SCALE_FACTOR QT_QPA_PLATFORMTHEME MOZ_ENABLE_WAYLAND _JAVA_AWT_WM_NONREPARENTING; | ||
|
||
systemd-cat --identifier=sway sway "$@" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
/config.d |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
### Bar Settings | ||
|
||
bar { | ||
swaybar_command waybar | ||
} | ||
|
Oops, something went wrong.