diff options
-rw-r--r-- | i3/.config/i3/config | 2 | ||||
-rw-r--r-- | i3/.xinitrc | 2 | ||||
-rwxr-xr-x | xinit/Scripts/xlaunchrc | 3 |
3 files changed, 6 insertions, 1 deletions
diff --git a/i3/.config/i3/config b/i3/.config/i3/config index a4289be..d743610 100644 --- a/i3/.config/i3/config +++ b/i3/.config/i3/config @@ -179,6 +179,8 @@ bindsym $mod+Shift+o exec --no-startup-id Scripts/lc common # default app workspaces assign [class="firefox"] $ws9 assign [class="Evolution"] $ws8 +assign [class="Fractal"] $ws7 +assign [class="quassel"] $ws7 # reload the configuration file bindsym $mod+Shift+c reload diff --git a/i3/.xinitrc b/i3/.xinitrc index a84d296..f64ff95 100644 --- a/i3/.xinitrc +++ b/i3/.xinitrc @@ -1,5 +1,5 @@ -export LOPTS="composer" +export LOPTS="xscreensaver composer" # Launch other stuff source ~/Scripts/xlaunchrc >> $HOME/.xlaunch.log diff --git a/xinit/Scripts/xlaunchrc b/xinit/Scripts/xlaunchrc index 05d65cf..af9da47 100755 --- a/xinit/Scripts/xlaunchrc +++ b/xinit/Scripts/xlaunchrc @@ -46,6 +46,9 @@ do *"autorandr"*) autorandr -c ;; + *"autorun"*) + ~/.xautorun + ;; esac done |