Add .xinitrc and .bash_profile2

Signed-off-by: Severin Kaderli <severin.kaderli@gmail.com>
This commit is contained in:
Severin Kaderli 2016-09-11 14:56:36 +02:00
parent 04f5d1fa18
commit 4c19d90627
3 changed files with 6 additions and 4 deletions

3
.bash_profile Normal file
View file

@ -0,0 +1,3 @@
if [ -z "$DISPLAY" ] && [ "$(fgconsole)" -eq 1 ]; then
exec startx
fi

View file

@ -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

1
.xinitrc Normal file
View file

@ -0,0 +1 @@
exec i3