From 38733061eb23ceed891372cf37ed2998ca059800 Mon Sep 17 00:00:00 2001 From: Shaun Setlock Date: Sat, 1 May 2021 15:14:58 -0400 Subject: [PATCH] Updated i3 config. --- i3_config | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/i3_config b/i3_config index 3a39f48..55f806d 100644 --- a/i3_config +++ b/i3_config @@ -149,6 +149,10 @@ bindsym $mod+Shift+8 move container to workspace number $ws8 bindsym $mod+Shift+9 move container to workspace number $ws9 bindsym $mod+Shift+0 move container to workspace number $ws10 +# bring focused container to workspace while cycling +bindsym $mod+Ctrl+Shift+Right move container to workspace next +bindsym $mod+Ctrl+Shift+Left move container to workspace prev + # reload the configuration file bindsym $mod+Shift+c reload # restart i3 inplace (preserves your layout/session, can be used to upgrade i3) @@ -188,3 +192,6 @@ bindsym $mod+r mode "resize" bar { status_command i3status } + +# set wallpaper +#exec –no-startup-id ~/.fehbg \ No newline at end of file