diff --git a/.bash_profile b/.bash_profile new file mode 100644 index 0000000..7bb7bcc --- /dev/null +++ b/.bash_profile @@ -0,0 +1,3 @@ +if [ -z "$DISPLAY" ] && [ "$(fgconsole)" -eq 1 ]; then + exec startx +fi diff --git a/.config/i3/config b/.config/i3/config index 102d2dc..0afcdf0 100644 --- a/.config/i3/config +++ b/.config/i3/config @@ -29,8 +29,6 @@ bindsym $mod+Shift+q kill # Start rofi bindsym $mod+r exec rofi -show run -opacity 100 -lines 5 -location 2 - - # change focus bindsym $mod+Left focus left bindsym $mod+Down focus down @@ -70,8 +68,8 @@ bindsym $mod+a focus parent #bindsym $mod+d focus child # Set monitor names -set $output1 first -set $output2 second +set $output1 VGA1 +set $output2 HDMI1 set $output3 third # Set workspace titles diff --git a/.xinitrc b/.xinitrc new file mode 100644 index 0000000..ba0c6ef --- /dev/null +++ b/.xinitrc @@ -0,0 +1 @@ +exec i3