Skip to content

Commit

Permalink
update files
Browse files Browse the repository at this point in the history
  • Loading branch information
JyyHuang committed Aug 21, 2024
1 parent 4e21de7 commit 3fa414d
Show file tree
Hide file tree
Showing 8 changed files with 39 additions and 365 deletions.
202 changes: 0 additions & 202 deletions firefox/userChrome.css

This file was deleted.

54 changes: 0 additions & 54 deletions firefox/userContent.css

This file was deleted.

8 changes: 4 additions & 4 deletions komorebi/komorebi.ahk
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,10 @@ CapsLock & Right::Move("right")
CapsLock & Enter::Promote()

; Resize
CapsLock & u::ResizeAxis("horizontal", "increase")
CapsLock & p::ResizeAxis("horizontal", "decrease")
CapsLock & o::ResizeAxis("vertical", "increase")
CapsLock & i::ResizeAxis("vertical", "decrease")
CapsLock & p::ResizeAxis("horizontal", "increase")
CapsLock & u::ResizeAxis("horizontal", "decrease")
CapsLock & i::ResizeAxis("vertical", "increase")
CapsLock & o::ResizeAxis("vertical", "decrease")

; Manipulate windows
CapsLock & f::ToggleFloat()
Expand Down
3 changes: 2 additions & 1 deletion komorebi/komorebi.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@
"cross_monitor_move_behaviour": "Insert",
"default_workspace_padding": 2,
"default_container_padding": 2,
"border_width": 2,
"focus_follows_mouse": "Windows",
"border_width": 1,
"border_offset": -1,
"active_window_border": true,
"active_window_border_colours": {
Expand Down
3 changes: 0 additions & 3 deletions nvim/lua/plugin_config/gitsigns.lua
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,6 @@ return {
virt_text_priority = 100,
},
current_line_blame_formatter = "<author>, <author_time:%Y-%m-%d> - <summary>",
current_line_blame_formatter_opts = {
relative_time = false,
},
sign_priority = 6,
update_debounce = 100,
status_formatter = nil, -- Use default
Expand Down
Loading

0 comments on commit 3fa414d

Please sign in to comment.