commit b5d6d035d02cd5c6b0450eb33ec194a5d0cccbf6 parent fabd8af1a732e0e794e463b690dcdff58eafb96d Author: Alex Balgavy <a.balgavy@gmail.com> Date: Mon, 11 Nov 2019 01:38:55 -0500 i3: no-startup-id all the execs Former-commit-id: b958eb0f75411984f192c4a840abf3127aa4df62 Diffstat:
M | i3/config | | | 20 | ++++++++++---------- |
1 file changed, 10 insertions(+), 10 deletions(-)
diff --git a/i3/config b/i3/config @@ -44,10 +44,10 @@ floating_modifier $mod hide_edge_borders smart # start a terminal -bindsym $mod+Return exec $terminal_path +bindsym $mod+Return exec --no-startup-id $terminal_path # start a web browser -bindsym $mod+Shift+Return exec /usr/bin/sensible-browser +bindsym $mod+Shift+Return exec --no-startup-id /usr/bin/sensible-browser # kill focused window bindsym $alt+q kill @@ -55,9 +55,9 @@ bindsym $alt+q kill set_from_resource $rofiTheme rofi.theme "regolith-theme" # rofi app and window launchers -bindsym $mod+a exec rofi -show drun -theme $rofiTheme -bindsym $mod+r exec rofi -show run -theme $rofiTheme -bindsym $mod+shift+w exec rofi -show window -theme $rofiTheme +bindsym $mod+a exec --no-startup-id rofi -show drun -theme $rofiTheme +bindsym $mod+r exec --no-startup-id rofi -show run -theme $rofiTheme +bindsym $mod+shift+w exec --no-startup-id rofi -show window -theme $rofiTheme # change focus bindsym $alt+h focus left @@ -179,11 +179,11 @@ bindsym $mod+Shift+p exec /usr/bin/gnome-session-quit --power-off bindsym $mod+Escape exec gnome-screensaver-command --lock # shortcuts for common system configuration tasks -bindsym $mod+c exec gnome-control-center -bindsym $mod+b exec gnome-control-center bluetooth -bindsym $mod+d exec gnome-control-center display -bindsym $mod+n exec gnome-control-center network -bindsym $mod+p exec gnome-control-center power +bindsym $mod+c exec --no-startup-id gnome-control-center +bindsym $mod+b exec --no-startup-id gnome-control-center bluetooth +bindsym $mod+d exec --no-startup-id gnome-control-center display +bindsym $mod+n exec --no-startup-id gnome-control-center network +bindsym $mod+p exec --no-startup-id gnome-control-center power # resize window (you can also use the mouse for that) mode "Resize Mode" {