1
0
Fork 0

add gitconfig and update i3config

main
Mari 3 years ago
parent f7226704db
commit d024a27672
  1. 7
      git/gitconfig
  2. 15
      i3/config
  3. 7
      per-host/costadelsol/.gitconfig
  4. 7
      per-host/crystarium/.gitconfig
  5. 7
      per-host/goldsaucer/.gitconfig
  6. 7
      per-host/gubal/.gitconfig
  7. 7
      per-host/mordhona/.gitconfig
  8. 1
      per-host/template/.gitconfig

@ -0,0 +1,7 @@
[user]
name = Mari
email = reya.git@reya.zone
[pull]
ff = only
[init]
defaultBranch = main

@ -36,9 +36,6 @@ exec --no-startup-id exec /usr/libexec/gnome-settings-daemon-localeexec
# Fix a bug in gnome-settings-daemon: http://feeding.cloud.geek.nz/posts/creating-a-modern-tiling-desktop-environment-using-i3/
exec --no-startup-id exec dconf write /org/gnome/settings-daemon/plugins/cursor/active false
# Initialize a tmux session on startup
exec --no-startup-id exec zsh -ic "tmux_init"
# Start up the gammastep color temperature adjustment daemon.
exec --no-startup-id exec gammastep
@ -50,7 +47,9 @@ exec --no-startup-id exec xcape -e 'Hyper_L=Control_L|grave'
exec --no-startup-id exec xcape -e 'Control_L=Escape'
# Set up xcape to make tapping the super key trigger the tmux modifier key.
exec --no-startup-id exec xcape -e 'Super_L=Control_L|a'
bindsym $mod+j exec ~/.config/i3/helpers/terminal && zsh -ic 'tmux_window /home/reya/.local/bin/guided-journal Journal'
for_window [class="^journal-terminal-st$"] floating enable
for_window [class="^journal-terminal-st$"] sticky enable
bindsym $mod+j exec exec st -c journal-terminal-st -t "Journal" -g 150x50 -e ~/.local/bin/guided-journal
# Use pactl to adjust volume in PulseAudio.
bindsym XF86AudioRaiseVolume exec --no-startup-id exec ~/.config/i3/helpers/volume.sh up
@ -246,10 +245,10 @@ for_window [class="^jetbrains-.*$" title="win0"] floating enable
assign [class="^jetbrains-.*$"] workspace number $ws4
# start a terminal
assign [class="^Lxterminal$"] workspace number $ws5
bindsym $mod+Control+5 workspace $ws5 ; exec exec lxterminal -e '$SHELL -ic "go_tmux -x"'
bindsym $mod+Control+Shift+5 workspace $ws5 ; exec exec lxterminal -e '$SHELL -ic "exec ssh gubal"'
bindsym $mod+Return workspace $ws5 ; exec exec lxterminal -e '$SHELL -ic "go_tmux -x"'
assign [class="^st$"] workspace number $ws5
bindsym $mod+Control+5 workspace $ws5 ; exec exec st -t "Simple Terminal (Local)" -e $SHELL -ic 'go_tmux -x'
bindsym $mod+Control+Shift+5 workspace $ws5 ; exec exec st -t "Simple Terminal (Gubal)" -e $SHELL -ic 'exec ssh gubal'
bindsym $mod+Return workspace $ws5 ; exec exec st -t "Simple Terminal (Local)" -e $SHELL -ic 'go_tmux -x'
# open a file manager
assign [class="^Org\.gnome\.Nautilus$"] workspace number $ws6

@ -0,0 +1,7 @@
[user]
name = Mari
email = reya.git@reya.zone
[pull]
ff = only
[init]
defaultBranch = main

@ -0,0 +1,7 @@
[user]
name = Mari
email = reya.git@reya.zone
[pull]
ff = only
[init]
defaultBranch = main

@ -0,0 +1,7 @@
[user]
name = Mari
email = reya.git@reya.zone
[pull]
ff = only
[init]
defaultBranch = main

@ -0,0 +1,7 @@
[user]
name = Mari
email = reya.git@reya.zone
[pull]
ff = only
[init]
defaultBranch = main

@ -0,0 +1,7 @@
[user]
name = Mari
email = reya.git@reya.zone
[pull]
ff = only
[init]
defaultBranch = main

@ -0,0 +1 @@
../../git/gitconfig
Loading…
Cancel
Save