diff --git a/fish/.config/fish/fish_variables b/fish/.config/fish/fish_variables index 32a5a50..10296f1 100644 --- a/fish/.config/fish/fish_variables +++ b/fish/.config/fish/fish_variables @@ -3,7 +3,7 @@ SETUVAR --export ANDROID_HOME:/home/julian/Android/Sdk SETUVAR --export ANDROID_SDK_ROOT:/home/julian/Android/Sdk/ SETUVAR --export EDITOR:/usr/bin/nvim -SETUVAR __fish_initialized:3100 +SETUVAR __fish_initialized:3400 SETUVAR fish_color_autosuggestion:555\x1ebrblack SETUVAR fish_color_cancel:\x2dr SETUVAR fish_color_command:005fd7 @@ -33,4 +33,5 @@ SETUVAR fish_pager_color_completion:\x1d SETUVAR fish_pager_color_description:B3A06D\x1eyellow SETUVAR fish_pager_color_prefix:white\x1e\x2d\x2dbold\x1e\x2d\x2dunderline SETUVAR fish_pager_color_progress:brwhite\x1e\x2d\x2dbackground\x3dcyan -SETUVAR fish_user_paths:/home/julian/\x2eemacs\x2ed/bin\x1e/home/julian/\x2ecargo/bin\x1e/home/julian/\x2ecargo/env\x1e/home/julian/\x2ecargo/env +SETUVAR fish_pager_color_selected_background:\x2dr +SETUVAR fish_user_paths:/home/julian/\x2eemacs\x2ed/bin\x1e/home/julian/\x2ecargo/bin\x1e/home/julian/\x2ecargo/env diff --git a/i3/.config/i3/config b/i3/.config/i3/config index 009fa02..2582cee 100644 --- a/i3/.config/i3/config +++ b/i3/.config/i3/config @@ -160,8 +160,8 @@ bindsym $mod+Shift+9 move container to workspace number $ws9; workspace $ws9 bindsym $mod+Shift+0 move container to workspace number $ws10; workspace $ws10 # Monitor config -set $monitor_left DVI-D-0 -set $monitor_right DVI-D-1 +set $monitor_left DVI-D-1 +set $monitor_right VGA-0 workspace $ws1 output $monitor_left workspace $ws2 output $monitor_left @@ -297,17 +297,17 @@ for_window [class="Pamac-updater"] floating enable for_window [window_role=floating] floating enable ########## Autostart applications ########## -exec --no-startup-id "i3-msg 'workspace 9; append_layout ~/.config/i3/workspace-chat.json'" +# exec --no-startup-id "i3-msg 'workspace 9; append_layout ~/.config/i3/workspace-chat.json'" exec firefox -exec thunderbird -exec chat.rocket.RocketChat no_focus -exec element-desktop no_focus -exec telegram-desktop no_focus +# exec thunderbird +# exec chat.rocket.RocketChat no_focus +# exec element-desktop no_focus +# exec telegram-desktop no_focus exec --no-startup-id nm-applet exec --no-startup-id xfce4-power-manager -exec --no-startup-id nextcloud +# exec --no-startup-id nextcloud # Authentication agent exec --no-startup-id /usr/lib/polkit-gnome/polkit-gnome-authentication-agent-1 # Notify about software updates @@ -324,5 +324,5 @@ exec --no-startup-id dunst -config /home/julian/.config/dunst/dunstrc # Default workspaces at startup (no need because autostart applications get always focused) #exec --no-startup-id i3-msg workspace $ws1 -exec --no-startup-id i3-msg workspace $ws10 +# exec --no-startup-id i3-msg workspace $ws10