Add .xinitrc and .bash_profile2
Signed-off-by: Severin Kaderli <severin.kaderli@gmail.com>
This commit is contained in:
parent
04f5d1fa18
commit
4c19d90627
3 changed files with 6 additions and 4 deletions
3
.bash_profile
Normal file
3
.bash_profile
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
if [ -z "$DISPLAY" ] && [ "$(fgconsole)" -eq 1 ]; then
|
||||||
|
exec startx
|
||||||
|
fi
|
|
@ -29,8 +29,6 @@ bindsym $mod+Shift+q kill
|
||||||
# Start rofi
|
# Start rofi
|
||||||
bindsym $mod+r exec rofi -show run -opacity 100 -lines 5 -location 2
|
bindsym $mod+r exec rofi -show run -opacity 100 -lines 5 -location 2
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
# change focus
|
# change focus
|
||||||
bindsym $mod+Left focus left
|
bindsym $mod+Left focus left
|
||||||
bindsym $mod+Down focus down
|
bindsym $mod+Down focus down
|
||||||
|
@ -70,8 +68,8 @@ bindsym $mod+a focus parent
|
||||||
#bindsym $mod+d focus child
|
#bindsym $mod+d focus child
|
||||||
|
|
||||||
# Set monitor names
|
# Set monitor names
|
||||||
set $output1 first
|
set $output1 VGA1
|
||||||
set $output2 second
|
set $output2 HDMI1
|
||||||
set $output3 third
|
set $output3 third
|
||||||
|
|
||||||
# Set workspace titles
|
# Set workspace titles
|
||||||
|
|
1
.xinitrc
Normal file
1
.xinitrc
Normal file
|
@ -0,0 +1 @@
|
||||||
|
exec i3
|
Loading…
Add table
Add a link
Reference in a new issue