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
bac33368
Commit
bac33368
authored
Jan 25, 2019
by
Jay Ta'ala
Browse files
Merge branch 'development'
parents
03d53ebb
905fdf5b
Changes
3
Hide whitespace changes
Inline
Side-by-side
i3/config
View file @
bac33368
...
...
@@ -34,7 +34,8 @@ bindsym $mod+Shift+q kill
# start program launcher
#bindsym $mod+d exec --no-startup-id dmenu_recency
bindsym $mod+d exec --no-startup-id "rofi -modi window,windowcd,drun,run -show drun"
#bindsym $mod+d exec --no-startup-id "rofi -modi window,windowcd,drun,run -show drun"
exec --no-startup-id kupfer
bindsym $mod+Tab exec --no-startup-id "rofi -modi window,drun,run,windowcd -show window"
# launch categorized menu
...
...
i3status/.i3status.conf.py3status
View file @
bac33368
...
...
@@ -118,5 +118,5 @@ battery_level {
tztime local {
# format = "%Y-%m-%d %H:%M:%S"
format = " %d/%m %H:%M
"
format = " %d/%m %H:%M
:%S
"
}
tmux/.tmux.conf
View file @
bac33368
...
...
@@ -2,14 +2,14 @@
set
-
g
terminal
-
overrides
"xterm*:kLFT5=\eOD:kRIT5=\eOC:kUP5=\eOA:kDN5=\eOB:smkx@:rmkx@"
# create (h)orizontal and (v)ertical panes without prefix
bind
-
n
C
-
h
split
-
window
-
h
bind
-
n
C
-
v
split
-
window
-
v
bind
-
n
M
-
n
split
-
window
-
h
bind
-
n
M
-
m
split
-
window
-
v
# Resize panes without prefix
bind
-
n
M
-
J
resize
-
pane
-
D
bind
-
n
M
-
K
resize
-
pane
-
U
bind
-
n
M
-
H
resize
-
pane
-
L
bind
-
n
M
-
L
resize
-
pane
-
R
bind
-
n
M
-
Down
resize
-
pane
-
D
bind
-
n
M
-
Up
resize
-
pane
-
U
bind
-
n
M
-
Left
resize
-
pane
-
L
bind
-
n
M
-
Right
resize
-
pane
-
R
# zoom into pane
bind
-
n
M
-
f
resize
-
pane
-
Z
...
...
@@ -20,12 +20,6 @@ bind -n M-l select-pane -R
bind
-
n
M
-
k
select
-
pane
-
U
bind
-
n
M
-
j
select
-
pane
-
D
# Use Alt-arrow keys without prefix key to switch panes
bind
-
n
M
-
Left
select
-
pane
-
L
bind
-
n
M
-
Right
select
-
pane
-
R
bind
-
n
M
-
Up
select
-
pane
-
U
bind
-
n
M
-
Down
select
-
pane
-
D
# Shift arrow to switch windows
bind
-
n
C
-
Left
previous
-
window
bind
-
n
C
-
Right
next
-
window
...
...
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