From 9a8e7df96eb343742d70cc515a5cdea08e3daa2d Mon Sep 17 00:00:00 2001 From: Roger Gonzalez Date: Mon, 16 Mar 2020 11:08:21 -0300 Subject: Made little changes to the i3 config --- .config/fish/fish_variables | 2 ++ .config/i3/config | 12 ++++++------ .config/nitrogen/nitrogen.cfg | 2 +- 3 files changed, 9 insertions(+), 7 deletions(-) diff --git a/.config/fish/fish_variables b/.config/fish/fish_variables index 43a57415..bc214e3c 100644 --- a/.config/fish/fish_variables +++ b/.config/fish/fish_variables @@ -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 diff --git a/.config/i3/config b/.config/i3/config index 953290bd..0e747370 100644 --- a/.config/i3/config +++ b/.config/i3/config @@ -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 diff --git a/.config/nitrogen/nitrogen.cfg b/.config/nitrogen/nitrogen.cfg index 34768c35..9da3fcfd 100644 --- a/.config/nitrogen/nitrogen.cfg +++ b/.config/nitrogen/nitrogen.cfg @@ -1,5 +1,5 @@ [geometry] -posx=1913 +posx=1909 posy=71 sizex=1895 sizey=2016 -- cgit v1.2.3