Compare commits
2 Commits
46a2b9fd61
...
9d61d9f418
| Author | SHA1 | Date | |
|---|---|---|---|
| 9d61d9f418 | |||
| 738a15a00d |
@@ -4,6 +4,7 @@ customCommands:
|
|||||||
description: "Force push with lease."
|
description: "Force push with lease."
|
||||||
key: "x"
|
key: "x"
|
||||||
promptToReturnFromSubprocess: false # removes "press enter to return to lazygit" popup
|
promptToReturnFromSubprocess: false # removes "press enter to return to lazygit" popup
|
||||||
|
notARepository: 'skip'
|
||||||
git:
|
git:
|
||||||
autoForwardBranches: "none"
|
autoForwardBranches: "none"
|
||||||
os:
|
os:
|
||||||
|
|||||||
@@ -76,6 +76,11 @@ input "2362:628:PIXA3854:00_093A:0274_Touchpad" {
|
|||||||
# Window switching
|
# Window switching
|
||||||
bindsym $mod+Tab exec rofi -show window -modes window
|
bindsym $mod+Tab exec rofi -show window -modes window
|
||||||
|
|
||||||
|
# Lazygit
|
||||||
|
bindsym $mod+g exec alacritty --title Floating-Lazygit --command /home/linuxbrew/.linuxbrew/bin/lazygit; grab_focus; floating enable
|
||||||
|
for_window [title="Floating-Lazygit"] floating enable
|
||||||
|
for_window [title="Floating-Lazygit"] resize set 1800 1200
|
||||||
|
|
||||||
# Drag floating windows by holding down $mod and left mouse button.
|
# Drag floating windows by holding down $mod and left mouse button.
|
||||||
# Resize them with right mouse button + $mod.
|
# Resize them with right mouse button + $mod.
|
||||||
# Despite the name, also works for non-floating windows.
|
# Despite the name, also works for non-floating windows.
|
||||||
|
|||||||
Reference in New Issue
Block a user