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