diff options
| author | tslil clingman <> | 2020-05-17 16:20:49 -0700 |
|---|---|---|
| committer | tslil clingman <> | 2020-05-17 16:20:49 -0700 |
| commit | 6ffbdb7326fda15689e12b30a794baaba391acf4 (patch) | |
| tree | 39a3e0e8fd95fe8e03414250942a8f8125cbebbf /i3/config | |
| parent | d23cae9aeac7a0c26ec44cddfa595471cace0514 (diff) | |
LSP+rust-analyzer for rust
Diffstat (limited to 'i3/config')
| -rw-r--r-- | i3/config | 17 |
1 files changed, 9 insertions, 8 deletions
@@ -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" |
