diff options
| author | kkard2 <[email protected]> | 2024-04-26 19:59:53 +0200 |
|---|---|---|
| committer | kkard2 <[email protected]> | 2024-04-26 19:59:53 +0200 |
| commit | 2c91b93694a16c51a5bbfbbbfd76d32c1f0ca726 (patch) | |
| tree | 71505cdb41fb105bad4a82160d7df9ca439c0ac5 /_linux/i3 | |
| parent | f84a1914a3cfe2207e60ed9ff5fb325508f57272 (diff) | |
i have no idea why it doesn't work
Diffstat (limited to '_linux/i3')
| -rw-r--r-- | _linux/i3/config | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/_linux/i3/config b/_linux/i3/config index a2c23c7..e077804 100644 --- a/_linux/i3/config +++ b/_linux/i3/config @@ -63,7 +63,7 @@ bindsym $mod+c kill # start dmenu (a program launcher) bindsym $mod+s exec --no-startup-id dmenu_run -bindsym $mod+Shift+s exec flameshot gui +bindsym $mod+Shift+s exec "pkill -9 flameshot ; flameshot gui" # A more modern dmenu replacement is rofi: # bindcode $mod+40 exec "rofi -modi drun,run -show drun" # There also is i3-dmenu-desktop which only displays applications shipping a |
