diff options
author | clarkzjw <[email protected]> | 2023-02-10 10:45:49 -0800 |
---|---|---|
committer | clarkzjw <[email protected]> | 2023-02-10 10:45:49 -0800 |
commit | 73c2657b8098eb83aa8a87e8e4f90d51c80549cb (patch) | |
tree | 763b7ae8010c0f47e211515a8f32de65a19d2ca6 /dot_config | |
parent | f8b38581633c9e432cfe3ab098169e22c9749f64 (diff) | |
download | dotfiles-73c2657b8098eb83aa8a87e8e4f90d51c80549cb.tar.gz |
add xinitrc
Diffstat (limited to 'dot_config')
-rw-r--r-- | dot_config/i3/config | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/dot_config/i3/config b/dot_config/i3/config index aa3ab18..de4e929 100644 --- a/dot_config/i3/config +++ b/dot_config/i3/config | |||
@@ -161,7 +161,8 @@ bindsym $mod+space [floating] resize set 1280 800 | |||
161 | ###################################### | 161 | ###################################### |
162 | 162 | ||
163 | # start a terminal | 163 | # start a terminal |
164 | bindsym $mod+Return exec xfce4-terminal | 164 | bindsym $mod+Return exec kitty |
165 | #bindsym $mod+Return exec xfce4-terminal | ||
165 | 166 | ||
166 | # start a new empty workspace | 167 | # start a new empty workspace |
167 | bindsym $mod+Shift+Return exec --no-startup-id ~/.config/i3/scripts/workspace | 168 | bindsym $mod+Shift+Return exec --no-startup-id ~/.config/i3/scripts/workspace |