dotfiles

My personal shell configs and stuff
git clone git://git.alex.balgavy.eu/dotfiles.git
Log | Files | Refs | Submodules | README | LICENSE

commit e7f14131ed154b3740e953e07d96fa182b2641df
parent 81d36f83734f373ff12dc50a1b48d52fc5ae7301
Author: Alex Balgavy <a.balgavy@gmail.com>
Date:   Sun, 29 Sep 2019 16:17:46 -0400

i3: no startup ids

Former-commit-id: 80150974d64483f4e9f629f968d8e25e5063ba67
Diffstat:
Mi3/config | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/i3/config b/i3/config @@ -31,7 +31,7 @@ font pango:monospace 8 floating_modifier $mod # start a terminal -bindsym $mod+Return exec i3-sensible-terminal +bindsym $mod+Return exec --no-startup-id i3-sensible-terminal # kill focused window bindsym $mod+q kill @@ -137,7 +137,7 @@ bindsym $mod+Shift+c reload # restart i3 inplace (preserves your layout/session, can be used to upgrade i3) bindsym $mod+Shift+r restart # exit i3 (logs you out of your X session) -bindsym $mod+Shift+q exec "i3-nagbar -t warning -m 'You pressed the exit shortcut. Do you really want to exit i3? This will end your X session.' -B 'Yes, exit i3' 'i3-msg exit'" +bindsym $mod+Shift+q exec --no-startup-id "i3-nagbar -t warning -m 'You pressed the exit shortcut. Do you really want to exit i3? This will end your X session.' -B 'Yes, exit i3' 'i3-msg exit'" # resize window (you can also use the mouse for that) mode "resize"