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
4caf5684
Commit
4caf5684
authored
Sep 24, 2019
by
Jay Ta'ala
Browse files
Merge branch 'development'
parents
732ab5dc
91d536fb
Changes
2
Hide whitespace changes
Inline
Side-by-side
i3/config
View file @
4caf5684
...
...
@@ -300,23 +300,23 @@ for_window [title="Color Picker"] floating enable border none
for_window [class="(?i)Kupfer"] border none
for_window [class="(?i)Gnome-calculator"] floating enable
# setting up dropdown terminal
# setting up dropdown terminal (using tilix)
# NOTE: you'll need to disable CSD and set 'Application title' to '${activeTerminalTitle}' (appearance options)
for_window [title="dropdown-terminal"] sticky enable border none
for_window [title="dropdown-terminal"] move scratchpad
exec --no-startup-id t
erminator
-
T
dropdown-terminal
exec --no-startup-id t
ilix
-
t
dropdown-terminal
bindsym $mod+Shift+Return [title="dropdown-terminal"] scratchpad show
bindsym $mod+Mod1+Return [title="dropdown-terminal"] move position 0px 0px; resize set 1920 600
# setting up dropdown Bitwarden
for_window [class="Bitwarden"] sticky enable border none
for_window [class="Bitwarden"] move scratchpad
exec --no-startup-id
bitwarden-desktop
exec --no-startup-id
/usr/bin/flatpak run --branch=stable --arch=x86_64 --command=/app/bin/bitwarden com.bitwarden.desktop --no-sandbox
bindsym $mod+o [class="Bitwarden"] scratchpad show
bindsym $mod+Mod1+o [class="Bitwarden"] move position 0px 0px; resize set 960 500
# Application shortcuts
bindsym $mod+Return exec t
erminator
bindsym $mod+Return exec t
ilix
bindsym $mod+Ctrl+b exec terminal -e 'bmenu'
#bindsym $mod+F2 exec --no-startup-id pavucontrol
#bindsym $mod+F5 exec terminal -e 'mocp'
...
...
tmux/.tmux.conf
View file @
4caf5684
...
...
@@ -21,8 +21,8 @@ bind -n M-k select-pane -U
bind
-
n
M
-
j
select
-
pane
-
D
# Shift arrow to switch windows
bind
-
n
C
-
Left
previous
-
window
bind
-
n
C
-
Right
next
-
window
bind
-
n
C
-
M
-
h
previous
-
window
bind
-
n
C
-
M
-
l
next
-
window
# No delay for escape key press
set
-
sg
escape
-
time
0
...
...
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