Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Jay Ta'ala
jt-config-repo
Commits
50178e94
Commit
50178e94
authored
Jan 26, 2022
by
Jay Ta'ala
Browse files
FIX: Show workspace 1 on login. Added wasd shortcuts to simple config.
parent
02fc8147
Changes
2
Hide whitespace changes
Inline
Side-by-side
i3/config
View file @
50178e94
...
...
@@ -83,7 +83,7 @@ bindsym $mod+Shift+b $border_no_name
bindsym $mod+Ctrl+b border none
# xrandr set to default res (needed if unplug monitor and can't see screen)
bindsym $mod+backslash exec --no-startup-id "xrandr --output eDP-1-1 --mode 2560x1440 --rate 240"
bindsym $mod+backslash exec --no-startup-id "xrandr --output eDP-1-1 --mode 2560x1440 --rate
240; xrandr --output eDP-1 --mode 2560x1440 --rate
240"
bindsym $mod+BackSpace exec --no-startup-id source ~/.xprofile
# Font for window titles. Will also be used by the bar unless a different font
...
...
@@ -301,10 +301,8 @@ set $ws5 number 5:5
set $ws6 number 6:6
set $ws7 number 7:7
set $ws8 number 8:8
exec --no-startup-id workspace 1
# switch to workspace
bindsym $mod+Ctrl+grave workspace $wsg
bindsym $mod+1 workspace $ws1
bindsym $mod+2 workspace $ws2
bindsym $mod+3 workspace $ws3
...
...
@@ -313,6 +311,7 @@ bindsym $mod+5 workspace $ws5
bindsym $mod+6 workspace $ws6
bindsym $mod+7 workspace $ws7
bindsym $mod+8 workspace $ws8
bindsym $mod+Ctrl+grave workspace $wsg
# Move focused container to workspace
bindsym $mod+grave move container to workspace $wsg
...
...
i3/config.simple
View file @
50178e94
...
...
@@ -277,10 +277,8 @@ set $ws5 number 5:5
set $ws6 number 6:6
set $ws7 number 7:7
set $ws8 number 8:8
exec --no-startup-id workspace 1
# switch to workspace
bindsym $mod+Ctrl+grave workspace $wsg
bindsym $mod+1 workspace $ws1
bindsym $mod+2 workspace $ws2
bindsym $mod+3 workspace $ws3
...
...
@@ -289,6 +287,7 @@ bindsym $mod+5 workspace $ws5
bindsym $mod+6 workspace $ws6
bindsym $mod+7 workspace $ws7
bindsym $mod+8 workspace $ws8
bindsym $mod+Ctrl+grave workspace $wsg
# Move focused container to workspace
bindsym $mod+grave move container to workspace $wsg
...
...
@@ -357,6 +356,16 @@ bindsym $mod+$mod_next+Shift+Down resize grow height 100 px or 10 ppt
bindsym $mod+$mod_next+Shift+Up resize shrink height 100 px or 10 ppt
bindsym $mod+$mod_next+Shift+Right resize grow width 100 px or 10 ppt
# wasd key resizing without resize mode
bindsym $mod+$mod_next+a resize shrink width 50 px or 5 ppt
bindsym $mod+$mod_next+s resize grow height 50 px or 5 ppt
bindsym $mod+$mod_next+w resize shrink height 50 px or 5 ppt
bindsym $mod+$mod_next+d resize grow width 50 px or 5 ppt
bindsym $mod+$mod_next+Shift+a resize shrink width 100 px or 10 ppt
bindsym $mod+$mod_next+Shift+s resize grow height 100 px or 10 ppt
bindsym $mod+$mod_next+Shift+w resize shrink height 100 px or 10 ppt
bindsym $mod+$mod_next+Shift+d resize grow width 100 px or 10 ppt
# hkjl resize
bindsym $mod+$mod_next+h resize shrink width 50 px or 5 ppt
bindsym $mod+$mod_next+j resize grow height 50 px or 5 ppt
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment