diff options
Diffstat (limited to 'i3/.config')
| -rw-r--r-- | i3/.config/i3/config | 34 | 
1 files changed, 16 insertions, 18 deletions
| diff --git a/i3/.config/i3/config b/i3/.config/i3/config index 715300f..4a72454 100644 --- a/i3/.config/i3/config +++ b/i3/.config/i3/config @@ -99,8 +99,8 @@ font pango:DejaVu Sans Mono 5  floating_modifier $mod  # start a terminal -#bindsym $mod+Return exec urxvtcd -bindsym $mod+Return exec kitty +bindsym $mod+Return exec urxvtcd +#bindsym $mod+Return exec kitty  #bindsym $mod+Return exec python3 /home/sebastien/Projets/kitty/__main__.py -1  #bindsym $mod+Return exec /usr/local/bin/tabbed -c -r 2 st -w ''  #bindsym $mod+Return exec /usr/local/bin/tabbed -c urxvtcd -embed @@ -177,13 +177,13 @@ bindsym $modAltkey+F2 workspace number $workspace_2  bindsym $modAltkey+F3 workspace number $workspace_3  bindsym $modAltkey+F4 workspace number $workspace_4  bindsym $modAltkey+F5 workspace number $workspace_5 -bindsym $modAltkey+F6 workspace number $workspace_6 -bindsym $modAltkey+F7 workspace number $workspace_7 -bindsym $modAltkey+F8 workspace number $workspace_8 -bindsym $modAltkey+F9 workspace number $workspace_9 -bindsym $modAltkey+F10 workspace number $workspace_10 -bindsym $modAltkey+F11 workspace number $workspace_11 -bindsym $modAltkey+F12 workspace number $workspace_12 +bindsym $mod+F6 workspace number $workspace_6 +bindsym $mod+F7 workspace number $workspace_7 +bindsym $mod+F8 workspace number $workspace_8 +bindsym $mod+F9 workspace number $workspace_9 +bindsym $mod+F10 workspace number $workspace_10 +bindsym $mod+F11 workspace number $workspace_11 +bindsym $mod+F12 workspace number $workspace_12  bindsym XF86Mail        workspace $Mail  bindsym XF86Calculator  workspace $Musique @@ -195,13 +195,13 @@ bindsym $modAltkey+Shift+F2  move container to workspace number $workspace_2  bindsym $modAltkey+Shift+F3  move container to workspace number $workspace_3  bindsym $modAltkey+Shift+F4  move container to workspace number $workspace_4  bindsym $modAltkey+Shift+F5  move container to workspace number $workspace_5 -bindsym $modAltkey+Shift+F6  move container to workspace number $workspace_6 -bindsym $modAltkey+Shift+F7  move container to workspace number $workspace_7 -bindsym $modAltkey+Shift+F8  move container to workspace number $workspace_8 -bindsym $modAltkey+Shift+F9  move container to workspace number $workspace_9 -bindsym $modAltkey+Shift+F10 move container to workspace number $workspace_10 -bindsym $modAltkey+Shift+F11 move container to workspace number $workspace_11 -bindsym $modAltkey+Shift+F12 move container to workspace number $workspace_12 +bindsym $mod+Shift+F6  move container to workspace number $workspace_6 +bindsym $mod+Shift+F7  move container to workspace number $workspace_7 +bindsym $mod+Shift+F8  move container to workspace number $workspace_8 +bindsym $mod+Shift+F9  move container to workspace number $workspace_9 +bindsym $mod+Shift+F10 move container to workspace number $workspace_10 +bindsym $mod+Shift+F11 move container to workspace number $workspace_11 +bindsym $mod+Shift+F12 move container to workspace number $workspace_12  bindsym $mod+Shift+XF86HomePage   move container to workspace $Web  bindsym $mod+Shift+XF86Mail       move container to workspace $Mail @@ -272,5 +272,3 @@ exec --no-startup-id "xrdb .Xdefaults; polybar i3"  #exec --no-startup-id "unclutter"  exec_always --no-startup-id /home/sebastien/Projets/ocaml/i3_workspaces/i3_workspaces  exec_always --no-startup-id /home/sebastien/scripts/i3/gaps.sh - -# for_window [class="URxvt"] layout tabbed | 
