Compare commits

..

2 Commits

2 changed files with 6 additions and 0 deletions

View File

@@ -4,6 +4,7 @@ customCommands:
description: "Force push with lease."
key: "x"
promptToReturnFromSubprocess: false # removes "press enter to return to lazygit" popup
notARepository: 'skip'
git:
autoForwardBranches: "none"
os:

View File

@@ -76,6 +76,11 @@ input "2362:628:PIXA3854:00_093A:0274_Touchpad" {
# Window switching
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.
# Resize them with right mouse button + $mod.
# Despite the name, also works for non-floating windows.