Made little changes to the i3 config
This commit is contained in:
parent
655d17e597
commit
9a8e7df96e
@ -5,6 +5,7 @@ SETUVAR __fish_init_1_50_0:\x1d
|
||||
SETUVAR __fish_init_2_39_8:\x1d
|
||||
SETUVAR __fish_init_2_3_0:\x1d
|
||||
SETUVAR __fish_init_3_x:\x1d
|
||||
SETUVAR __fish_initialized:3100
|
||||
SETUVAR _fish_abbr_cdccb:cd\x20\x7e/code/massive/cocacola/new\x2dbackend
|
||||
SETUVAR _fish_abbr_cdccf:cd\x20\x7e/code/massive/cocacola/frontend
|
||||
SETUVAR _fish_abbr_cdimb:cd\x20\x7e/code/personal/identidadMisional/backend
|
||||
@ -85,6 +86,7 @@ SETUVAR fish_color_error:ff0000
|
||||
SETUVAR fish_color_escape:00a6b2
|
||||
SETUVAR fish_color_history_current:\x2d\x2dbold
|
||||
SETUVAR fish_color_host:normal
|
||||
SETUVAR fish_color_host_remote:yellow
|
||||
SETUVAR fish_color_match:\x2d\x2dbackground\x3dbrblue
|
||||
SETUVAR fish_color_normal:normal
|
||||
SETUVAR fish_color_operator:00a6b2
|
||||
|
@ -122,9 +122,6 @@ bindsym $mod+space focus mode_toggle
|
||||
# focus the parent container
|
||||
bindsym $mod+a focus parent
|
||||
|
||||
# focus the child container
|
||||
#bindsym $mod+d focus child
|
||||
|
||||
# Define names for default workspaces for which we configure key bindings later on.
|
||||
# We use variables to avoid repeating the names in multiple places.
|
||||
set $ws1 "1: "
|
||||
@ -189,10 +186,12 @@ bindsym $mod+Shift+e mode "$mode_system"
|
||||
exec_always --no-startup-id .config/polybar/launch.sh
|
||||
|
||||
# Hotkeys for opening programs
|
||||
bindsym $aux+f exec $auxTerminal -e ~/.config/vifm/scripts/vifmrun
|
||||
bindsym $aux+f exec /usr/bin/pcmanfm
|
||||
bindsym $aux+v exec $auxTerminal -e ~/.config/vifm/scripts/vifmrun
|
||||
bindsym $aux+t exec ./.telegram/Telegram
|
||||
bindsym $aux+v exec xviewer ~/.vim-cheatsheet.gif
|
||||
bindsym $mod+Ctrl+b exec $auxTerminal -e 'bmenu'
|
||||
bindsym $aux+c exec xviewer ~/.vim-cheatsheet.gif
|
||||
bindsym $aux+a exec /usr/bin/lxappearance
|
||||
bindsym $mod+Shift+b exec $auxTerminal -e 'bmenu'
|
||||
|
||||
# Languages
|
||||
bindsym $aux+Shift+e exec setxkbmap es
|
||||
@ -216,6 +215,7 @@ assign [class="Slack"] $ws4
|
||||
assign [class="Telegram"] $ws4
|
||||
assign [class="Keybase"] $ws4
|
||||
assign [class="Franz"] $ws4
|
||||
assign [class="Signal"] $ws4
|
||||
assign [class="Evolution"] $ws5
|
||||
assign [class="Pcmanfm"] $ws7
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
[geometry]
|
||||
posx=1913
|
||||
posx=1909
|
||||
posy=71
|
||||
sizex=1895
|
||||
sizey=2016
|
||||
|
Loading…
x
Reference in New Issue
Block a user