From 6ffbdb7326fda15689e12b30a794baaba391acf4 Mon Sep 17 00:00:00 2001 From: tslil clingman <> Date: Sun, 17 May 2020 16:20:49 -0700 Subject: LSP+rust-analyzer for rust --- i3/config | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) (limited to 'i3/config') diff --git a/i3/config b/i3/config index 5af11f3..1940109 100644 --- a/i3/config +++ b/i3/config @@ -1,4 +1,4 @@ -# Time-stamp: <2020-05-09 14:37:02 (tslil@forfeit)> +# Time-stamp: <2020-05-11 15:50:40 (tslil@forfeit)> set $mod Mod4 @@ -33,11 +33,12 @@ bindsym XF86AudioMicMute exec --no-startup-id pactl set-source-mute @DEFAULT_SOU floating_modifier $mod -bindsym $mod+c exec i3-sensible-terminal +bindsym $mod+Return exec i3-sensible-terminal bindsym $mod+Shift+k kill -bindsym $mod+space exec dmenu_run +bindsym $mod+p exec rofi -show window +bindsym $mod+space exec rofi -show run bindsym $mod+q exec firefox -bindsym $mod+p exec emacs +bindsym $mod+d exec emacs # ----------------------------------------------------------------------------- # Focus @@ -88,7 +89,7 @@ bindsym $mod+a mode "resize" bindsym $mod+h split h bindsym $mod+v split v -bindsym $mod+Return fullscreen toggle +bindsym $mod+Shift+f fullscreen toggle bindsym $mod+s layout stacking bindsym $mod+t layout tabbed @@ -103,9 +104,9 @@ bindsym $mod+Shift+u focus child # ----------------------------------------------------------------------------- # Workspaces -set $ws1 "1" -set $ws2 "2" -set $ws3 "3" +set $ws1 "1 : default" +set $ws2 "2 : work" +set $ws3 "3 : game" set $ws4 "4" set $ws5 "5" set $ws6 "6" -- cgit v1.2.3