summaryrefslogtreecommitdiff
path: root/i3/config
diff options
context:
space:
mode:
Diffstat (limited to 'i3/config')
-rw-r--r--i3/config17
1 files changed, 9 insertions, 8 deletions
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"