From f497712ae4a4e2e39e5d82b3d65c60ef3468116c Mon Sep 17 00:00:00 2001 From: Random936 Date: Wed, 5 Jul 2023 19:07:01 -0700 Subject: [PATCH] Updated i3 config --- i3/config | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/i3/config b/i3/config index 58b82e3..d3f6f11 100644 --- a/i3/config +++ b/i3/config @@ -18,7 +18,7 @@ floating_modifier $mod # Application hot keys bindsym $mod+Return exec i3-sensible-terminal -bindsym $mod+Shift+f exec google-chrome +bindsym $mod+Shift+f exec microsoft-edge-dev bindsym $mod+Shift+d exec discord bindsym Print exec "flameshot gui" @@ -172,3 +172,4 @@ exec --no-startup-id "lxpolkit &" # Tweak keyboard and trackpad exec --no-startup-id "synclient VertEdgeScroll=1 VertScrollDelta=-111" exec --no-startup-id "setxkbmap -option caps:escape" +exec --no-startup-id "nitrogen --restore &" \ No newline at end of file